OXJS SDK

in

API Summary

OnSIP maintains two APIs. The first is OnSIP’s XMPP API, an API built on the Extensible Messaging and Presence Protocol (XMPP), which has the ability to do call control and presence.

The second is OnSIP's Web Services API, useful for administrating (e.g. create a user, assign a voice mailbox to a user, add a phone number, retrieve information about a user), and reporting on an OnSIP account.

If you are building a server-side application, our APIs are most helpful to you. To expedite development of browser-based applications, we have built 2 JavaScript SDKs: OXJS for XMPP API and JNWS for the Web Service API.

OXJS SDK


OXJS SDK for OnSIP's XMPP API

Details:

OXJS is a Javascript SDK that can expedite the development of custom applications when implementing against OnSIP's API. The SDK supports functionality for real-time call control event notifications. In other words, developers can implement web applications that setup phone calls and listen to call events like call created, call answered, and call terminated.

Libraries

ox.js is OnSIP's Javascript SDK

Source:

https://github.com/onsip/OXJS

View Docs

HTML

Download Docs

SDK + Docs TAR.GZ

JNWS SDK


JNWS SDK for JNCTN API

Details:

JNWS provides a simple, lightweight, and cross-platform API for sending requests to the Junction Networks Web Services API.

JNWS is designed to be a tool to get started quickly with sending requests to the Web Services API, not a complete cover of it. To get an idea of what calls are supported, take a look at our documentation for our Web Services API.

Libraries

jnctn_js is OnSIP's JavaScript library

Source:

https://github.com/onsip/jnctn_js

Questions or feedback

developer@junctionnetworks.com