Accessing Call Detail Records

You can access the Microsoft SQL Server database via e.g. ODBC or JDBC. From an application development point of view, the Verba database is a standard datastore and can be accessed with any standard method supported by the Microsoft SQL Server platform.

When you are accessing the database directly you should always reference fields by name (and not using *) to ensure that future upgrades do not break your applications.

It is recommended to create a specific user for this access and configure it with read-only rights on the  "section" table.

Call detail record fields reference contains the definition of the fields in the "section" table of the solution, that stores CDR information.