Documentations for Ozeki VoIP SQL API
You can find here all of the necessary documentations about developing VoIP APIs with SQL. Almost all of them contains some short example scripts for the purpose to show how to use the introduced elements.
Database Authenticator
For automating telephone access management in you IT systems, you can connect
VoIP phones to your PBX without adding any new SIP extensions on the GUI of Ozeki
Phones System XE. Database Authenticator SQL API enables to create SIP accounts
and authenticate extensions by simply keeping your database up to date.
Learn more...
Call Reporter
You can track incoming and outgoing calls in your PBX, by inserting call recording information
into your call history database table. You can use any kind of database server to store information such as
caller ID, dialed number, time and duration of the call, call states and other useful data, related to a call.
Learn more...
SQL SMS
You can send and receive SMS messages by using your database server, by only handling an outbox and an inbox
table for the purpose to insert incoming or outgoing messages into.
Learn more...
SQL OzML
With a database of telephone numbers and an OzML script, you can make calls automatically,
and process incoming calls, by using SQL OzML Extension.
Learn more...
Database Logger
You can learn how to install and configure Database Logger SQL API in Ozeki Phone System,
for the purpose to log PBX events into a database. For example; you can archive all PBX events
for a long period, this way.
Learn more...
Installing MySQL ODBC
MyODBC is an interface that allows programming languages to support the ODBC interface to communicate with a MySQL database.
You can learn how to install and configure MySQL ODBC Driver in a few steps.
Learn more...
Connection Strings
When you install an SQL API in Ozeki Phone System, you need to select a database connection type, and provide a connection string.
Each different database servers require different configurations; within the following guide you
can find different connection types and strings, related to several database servers.
Learn more...
More information
- How to make scripted calls from SQL
- Voting machine
- Documentations for SQL APIs