Hi Lukas,
there is a websocket sub-protocol to carry SIP messages (
http://tools.ietf.org/html/draft-ietf-sipcore-sip-websocket-08). You could use SIP over websocket stack like QoffeeSIP (I'm one of the developers of QoffeeSIP) or JSSIP (maybe others, but I recommend you one of these) and SIP over websocket server (like Kamailio or OverSIP).
You could use a common SIP stack and communicate your web app with it through REST, AJAX...
I prefer the first approach. In my opinion, it's cleaner and simpler. The main problem to interconnect WebRTC and traditional SIP devices is related to media. Signaling will work well. I've tested QoffeeSIP with Kamailio, Asterisk [pedantic mode], and SBCs.
El martes, 9 de abril de 2013 16:52:53 UTC+2, Lukas W. escribió:
But the question is, if there is any possibility let the web server talk to a sip server (which is managing some sip endpoints)?
Because in this case you won't need the client side implementation of an sip endpoint in javascript with one of these libraries...
Or is the sip endpoint implementation for the browser necessary?