You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to little...@googlegroups.com
Hi,
I am interested in obtaining the statistic values that appear on the web pages for the P-CSCF and S-CSCF under SIP Statistics, like the 'Current call sessions' and 'Total call sessions' and so on. I was hoping that there are API methods for accessing those values but looking around in the code I could not find anything. Please advise if such API calls exist, or perhaps which package I should look at for generating/calculating the values?
Regards and thanks Victor Neiman
Nicolas
unread,
Jun 15, 2012, 7:40:53 AM6/15/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to little...@googlegroups.com
Hi,
These statistics can be get using JMX on MBean:
org.cipango.server.session:type=sessionmanager,id=0
Current call sessions is the attribute callSessions
Total call sessions is the attribute callSessionsTotal
If you want to look at the code that display SIP statistics, it is available at