Hello,
How to count how many concurrent calls are running at a particular moment. I am using SIP client and using DIAL function to call.
Hello,
How to count how many concurrent calls are running at a particular moment. I am using SIP client and using DIAL function to call.
If you want to check the number of concurrent calls via Asterisk CLI, you can also try:
sip show channelstats
core show channels
I am using same channel from two different servers.
I want to count the calls of server2 on server1. Is this possible ?