1
Yate bugs / 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?