This section explains how to use the AMIgo suite to build simple applications.
Simple Applications examples
See: Hello AMIgo World. How to build the simple "Hello AMIgo World" application within MS Visual Studio.
See: PBX functions integration. Using the AMIgo suite to integrate PBX functions into your application.
See: Call Database Lookup How to do a database lookup on new calls using the CallerID number or Caller Name.
See: Without Visual Studio. Building the "Hello AMIgo world" application using the command line compiler.
Caution |
---|
If you build these examples from the given source code, you will need to update the reference to the AMIgo dll in the projects. Click on the project's reference directory and delete the reference to AMIgo.dll. Right click and select 'Add reference' and then click on Browse and select the AMIgo.dll file from the installation directory. |