In the documentation at: http://kamailio.org/docs/modules/4.2.x/modules/rtpproxy.html
I see a variable called $rtpstat which "Returns the RTP-Statistics from the RTP-Proxy. The RTP-Statistics from the RTP-Proxy are provided as a string and it does contain several packet-counters."
But I cannot find out where exactly it describes the packet counters.
For example the xlog entry: log("L_ALERT", "STATS-rtpproxy,$rtpstat\n");
Will yield an output like: STATS-rtpproxy,60 596 660 1256 0#012
I need to find the documentation for those counters. Any ideas?
Thanks,