A few people have questioned whether our session at FOSDEM really answered the question: can we replace Skype in 2013?
While I will stop short of making that commitment here today, I will say one thing: if any technology has the potential to help the free software community to displace Skype, and decentralize real-time communications, it is WebRTC.
With that in mind, I’ve been surveying the state of WebRTC support and found many projects just on the verge of a breakthrough. I’ve tried to give them a little push towards that breakthrough we are all hoping for, in this case, taking the basic SIPml5 WebRTC phone and making it into a convenient Drupal module.
This builds on my previous work to put convenient WebRTC solutions into the hands of the free software community. The module is called DruCall.
DruCall makes it easier than ever to put click-to-call functionality into virtually any Drupal powered web site, whether your run a personal blog or the United States Government
People wishing to deploy DruCall will need a WebRTC (SIP over WebSockets) capable SIP server. Both the major SIP proxies have this capability now in their development versions:
- repro / reSIProcate WebRTC support, just check out and compile the
b-webrtcbranch - Kamailio WebSockets support, also see Peter Dunkley’s blog for more details