Author Topic: WebSocket  (Read 12635 times)

roy

  • Newbie
  • *
  • Posts: 7
    • View Profile
WebSocket
« 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.

cc08

  • Guest
Re: WebSocket
« Reply #1 on: January 31, 2014, 02:23:04 PM »
I support the previous speaker ...
the time has come ...

asymetrixs

  • Administrator
  • Newbie
  • *****
  • Posts: 47
    • View Profile
Re: WebSocket
« Reply #2 on: February 15, 2014, 07:22:41 AM »
+1 for this thread
cc08: yes, indeed.

virrus

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: WebSocket
« Reply #3 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/) 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, branch ice.

vankooch

  • Administrator
  • Newbie
  • *****
  • Posts: 49
    • View Profile
Re: WebSocket
« Reply #4 on: June 12, 2014, 10:42:36 AM »
Nice work virus!
I'll check that out

kkorsakov

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: WebSocket
« Reply #5 on: July 15, 2015, 04:05:21 PM »
I'm sorry. Are there any plans for merging that changes