Welcome
Contents at a Glance
Getting Started
The fountain of VoIP knowledge
Start by using the search box found on the left, and search for topics such as:
SIP
Channels
IVR
Zaptel
AIX
Asterisk Dialplan
AGI
AGI-PHP
Step 1 : Choose a Frame Work
um.... not too many options unfortunately
The most widely used, though utterly "obese", framework is the OpenSource project PHP-AGI. This is hosted by SourceForge and makes use of OOP techniques to access Asterisk functionality.
However, if you wish for more control, you might consider writing your own mini-framework, as I did. You can have a look at my single-file function library for PHP I wrote here:
PHP AGI Function Library by Ralfe Poisson.
Links
Some good web resources
- PHP AGI function library by Ralfe Poisson
- Here is a simple function library for easy inclusion into your AGI script which gives you easy to use access to Asterisk functionality.
- Voip Info wiki
- Everything you could possibly want to know about anything VoIP related.
- PHP-AGI Frame Work
- The most commonly used AGI frame work for PHP.
- Asterisk Home Page
- Here is where you can find forums, blogs, the actual software to download and other community features around the Asterisk system.
Books
Here are some books on I highly recommend
Additional References
Here is what Google has found....
- AGI-PHP agi->get_data, just get 3 digits
- I have my script with AGI-PHP where I get the variables when somebody press the buttons of a remote phone with AGI->get_data. This function have 3. ... Default AGI-PHP agi->get_data, just get 3 digits ...
- AGI Maximum execution time exceeded in PHP
- extensions_custom.conf [testcontest] exten => 300,1,AGI(/var/www/html/agiscript.php, ${variable}) exten => 300,1,Hangup Tested many examples,
- Voip Expert: This is Step by Step upgrade process for my Elastix ...
- Step 11: Copy the entire content of the AGI directory into asterisk agi-bin directory. #cd /usr/local/src/a2billing/AGI #cp a2billing.php /var/lib/asterisk/agi-bin/ #cp -Rf /usr/local/src/a2billing/common/lib /var/lib/asterisk/agi-bin/ ...
- agi-php agi->get_data, just get 3 digits
- i have my script with agi-php where i get the variables when somebody press the buttons of a remote phone with agi->get_data. this function have 3 parameter, the third paramater are the maximum digits than can get, i tested putting 9999 ...
