AMIgo A suite of .NET component and controls for the Asterisk Manager Interface

License

This is a free, full featured trial and demo package, with examples and demo. programs source and projects.


Requirements

Visual Studio 2005 and Up
.Net Framework 2.0
Applications runs on Win XP SP2 and up.


Download the AMIgo components and controls

AMIgoSetup.zip The single file installation program AMIgoSetup.zip

Download the Documentation

AMIgo Documentation
The AMIgo Help file
AMIgoDocumentation.chm
Right click on the link above and select 'Save Target As ...'.

Installation

To install download AMIgoSetup.zip, unzip and run the Setup.exe program.
To install using the MSI file, open file explorer and right click on AMIgoSetup.msi, and select 'Install'.

After installation a new AMIgo item will be added to Windows Start menu with links to a Demo application and to the AMIgo documentation.

Check the documentation on how to add the AMIgo controls to the Visual Studio toolbox and instructions on how to add a reference to the AMIgo.dll in your applications.

Demo application

When running the demo application (AMIgoDemo.exe in install directory) for the first time you may need to run the application as administrator. In file explorer, right click on AMIgoDemo.exe  and select 'Run as administrator'.
The same applies when entering the licence key.


Adding the AMIgo controls to Visual Studio Toolbox

To add AMIgo components and controls to the Visual Studio Toolbox, follow this procedure

- Create a new Windows Form Application
- In the project manager, double click the main form to open it in design mode.
- Open the toolbox if not already opened. (Menu View | Toolbox or CTRL+W, X)
- Right click on the Toolbox and select Add Tab, and name the new Tab AMIgo
- Right click in the new AMIgo Tab and select 'Choose Items...'
- Click on the Browse button, and browse and select the AMIgo.dll file. (Default \Program Files\TELE DATA Inc\AMIgo)
- Select all controls and component that are part of the AMIgo Namespace (you can sort the list by namspace for easier selection)
- Once completed the AMIgo Tab of the toolbox should contains all of the AMIgo controls.


Compiling the examples and Demo applications

Some simple example applications and a more elaborated demo app. are available in the [Install dir]\Examples directory. These include source code and project files for Visual Studio 2010.

NOTE: To build these examples, you will need to change the reference to the AMIgo.dll assembly to the one installed on your system. You need to do this before opening the Forms in design mode:

- In solution explorer, open the reference directory and right click on AMIgo.dll and select 'Remove'.
- Select the 'Reference' directory right click and select 'Add a reference'.
- Browse to the AMIgo.dll file installed on your system (default: \Program Files\TELE DATA Inc\AMIgo) and select AMIgo.dll.