Hi,
I would really like to get the required Outbound support into Kamailio.
There has been a lot of discussion on Outbound recently, and I have been
left a little confused as to what is actually needed for WebSockets.
I am happy to devote a few evenings and weekends to implementing this,
but I could use a little help. If there is anyone who understands
Outbound (and what Kamailio does and doesn't support with regards to
Outbound) a short (bullet-point?) list of what is currently missing
would be great.
Also, if anyone can point me to some clients (both WebSockets and TCP)
that support Outbound so I have something to test with, that'd be a
great help too.
Regards,
Peter
--
Peter Dunkley
Technical Director
Crocodile RCS Ltd
Hello list,
I'm trying to test the websocket module on Kamailio but I currently lack of
a working web SIP phone that makes use of the websocket transport protocol.
I'm trying with OverSIP <https://github.com/versatica/OverSIP> but there's
no documentation on how to try it (and I don't do Ruby).
Is there another HTML5 SIP client that I can use or at least a page where I
can find documentation about how to configure OverSIP?
Regards.
Carlos.
Module: sip-router
Branch: master
Commit: 6f928a54d137e2e08ccc1a278afb04b40e34307f
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6f928a5…
Author: Peter Dunkley <peter.dunkley(a)crocodile-rcs.com>
Committer: Peter Dunkley <peter.dunkley(a)crocodile-rcs.com>
Date: Tue Aug 7 23:38:18 2012 +0100
modules/websocket: Added new event_route[websocket:closed] which is run when a WebSocket connection is closed
- Also changed ws_handle_handshake() to return 1 on success (still 0 on all
errors as they are handled - and the correct responses sent - within the
function).
---
modules/websocket/README | 34 +++++++++++++++++++++--
modules/websocket/doc/websocket_admin.xml | 33 ++++++++++++++++++++--
modules/websocket/example/kamailio.cfg | 11 +++++++-
modules/websocket/ws_conn.c | 42 ++++++++++++++++++++++++++--
modules/websocket/ws_conn.h | 12 +++++++-
modules/websocket/ws_frame.c | 6 ++--
modules/websocket/ws_handshake.c | 10 +++++--
7 files changed, 130 insertions(+), 18 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=6f9…