Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.12 KB

README.md

File metadata and controls

21 lines (14 loc) · 1.12 KB

Asterisk Java Khomp Module

Dependency Status

Implementation of Khomp Modules Functions for Asterisk Java

INTRODUCTION

The goal of this project is to provide the most complete and easy to use API for consuming the functions of Khomp devices inside asterisk, using the asterisk-java library.

This project is an extensions that add new features for asterisk-java library and its not meant to replace the library, also it depends on the asterisk-java library.

TODO LIST

  • Implement and document AMI actions
  • Implement and document AGI commands
  • Implement and document Dialplan applications
  • Implement and document Dialplan variables (For easy consulting through asterisk java)
  • Implement and document CLI commands
  • Implement custom parsing for the CLI commands response, for the static data, show channels etc
  • Create examples in the git