-
Notifications
You must be signed in to change notification settings - Fork 181
Examples
#List of RestComm SIP Servlets Examples.
You can play with most of our examples in 2 differents ways. From the binary or right from the source like a true hacker :-) For testing against the examples you'll need to use some SIP softphones. We tested most of the examples with WengoPhone, 3CX VoIP Client, SJ Phone 1.65, Ekiga, linphone and XLite. Most of the examples uses the 5090 port for one of the SIP softphone to be contacted so please make sure, it is configured that way.
##Generic Examples
Here is our list of examples that also helps us testing out our implementation, those examples will work on all versions of RestComm Sip Servlets (Tomcat 7 and JBoss AS 7.x) :
- Call Blocking : UAS application
- CallForwarding : B2BUA application
- The two previous examples can be composed and become a new application known as Call Controller
- Speed Dial : proxy application
- Location Service : proxy application
- The two previous examples can be composed and become a new application showing what can be achieved with two chained proxy applications
- Click to Call : Converged application
- Chat Server : support for sip extension MESSAGE
##Advanced Examples
- Examples for RestComm Sip Servlets on JBoss AS 7.x only showcasing Media (JSR 309 based) and Diameter/IMS are also available
##Java EE6/Servlet 3.0 Examples
Because they leverages unique features of Servlet 3.0 and Java EE 6 specifications, the examples below will work only on RestComm Sip Servlets on Tomcat 7 or JBoss AS 7
- Click to Call Async Servlet 3.0 : Revised the click to call application by integrating Servlet 3.0 Async features.