< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index Next in Thread >

Re: [reSIProcate-users] Implementing DUM UAS for Session Recording Protocol RFC 7866 with resiprocate


Hello All,

So far I found the following:
// adds option tag in Supported header
uasMasterProfile->addSupportedOptionTag(Token("siprec"));
// adds feature tag in Contact header
static const ExtensionParameter p_srs("+sip.srs");
NameAddr capabilities;
capabilities.param(p_srs);
uasMasterProfile-> setUserAgentCapabilities(capabilities);

As far as I understand I need to create RsMetadataContents class which would register with the contents factory (similar to OctetContents for example)

I hope this will help somebody.

Thanks,

Andriy


On Mon, Jun 11, 2018 at 7:00 PM, <resiprocate-users-request@xxxxxxxxxxxxxxx> wrote:
Send resiprocate-users mailing list submissions to
        resiprocate-users@resiprocate.org

To subscribe or unsubscribe via the World Wide Web, visit
        https://list.resiprocate.org/mailman/listinfo/resiprocate-users
or, via email, send a message with subject or body 'help' to
        resiprocate-users-request@resiprocate.org

You can reach the person managing the list at
        resiprocate-users-owner@resiprocate.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of resiprocate-users digest..."

[please change the subject line when replying]

Today's Topics:

   1. Implementing DUM UAS for Session Recording Protocol RFC 7866
      with resiprocate (Andriy Brozgol)


---------- Forwarded message ----------
From: Andriy Brozgol <andrebroz@xxxxxxxxx>
To: resiprocate-users@xxxxxxxxxxxxxxx
Cc: 
Bcc: 
Date: Mon, 11 Jun 2018 14:47:28 +0300
Subject: [reSIProcate-users] Implementing DUM UAS for Session Recording Protocol RFC 7866 with resiprocate
Hello All,

I am trying to use resiprocate DUM for implementing UAS of recording server.

I have not much experience with resiprocate. If someone could help me in suggesting how to implement or at least pointing to some examples the following:

+sip.src feature tag in Contact header field
siprec option tag in Require header
multipart/mixed  content with application/rs-metadata content type and recording-session content disposition

I also ran into difficulty of accessing the API Docs for resiprocate. The link https://svn.resiprocate.org/dox/ seems broken.

Thank you very much in advance,

Andriy



_______________________________________________
resiprocate-users mailing list
resiprocate-users@resiprocate.org
https://list.resiprocate.org/mailman/listinfo/resiprocate-users