cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
301
Views
0
Helpful
2
Replies

Logging active calls

vanagon2tdi
Level 1
Level 1

I want to be able to log the amount of active calls at one time. This will tell me if our client is overloading the system with too many calls. How do i enable that on the router, then send it to my syslog server?

2 Replies 2

b.speltz
Level 4
Level 4

show call active voice, can show the active calls or use a cdr in callmanager with

call accounting-template voice

teodorgeorgiev
Level 4
Level 4

I am thinking of two ways:

1. configure a Radius server and then configure Cisco to send authentication / accounting data to it.

2. Write a Perl script using Net::Telnet::Cisco that will login on every minute (via crontab) to the Cisco, will issue the "show call active voice" command, parse the output and show it to you.