]> 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)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 23 Jan 2025 18:36:03 +0000 (18:36 +0000)
commit57f1a0814143dbce9ecda7e99a407e435c6f4d6f
tree2fd74ddc23e98947ca927d0fec367a343f6391df
parent7fe5ebd4ea8f44cc23486d7d756b4ceee7205184
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.

(cherry picked from commit dd0b3e713a6498fb2434e03abb36a4f8cf53f631)
main/manager.c