Hi there,
I'm currently trying to test Kamailio as a websocket server.
In the expert view of sipML5
http://sipml5.org/expert.htm, I put the field of WebSocket Server URL=ws://<ip:port of kamailio> and SIP outbound proxy URL=udp://<ip:port of kamailio> and the port for UDP is not the same as for WebSocket.
I have a kamailio server with websocket support running.
However I got an error in sipML5.org/call.htm that failed to connect to the server.
From kamailio log file, I read that
DEBUG: <core> [forward.c:462]: check_self: host != me
As my understanding, I did not set it correctly for messages received over websocket to be forwarded to outbound proxy.
Without making DNS changes to support our realm, is there any way to set it through?
Or is it possible to use kamailio as a websocket server and a outbound proxy?
I'm new to this field. Sorry for my ignorance!
Best,
Billy