All Entries Tagged With: "asterisk"
Asterisk Callme Architecture with PHP AGI
Extensions Configuration extensions.conf [callme] exten => s,1,AGI(callme.php|${CNUM}) CNUM is the variable passed to callme AGI Script Callme.php Agi Script #!/usr/bin/php /** * Author Arun Raj R * @package phpAGI_for Call me * @version 1.0 */ set_time_limit(30); require_once(“phpagi/phpagi.php”); $agi = new AGI(); $agi->answer(); $result=$agi->stream_file(“welcome_to_call_me”); $cid = $argv[1]; $agi->exec(“Dial Zap/g0/”.$cid, null); ?> PHP File to run callme [...]
VuVoice :: Dedicated platform for integrated IVR Solutions
We have setup our new dedicated platform for VOIP platform. vuVoice is a dedicated platform for Interactive voice applications and automated bulk calls. It is a fully customizable and automated system for voice calls. We added lot of enhancement over traditional model. It is working on OPEN SOURCE PBX (soft switches).The main advantage of the [...]



