]> 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:17 +0000 (12:55 +0000)
commit0c193b725b530ce10f3eeb016087d981956c80c8
treee9d063a4d5a9fede34333d7ba4fb15a6b469997f
parent8e289af9de23fe2ca83881b6cedb375f87345d7a
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