Author Topic: Monitoring: DELIVERED does not count PROGRESSING  (Read 6577 times)

WhiteWind

  • Newbie
  • *
  • Posts: 2
    • View Profile
Monitoring: DELIVERED does not count PROGRESSING
« on: July 30, 2013, 08:30:29 PM »
In function bool CallMonitor::received(Message& msg):
Code: [Select]
if (status == YSTRING("ringing") || status == YSTRING("accepted"))
        code = CallRouteQoS::DELIVERED;
Status progressing surely means that the call is delivered. Why it's not included here?

cc08

  • Guest
Re: Monitoring: DELIVERED does not count PROGRESSING
« Reply #1 on: November 02, 2013, 03:16:39 AM »
What is messages means ?

Code: [Select]
2013-11-02_13:09:21.002381 <monitoring:INFO> CallRouteQoS::sendNotifs() - route='22.150.140.41' reset=true [0xb6432f68]
2013-11-02_13:09:21.002551 <monitoring:INFO> CallRoute::reset() [0xb6432f68]

Where to read about it?

« Last Edit: November 02, 2013, 03:20:14 AM by cc08 »