ScopDEV (SDK)

the interactive expert software development kit

The ScopServ Developer Kit is a package of libraries and samples to allow developper to add ScopServ Telephony system (ScopTel) integration into their software.

The ScopServ AMI (Asterisk Manager Interface) Client library main function is to handle the communication between your application and the ScopServ Telephony server using the Asterisk Manager Interface (AMI).

The Asterisk Manager Interface allows a client program to connect to an Asterisk instance and issue commands or read events over a TCP/IP stream. Integrators will find this particularly useful when trying to track the state of a telephony client inside Asterisk, and directing that client based on custom (and possibly dynamic) rules.

The ScopServ XAPI (External API) Client library main function is to handle the communication between your application and the ScopServ Telephony server using XML connectivity (require ScopTel 2.0 and later).

The External API (XAPI) allows a client program to connect to ScopTel systems and issue bi-directional commands to fetch or update PBX informations remotely using XML over HTTP.

Generally the client sends Actions to the XAPI server, the XAPI server performs the requested operation and returns the result (often only success or failure) in a Response packet.

The ScopServ Developper Kit offer simplicity of use and easy integration without third party dependences, include complete documentation and sample applications.