]> 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-org-access-app[bot] <120671045+asterisk-org-access-app[bot]@users.noreply.github.com>
Mon, 2 Dec 2024 12:55:21 +0000 (12:55 +0000)
commite020ee5795592144832852e87648c5b5cc537de6
tree6935b0e61f5221d219c87ca3af5a1e2dbbd61ef1
parent3dae2cf88fbe719a4f18d356cc77bb0be3fca7f5
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