07-16-2013 11:50 AM - edited 03-16-2019 06:23 PM
Is there a way to determine the peak simultaneous calls per circuit on a voice gateway? We used to be able to do it with our old Call Manager system, but with a recent upgrade we now do an H323 gateway instead of MGCP so all control is handled on the voice gateway. So far I've been unable to figure out how to do it. I fear that it will have to be done through some complicated SNMP work. So any suggestions would be appreciated.
07-20-2013 12:26 AM
If you don't want use SNMP you can use the "show call" commands directly on the gateway:
show call active voice compact
show call history
show call spike
show call threshold
...
Regards.
10-14-2013 10:25 AM
I'll answer my own question. We ended up using SNMP and walking through each channel on the circuits which was processed via a Perl script to add them up based on each circuit. In the cases of multiple circuits, we used a shell script to sum each circuit together to get an overall trunk group number. We then fed those numbers to MRTG to graph it out. So far it's working well except for the fact that we only get a picture at that moment in time so we could theoretically miss a huge spike in between polls. Oh well, sometimes you don't get to eat the cake.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide