Hello, How do I install phpagi? http://phpagi.sourceforge.net/ I couldn't find any info about setup in that site, and I couldn't email the developers.so I'm lost. I know it isn't a real question for this list, but I suppose many people here already have installed it. So, how can I install it? Thanks Carlos -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080319/48400c0e/attachment.htm
You don't install it as such, you just include the files from your php scripts. On 19/03/2008, Carlos Carvalhar <ccarvalhar at globalnova.com.br> wrote:> > Hello, > > > > How do I install phpagi? > > http://phpagi.sourceforge.net/ > > > > I couldn't find any info about setup in that site, and I couldn't email > the developers?so I'm lost. > > > > I know it isn't a real question for this list, but I suppose many people > here already have installed it. > > > > So, how can I install it? > > > > Thanks > > Carlos > > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080319/64bb1449/attachment.htm
On Wed, Mar 19, 2008 at 12:48 PM, Carlos Carvalhar <ccarvalhar at globalnova.com.br> wrote:> > How do I install phpagi? > > http://phpagi.sourceforge.net/Since phpagi is really just a set of php libraries, all you need to do to install is dump it somewhere and add that location to your php include_path. -Erik
On Wed, Mar 19, 2008 at 1:31 PM, Carlos Carvalhar <ccarvalhar at globalnova.com.br> wrote:> > But when I download the gz file it doesn't uncompress as php files, the > phpagi-2.14.gz file returns a phpagi-2.14 file...and I tried with winrar and > 7-zip that usually uncompress gzip files without problem. > > How can I get the php files of the class phpagi? > How did you download it?$ wget http://superb-east.dl.sourceforge.net/sourceforge/phpagi/phpagi-2.14.tgz $ tar zxvf phpagi-2.14.tgz $ cd phpagi-2.14 $ ls -Erik