Re: SIPREC support in PJSUA2 , PJSUA or PJSIP

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 26.01.22 13:19, Norbert Weyrich wrote:
Hi,

Is there support in PJSUA2, PJSUA or PJSIP for SIPREC as SRC (Session Recording Client) to initiate connections to SIP REC Server?

At least, it is necessary to change the SDP content, add a feature tag to the CONTACT haeder and add or change the REQUIRE header.

Thanks a lot.

Norbert


Hey there,

there is no out of the box support, but you can implement it using PJSUA, I did so myself.
You need to apply SDP media label and maybe the direction attribute "sendonly" in the on_sdp_created()
callback and add the XML metadata when making requests,
you can use the msg_data param of pjsua_call_make_call() for this; see:

https://www.pjsip.org/docs/latest-2/pjsip/docs/html/group__PJSUA__LIB__CALL.htm#ga8989dbf44d51e89934dac960097b7d2a

Also, you should add a Contact header parameter ("+sip.src" if I remember correctly)
and you must add the "siprec" feature string to the "Require" header.

Don't forget to handle re-INVITEs from the SRS in case it requests metadata snapshots.
That's roughly it, hope this helps somewhat.


All the best,
Andreas

_______________________________________________
Visit our blog: http://blog.pjsip.org

pjsip mailing list -- pjsip@xxxxxxxxxxxxxxx
To unsubscribe send an email to pjsip-leave@xxxxxxxxxxxxxxx

[Index of Archives]     [Asterisk Users]     [Asterisk App Development]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [Linux API]
  Powered by Linux