ClickToDial (C2D)
Dependency :
compile ":c2d:0.1"
Summary
Installation
To use this plugin:
To run the applications:
grails create-app convergedapp cd convergedapp grails install-plugin c2d grails install-sip-xml grails war convergedapp.war
Deploy convergedapp.war on Sailfin SIP AS Launch browser and go to http://localhost:8080/convergedapp/person/list Register 2 users alice and bob to this application Click on "Call" button to setup call
Description
The Grails C2D plugin adds the ClickToDial convergence functionality to a Grails web application using SIP Servlets. It enables users to setup calls (with SIP softphones) by clicking on a hyperlink (like the SkypeMe button).Currently an alpha release, the future version of this plugin will integrate with other plugins like Authentication. The goal of this project is to build a set of plugins to bring Telecom features to Grails applications (similar to PartyTime plugin but for Calls, IM, Presence etc.)For more details on the working of this plugin, installation and usage, refer to the document hereThe project source code for the sample plugin is hosted hereThe plugin was developed as a research project at GT-RNOC