]> 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:42:28 +0000 (18:42 +0000)
commit2d4460ad4dae0639d0de946a98aa51965913432d
tree240b9c1c0f5afa53c67ca84b92a7426eb2e9dc7f
parent6b194cbbe3787cda364ceff7775589b7d603828b
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 0c193b725b530ce10f3eeb016087d981956c80c8)
main/manager.c