Yate Community Forum

General Category => Features requests => Topic started by: roy on November 20, 2012, 10:46:05 PM

Title: WebSocket
Post by: roy on November 20, 2012, 10:46:05 PM
Hi,
Thinking of web socket for Yate to enable SIP over HTTP. So that we can do all the SIP work with HTML.
I saw the ilbcwebrtc module in Yate 4.2.0.2 release.
Any idea that when we can have this feature ?

Best Regards,
Roy.
Title: Re: WebSocket
Post by: cc08 on January 31, 2014, 02:23:04 PM
I support the previous speaker ...
the time has come ...
Title: Re: WebSocket
Post by: asymetrixs on February 15, 2014, 07:22:41 AM
+1 for this thread
cc08: yes, indeed.
Title: Re: WebSocket
Post by: virrus on May 20, 2014, 03:28:04 AM
I finally managed to get it working somehow.
WebRTC to SIP is translated by oversip (http://oversip.net/ (http://oversip.net/)) and yate is patched in several aspects:
 - proper SDP attributes handling
 - bug 0000367 fixed
 - ICE-Lite (rfc5245) sipport added
 - Fake rtcp-mux (rfc5761) support added
Now i can call from Google Chrome with sipml5 to Linksys sip phone, connected to yate.
After more testing i'll prepare patches, and may be, one day, they will accepted by Null team...

If someone is interesting in current project status, please see https://github.com/vir/yate (https://github.com/vir/yate), branch ice.
Title: Re: WebSocket
Post by: vankooch on June 12, 2014, 10:42:36 AM
Nice work virus!
I'll check that out
Title: Re: WebSocket
Post by: kkorsakov on July 15, 2015, 04:05:21 PM
I'm sorry. Are there any plans for merging that changes