]> git.ipfire.org Git - thirdparty/asterisk.git/commit
manager.c: Add Processed Call Count to CoreStatus output
authorMike Pultz <mike@mikepultz.com>
Thu, 21 Nov 2024 06:42:44 +0000 (01:42 -0500)
committerMike Pultz <mike@mikepultz.com>
Mon, 2 Dec 2024 12:55:09 +0000 (12:55 +0000)
commit1ac67c84d44d25c2c3383063d3f5c9a71fc258af
tree55cb63b32ec8a287d9f1a478dcf32f115344fd44
parent4ee47b48063367972a611cdc393e79235ecdcb90
manager.c: Add Processed Call Count to CoreStatus output

This update adds the processed call count to the CoreStatus AMI Action responsie. This output is
similar to the values returned by "core show channels" or "core show calls" in the CLI.

UserNote: The current processed call count is now returned as CoreProcessedCalls from the
CoreStatus AMI Action.
main/manager.c