Re: [SR-Users] Route Between WebSockets without rtpengine getting into the mix

2015-03-05 Thread Daniel-Constantin Mierla
Hello, you can do nat_uac_test("64") to identify that call comes in via websocket and after lookup("location") you can see it is going out via websocket. If both coditions are true, then you can skip engaging rtpengine. Cheers, Daniel On 03/03/15 07:42, Don Fanning wrote: > Hello All, > > Prior

[SR-Users] Route Between WebSockets without rtpengine getting into the mix

2015-03-02 Thread Don Fanning
Hello All, Prior to going down the rtpengine path for another need, calling was working fine between WSS client. Now that I've added in some pieces from caruizdiaz's config [ https://github.com/caruizdiaz/kamailio-ws/blob/master/kamailio-ws.cfg] relating to SETUP_BY_TRANSPORT, it has broken that