Basic examples for JavaScript APIs

There are several basic examples, which introduce the basics of making JavaScript APIs. You can also read here about call making and receiving voice and video calls between VoIP phones and webbrowsers, how to build web based voice conference system and live chat application.

Callback Request

A simple guide which introduces how to add API Extansion to Ozeki Phone System, and how to implement a Callback Request. This example is useful when somebody would like to talk with the dialed number, but do not want to pay for the call; the dialer can just provide the phone number to be called back.
Learn more...

JavaScript API Interceptor

There is a way to create more complicated routing rules and dial plans, than the ones you can set at the Dial Plan option in Ozeki Phone System. You can create routing rules programmatically with the help of the Routing Interceptor.
Learn more...

JavaScript VoIP developers 101

A step-by-step guide which introduces how to make and accept voice and video calls with VoIP phones and webbrowsers, how to build web based voice conference system and live chat application, using the JavaScript language. Please note that, this guide continues at the advanced examples chapter.
Learn more...

More information