Displaying 3 results from an estimated 3 matches for "phpagi2".
Did you mean:
phpagi
2005 Aug 01
1
How to install PHPAGI?
Hello everyone,
Where can I find instructions on how to install PHPAGI?
BTW, what's the difference between PHPAGI and PHPAGI2? Are they
different products? It's hard to tell from voip-info.org...
Best,
Leo
2007 Jan 15
1
phpagi transfer example
Hi, i want to to this thing with php AGI:
#!/usr/local/bin/php -q
<?php
set_time_limit(30);
require('phpagi.php');
error_reporting(E_ALL);
$agi = new AGI();
$agi->answer();
$cid = $agi->parse_callerid();
$agi->text2wav("Hello, {$cid['name']}.");
$agi->text2wav('Enter some numbers and then press the pound key. Press
1 1 1 followed by the pound key
2007 Sep 25
2
swift.conf - cepstral voice quality adjustment options
...B.2.3-2-1)
and I have installed a single license for the Cepstral voice, Callie. I am
using the Swift application call within the asterisk dialplan:
Within /etc/asterisk/extensions.conf --
exten => s,n,Swift(Callie^Hello this is a cepstral voice named
Callie.)
And the php class phpAGI2, for interfacing with the Asterisk Gateway
Interface:
Within /var/lib/asterisk/agi-bin/lookupAgency.php --
$agi->swift('The agency nearest to your store is '.$agency_name);
Both of these calls use the Callie voice and translate the text into speech,
but the voice quality...