On 02/03/2023 09.51, [EXT] Benoit Panizzon wrote:
onreply_route[MANAGE_REPLY]
{
[...]
rtpengine_manage();
xlog("L_INFO", "$cfg(route): $rm reply MOS:
$avp(mos_average)\n");
}
Messages pass those blocks, $avp(mos_average) is 'null' no mater what.
What am I missing?
In the syslog output of rtpengine I see there is rtcp data.
Have you verified that MOS is actually reported by rtpengine back to
Kamailio? If you enable debug logging in rtpengine you can see it
printed in the response messages sent back to Kamailio.
Another thing you can check is to see if other metrics are populated, in
particular the ones not depending on bidirectional RTCP, such as jitter.
Also see if explicitly calling rtpengine_query() makes a difference.
Cheers