[SR-Users] issue with uac_req_send to websocket peer

2015-11-10 Thread Vasiliy Ganchev
Hi folk! Have a scenario: UA-A -> REGISTER -> kamailio kamailio make auth, and save(location), 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) = "NOTIFY"; $uac_

Re: [SR-Users] issue with uac_req_send to websocket peer

2015-11-11 Thread Vasiliy Ganchev
the solution is found, the root of the issue was in our proxy daemon, that received sip from outside world, and proxy it to kamailio (kamailio received sip via localhost) My ws users, have such received in location: Received:: sip:127.0.0.1:36986;transport=ws I added in NO

Re: [SR-Users] issue with uac_req_send to websocket peer

2015-11-12 Thread Daniel-Constantin Mierla
Thanks for following up and explaining what was happening and how was solved -- it helps to mark the report closed as well as gives guidelines to other facing the same situation. Cheers, Daniel On 11/11/15 12:27, Vasiliy Ganchev wrote: > the solution is found, the root of the issue was in our pro