Author Topic: Need output for all metrics on one invoke  (Read 4193 times)

hari

  • Guest
Need output for all metrics on one invoke
« on: January 23, 2009, 07:28:48 PM »
Please Help me Guys,
Using Platform SDK, I am building webservices.
Problem I am facing is that I am trying to get statics for Routpoint like
Total no. of call entered
Total no. of call Abandoned
Total no of call Distributed
I am able to get Output separately for above metrics
Now! My real problem displaing al the metrics at same time in XML or SOAP
Can any one help me in dong that please
Thanks
Hari

Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: Need output for all metrics on one invoke
« Reply #1 on: January 25, 2009, 09:02:56 PM »
Hi Hari,

If you need to receive all statistics at the same time you should not use notification implemented in Platform SDK. Notification has to be set to NoNotification and your application should periodically call "RequestPeekPackage" to get actual values of the statistics included in referenced package.

Hope it helps you.

R.

Marked as best answer by on September 22, 2018, 01:10:29 PM

hari

  • Guest
Re: Need output for all metrics on one invoke
« Reply #2 on: January 26, 2009, 06:08:35 PM »
Hi Rene
Thanks for you help!
Let me try what u just told me....
I will let you know how is goes
regards,
hari