Displaying 2 results from an estimated 2 matches for "rtcpxr".
Did you mean:
rtcp
2017 Feb 16
2
How to read or relay SIP PUBLISH messages ?
...somewhere ?
>
> No version of Asterisk allows the handling or relaying of these
> arbitrary PUBLISH messages. In the case of PJSIP though that is
> pluggable so a C module could be written to do something.
>
>From RFC 6035, "This document defines a new SIP event package, vq-rtcpxr,
and
a new MIME type, application/vq-rtcpxr, that enable the collection and
reporting of metrics".
As I'm not aware of many SIP event package currently implemented in
PJSIP/Asterisk acting for
out-of-calls events, it shouldn't be easy to mimic current features to add
this new one....
2017 Feb 16
2
How to read or relay SIP PUBLISH messages ?
Hello,
I'm currently testing a so-called VQ RTCP-XR feature from a a SIP hardphone.
When a phone has enabled this feature, it would send a SIP PUBLISH to its
SIP Server letting this server dispatch to whatever is needs to.
These messages are sent during calls but may also be sent when a call is
over.
At the moment, I'm using Asterisk to serve these SIP phones so my Asterisk
box