/
3.2.4 Database

3.2.4 Database

 

Database configuration is stored in the my.cnf file.

The following parameters have to be set:

sql-mode = ""
max_allowed_packet = 96M
innodb_file_per_table = 1
innodb_file_format = barracuda

 

The RCS platform uses the following schemas:

voipswitch schema

This is the core schema for the SIP server and billing applications.

api schema

RCS API’s schema, used for RCS features. It stores the Networks Address Book (NAB), mobile contacts and RCS client accounts.

The clients table contains social profile information such as public IDs, personal details and avatars. Also it keeps data on sign up attempts.

The api.clients are associated with voipswitch.clientsshared through the login field.

Seperating RCS clients from the voipswitch accounts allows for integrating the RCS API with 3rd party softswitches.

storage schema

This schema is used for storing the attachments.

TODO dokonczyc

Related content