JBoss.orgCommunity Documentation
This example is a JAIN SLEE application which processes SIP Messages from SIP UAs. To be precise it consumes REGISTER requests and acts as registrar.
Registrar routines can be found in section 10 of RFC3261.
It is not a trivial example as it provides usage of
child relations
timers
null activities
SBB activity context interfaces
activity context interfaces variables
SBB local interfaces
JAIN SIP RA code
JDBC RA code
SQL and java.sql API
JMX and SLEE integration
Thus it should be considered as target for more advanced users. For trivial JDBC RA example please refer to jdbc-demo
source code and documentation.