Dear all,
I'm using PJSIP to develop a SIP phone. My system uses RTCP-XR to handle the
quality of the call. As I know, PJSIP 0.9.0 supports RTCP-XR; but when using
the last release (0.9.0) of this library, I recorginze that: although PJSIP
provides us MOS and R Factor values, but these values always return "N/A"
value to us. That means, I can not use RTCP-XR fearture of this library to
capture call quality.
Further more, as default, it seems that PJSIP does not support RTCP-XR by
defining as following in the file config.h:
/**
#endif
/**
#endif
If I want to use RTCP-XR, I have to change these define to:
#ifndef PJMEDIA_HAS_RTCP_XR
#endif
#ifndef PJMEDIA_STREAM_ENABLE_XR
#endif
So, my question is: Does PJSIP support RTCP-XR totally? If YES, how to get
MOS and R-Factor values from PJSIP?
Thanks so much
QUANG Luong Thanh
Hi Quang,
Unfortunately the call quality settings in VoIP metrics report block
hasn't provided call quality calculation, currently it only provides
API to set call quality values from external calculation, see
pjmedia_rtcp_xr_update_info(). Any contributions on this will be
greatly appreciated :)
Moreover, report blocks containing RLE (or per packet analysis) are
not supported, thus only last four reports block are supported (with a
note as mentioned above).
Regards,
nanang
On 04/07/2008, Quang Luong Thanh ltquang@tma.com.vn wrote:
Dear all,
I'm using PJSIP to develop a SIP phone. My system uses RTCP-XR to handle the
quality of the call. As I know, PJSIP 0.9.0 supports RTCP-XR; but when using
the last release (0.9.0) of this library, I recorginze that: although PJSIP
provides us MOS and R Factor values, but these values always return "N/A"
value to us. That means, I can not use RTCP-XR fearture of this library to
capture call quality.
Further more, as default, it seems that PJSIP does not support RTCP-XR by
defining as following in the file config.h:
/**
#endif
/**
#endif
If I want to use RTCP-XR, I have to change these define to:
#ifndef PJMEDIA_HAS_RTCP_XR
#endif
#ifndef PJMEDIA_STREAM_ENABLE_XR
#endif
So, my question is: Does PJSIP support RTCP-XR totally? If YES, how to get
MOS and R-Factor values from PJSIP?
Thanks so much
QUANG Luong Thanh
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org