features in astercctools for asterisk
Filed in asterCC on Nov.06, 2008
astercctools is a daemon script provided in asterCC package, it has two features for now( version 0.01-081116):
1 get sip peer status
astercctools will connect to your asterisk via AMI and execute command “sip show peers” then parse the result to table `sip_show_peers` in your mysql database.
2 get queue status
astercctools will also execute command “show queue” [...]