Astive was designed to overcome the complexity of building custom voice applications with Asterisk PBX. Astive, uses Asterisk's AGI to create powerful interactive menus with Java.
Astive makes creating voice applications easier for developers, however, it is important to have a good Asterisk foundation. To learn some key concepts and get up and running, check out the following tutorials:
- Getting started with Astivlets
- How to get Astive up and running
- Exploring the capabilities of the Menu API
- Java 1.8+
- Maven 3.x.x+
- Asterisk 1.8+
- Git (optional)
To download and build Astive perform the following steps in your console:
git clone https://github.com/fonoster/astive.git
cd astive
./assembly
NOTE: The script will generate the Astive Server and the SDK. You can find the assemblies in folder 'dist'.
A good way to start building apps with Astive is by reading the wiki. There you will find detail information in how to build, test, and deploy your apps.
The best way to get help is through the Google Groups. You can also follow @fonoster on Twitter for events and quick updates.
Core team:
- Please see our Contribution Documents
- Contributors
Copyright (C) 2018 by Fonoster, INC. Apache License, Version 2.0 (see LICENSE for details).