Actions

Difference between revisions of "Recorder 2.0 - API"

From Zenitel Wiki

m
m
Line 1: Line 1:
 
==Introduction==
 
==Introduction==
  
&This article describes the API for the Vingtor-Stentofon Recorder 2.0.<br>
+
This article describes the API for the Vingtor-Stentofon Recorder 2.0.<br>
Use of the API is a licensed feature and can be ordered  
+
Use of the API is a licensed feature of the recorder and can be ordered as
 +
*1190110160 - Vingtor-Stentofon Recorder - API
 +
It is possible to generate a temporary license for companies wishing to write an interface based on the API.
  
 +
==Supporting documentation and software==
 +
The following documentation is available:
 +
*This article
 +
*A Help-file: 'NHI NVR2 API Documentation.chm' - this file is available from the download area of AlphaWiki
 +
*A sample application including commented source code - this is a zipped file, available from the download area of AlphaWiki
  
 +
In addition there are 4 dll's, which are also available from AlphaWiki:
 +
*NHI.Nvr2.SharedLibs.dll
 +
*Nvr2.API.dll
 +
*NHI.Protocols.Rtp.dll
 +
*NHI.Media.Audio.Codecs.dll
 +
 +
==Sample application==
 +
The sample application shows the following:
 +
*How to connect to the recorder service
 +
*How to retrieve a list of defined devices
 +
*How to
 
[[Category:3rd party integration]]
 
[[Category:3rd party integration]]

Revision as of 09:56, 20 April 2015

Introduction

This article describes the API for the Vingtor-Stentofon Recorder 2.0.
Use of the API is a licensed feature of the recorder and can be ordered as

  • 1190110160 - Vingtor-Stentofon Recorder - API

It is possible to generate a temporary license for companies wishing to write an interface based on the API.

Supporting documentation and software

The following documentation is available:

  • This article
  • A Help-file: 'NHI NVR2 API Documentation.chm' - this file is available from the download area of AlphaWiki
  • A sample application including commented source code - this is a zipped file, available from the download area of AlphaWiki

In addition there are 4 dll's, which are also available from AlphaWiki:

  • NHI.Nvr2.SharedLibs.dll
  • Nvr2.API.dll
  • NHI.Protocols.Rtp.dll
  • NHI.Media.Audio.Codecs.dll

Sample application

The sample application shows the following:

  • How to connect to the recorder service
  • How to retrieve a list of defined devices
  • How to