Yate Community Forum

Yate server => Yate bugs => Topic started by: WhiteWind on July 30, 2013, 08:30:29 PM

Title: Monitoring: DELIVERED does not count PROGRESSING
Post by: WhiteWind 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?
Title: Re: Monitoring: DELIVERED does not count PROGRESSING
Post by: cc08 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?