PUSUA2 Endpoint send request

YG
Yann GARRAS
Fri, Dec 18, 2020 3:01 PM

Hello all,

I am using pjsua2 in a C++ application.

I have to send a proprietary request "MESSAGE" without making a call.
According to the documentation, I think I have to use :
pjsip_endpt_send_request

Endpoint class in PJSUA2 does not seem to wrap this method.

Is there a way to call this method from my PJSUA2 Endpoint or how can I
send this request ?

Thank you in advance

Regards,

Yann

Hello all, I am using pjsua2 in a C++ application. I have to send a proprietary request "MESSAGE" without making a call. According to the documentation, I think I have to use : pjsip_endpt_send_request Endpoint class in PJSUA2 does not seem to wrap this method. Is there a way to call this method from my PJSUA2 Endpoint or how can I send this request ? Thank you in advance Regards, Yann