From vasiliy.ganchev@wildix.com Tue Nov 10 16:26:54 2015 From: Vasiliy Ganchev To: sr-users@lists.kamailio.org Subject: [SR-Users] issue with uac_req_send to websocket peer Date: Tue, 10 Nov 2015 08:26:49 -0700 Message-ID: <1447169209974-142954.post@n5.nabble.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0742252594==" --===============0742252594== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi folk! Have a scenario: UA-A -> REGISTER -> kamailio kamailio make auth, and save(location),=20 after this, before exit, I want to send to UA-A a custom NOTIFY with specific event (this should be done without SUBSCRIBE/PUBLISH/NOTIFY logic) .... $uac_req(method) =3D "NOTIFY"; $uac_req(ruri) =3D $sel(contact.uri); $uac_req(furi) =3D "sip:service@" + $rd; $uac_req(turi) =3D $sel(contact.uri); $uac_req(hdrs) =3D ......... here custom header is added xlog("L_ERR", "debuginfo, NOTIFY to ru $uac_req(ruri), fu $uac_req(furi); uac_req_send(); ............ when UA-A is connected via UDP/TCP/TLS - works OK when UA-A connected via WS/WSS", have errors: Nov 10 14:59:29 /usr/sbin/kamailio[6260]: ERROR: