Author Topic: [Question] How to monitor CPS (call per second) in SIP server  (Read 1732 times)

Offline ducth

  • Newbie
  • *
  • Posts: 31
  • Karma: 0
Hi Guys,

Is there any solution to monitor CPS (call per second) of outbound calls in SIP server?

Thanks,

Offline vmc

  • Full Member
  • ***
  • Posts: 112
  • Karma: 0
Re: [Question] How to monitor CPS (call per second) in SIP server
« Reply #1 on: March 03, 2019, 02:37:31 PM »
Visually I guess one way may be something like a CCPulse stat counting CallOutbound and set for last 60 seconds/reset.

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2739
  • Karma: 44
Re: [Question] How to monitor CPS (call per second) in SIP server
« Reply #2 on: March 03, 2019, 07:27:05 PM »
Check the HTTP API of SIP Server whether provides this type of information
Genesys certified professional consultant (GVP, SIP, GIR and Troubleshooting)

Offline ducth

  • Newbie
  • *
  • Posts: 31
  • Karma: 0
Re: [Question] How to monitor CPS (call per second) in SIP server
« Reply #3 on: March 05, 2019, 04:27:48 PM »
Check the HTTP API of SIP Server whether provides this type of information

Thanks Kubig,
Do you have more information about this solution?