Setup Microsoft SQL Access making and accepting calls using a Database

In this chapter you can learn about how to make and accept calls using a Microsoft SQL Access database server with your Ozeki Phone System. In this guide you can get information about the installation steps, the database connection string, the database connection type and the database table layout for Microsoft SQL Access database server.

During the configuration you should choose the following database connection type:

OleDb

You should use the next database connection string:

Provider=Microsoft.ACE.OLEDB.12.0;Data Source=OzekiPBX;Persist Security Info=False

The database connection string have to be modified to match your database.

The connection string and the connection type should be entered on the SQL OzML API configuration form.

specifying connection string for microsoft sql access database
Figure 1 - Specifying the connection string for the Microsoft SQL Access database

Figure 2 shows the SQL queries that will be used if there is an incoming call.

sql queries for making outgoing calls
Figure 2 - SQL queries for making outgoing calls

Under the Incoming calls tab, you need to provide the SQL queries that will be used when there is an incoming call. Figure 3 shows the SQL query that you need to use.

sql queries for accepting incoming calls
Figure 3 - SQL queries for accepting incoming calls

After the OzML SQL API has been configured in the Ozeki Phone System, you need to create the database tables for OzML SQL API. Use the following table layout:

If you have any questions or need assistance, please contact us at info@ozekiphone.com.

Dig deeper!
People who read this also read...

More information