Re: [asterisk-users] Re: php agi trixbox help

2006-12-27 Thread blackwater dev
lved... -Original Message- *From:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *blackwater dev *Sent:* Wednesday, December 27, 2006 1:14 PM *To:* Asterisk Users Mailing List - Non-Commercial Discussion *Subject:* Re: [asterisk-users] Re: php agi trixbox help Thanks for all

RE: [asterisk-users] Re: php agi trixbox help

2006-12-27 Thread Mike D'Ambrogia
Discussion Subject: Re: [asterisk-users] Re: php agi trixbox help Thanks for all the help. I finally got it all working. There was some problems with the swift functions of phpagi as it couldn't find it so that command was failing. I fixed it and all is well now. T

Re: [asterisk-users] Re: php agi trixbox help

2006-12-27 Thread blackwater dev
Thanks for all the help. I finally got it all working. There was some problems with the swift functions of phpagi as it couldn't find it so that command was failing. I fixed it and all is well now. Thanks! On 12/27/06, blackwater dev <[EMAIL PROTECTED]> wrote: Ok, I did that and I can now d

Re: [asterisk-users] Re: php agi trixbox help

2006-12-27 Thread blackwater dev
Ok, I did that and I can now do a locate and do now see: /usr/lib/php4/imap.so /usr/lib/httpd/modules/mod_imap.so So I restarted apache, and tried to run my file from the command line and get the same error. I have another one that doesn't use the phpagi class and it works ok but throws the same

Re: [asterisk-users] Re: php agi trixbox help

2006-12-27 Thread blackwater dev
Thanks, I'll try. I'm using the trixbox and my 311 info was in extensions_custom.conf if that means anything. On 12/27/06, John covici <[EMAIL PROTECTED]> wrote: Don't know if this will do it (see your full logs for details), but the timeout lines in your 311 are at least depricated if removed

Re: [asterisk-users] Re: php agi trixbox help

2006-12-27 Thread Time Bandit
Not sure if this has anything to do with it but running the input.php script directly from the command line gives this warning: PHP Warning: Unknown(): Unable to load dynamic library '/usr/lib/php4/imap.so' - libc-client.so.0: cannot open shared object file: No such file or directory in Unknown

Re: [asterisk-users] Re: php agi trixbox help

2006-12-27 Thread Paul
If you want to install the php imap support it is usually doen according to the linux distro you use. On debian the package would be php4-imap. If you don't want to install it you need to make sure your php and phpagi config don't require it. blackwater dev wrote: > Not sure if this has anything

[asterisk-users] Re: php agi trixbox help

2006-12-27 Thread John covici
Don't know if this will do it (see your full logs for details), but the timeout lines in your 311 are at least depricated if removed -- use the set statement and functions like this exten => s,n,Set(TIMEOUT(digit)=5) Hope this helps. on Wednesday 12/27/2006 blackwater dev([EMAIL PROTECTED]) wrote

[asterisk-users] Re: php agi trixbox help

2006-12-27 Thread blackwater dev
Not sure if this has anything to do with it but running the input.php script directly from the command line gives this warning: PHP Warning: Unknown(): Unable to load dynamic library '/usr/lib/php4/imap.so' - libc-client.so.0: cannot open shared object file: No such file or directory in Unknown