Steps for Enabling RDBMS Call State Storage

Configuring SIP Data Tier Partitions and Replicas 6-7 12. Follow the steps under Section 6.4.4.3, Create the Database Schema to create the necessary tables in your RDBMS.

6.4.3.1 Modify the JDBC Datasource Connection Information

After installing the new domain, modify the template JDBC datasource to include connection information for your RDBMS server:

1. Use your browser to access the URL http:address:portconsole where address is

the Administration Servers listen address and port is the listen port.

2. Select the Services JDBC Data Sources tab in the left pane.

3. Select the data source named wlss.callstate.datasource in the right pane.

4. Select the Configuration Connection Pool tab in the right pane.

5. Modify the following connection pool properties:

■ URL : Modify the URL to specify the host name and port number of your RDBMS server. ■ Properties : Modify the value of the user, portNumber, SID, and serverName properties to match the connection information for your RDBMS. ■ Password and Confirm Password: Enter the password of the RDBMS user you specified.

6. Click Save to save your changes.

7. Select the Targets tab in the right pane.

8. On the Select Targets page, select the name of your SIP data tier cluster for

example, BEA_DATA_TIER_CLUST, then click Save. 9. Click Save. 10. Follow the steps under Section 6.4.4.3, Create the Database Schema to create the necessary tables in your RDBMS.

6.4.4 Configuring RDBMS Call State Storage by Hand

To change an existing Oracle WebLogic Communication Services domain to store call state data in an Oracle or MySQL RDBMS, you must configure the required JDBC datasource, edit the Oracle WebLogic Communication Services configuration, and add the required schema to your database. Follow the instructions in the sections below to configure an Oracle Database.

6.4.4.1 Configure JDBC Resources

Follow these steps to create the required JDBC resources in your domain: 1. Boot the Administration Server for the domain if it is not already running. 2. Access the Administration Console for the domain. 3. Select the Services JDBC Data Sources tab in the left pane. 4. Click New to create a new data source. 5. Fill in the fields of the Create a New JDBC Data Source page as follows: ■ Name: Enter wlss.callstate.datasource ■ JNDI Name : Enter wlss.callstate.datasource. ■ Database Type : Select Oracle.