The innovaphone App tutorials


We provide several tutorials which shall help to understand how to implement various APIs and features into your app.

Table of contents

Client APIs This tutorial shows how to use Client APIs for profile pictures, presence monitoring and starting phone calls.
Database This tutorial shows how to add a new table, use a transaction, prepared statements, reading multiple rows ...
HTTP requests This tutorial shows how to handle HTTP requests in an app service using the example of a very simple REST API (GET, PUT, DELETE).
RCC (Remote Call Control) This tutorial shows how to use the RCC API to receive information about the controlled user objects and provides some ideas how to add functionality like establishing calls.
Search API This tutorial shows how to use the search API to retrieve entries from the Contacts App.
External App Service External web services may be integrated in myApps the same as services running on an App Platform. The minimum requirement is, that these should make use of the PBX authentication. This tutorial explains how to integrate the PBX authentication in such a web service.
Use RCC Api from external Web Page PBX Apis may be used from an external Web Page. This tutorial explains how to build a simple busy lamp field in an external web page, which uses the RCC API. The same mechanism can be applied for all PBX Json APIs
Replicate the users from the PBX Replicate the users from the PBX. This tutorial explains how to replicate the users from the PBX to your app using the PbxTableUsers.
Project upgrade from V13r1 to V13r2 SDK Describes upgrade prcedure of a Visual Studio project from V13r1 SDK to V13r2 SDK.