JBoss.orgCommunity Documentation
The SIP JDBC Registrar Example is JAIN SLEE 1.1 Application which handles incoming SIP REGISTER requests. Depending on message content, it performs registrar routines and respond to UAC with proper message.
Example consist of following components:
Is entry point of examples service. It consumes REGISTER requests and issues calls to its child SBB in order to perform specific operations on data storage, ie. fetch contacts for particular AOR. It performs partial validation of REGISTER requests.
Is responsible for performing operations on persistent data store. It exposes operations which allow other SBBs to fetch, remove or udpate AOR contacts.
Is a simple JMX bean which exposes configuration parameters used in registrar routines to check if message has correct content.
Root SBB of service is SIP Registrar SBB
, which receives messages as first.
Relation between
SBB
s look as follows:
SIP JDBC Registrar Example components relations