Displaying 20 results from an estimated 1000 matches similar to: "asterisk-users Digest, Vol 59, Issue 62"
2009 Jun 24
7
PHP AGI Not Working and Odd Behavior
Hi,
I'm running asterisk 1.4.22 on a debian server.
I have php5 installed and it works correctly command line.
When trying to run a php script via AGI, I get messages such as:
GI Tx >> I>
AGI Rx << #!/usr/bin/php5 -q
AGI Tx >> 510 Invalid or unknown command
The scripts are completely executable and owned by asterisk
-rwxr-xr-x 1 asterisk asterisk
Googling is not helping
2004 Sep 23
1
Alternate MP3 Player
Hi! I am currently working on setting up an Asterisk system, and I was
wondering if anyone has worked on an alternate mp3 player to mpg123.
We have a library of MP3 files that we would like people to be able to select
and play over the phone -- and this will require pause & resume, as well
as fast forward / reverse (jump forward / jump back). It doesn't seem like
mpg123 can do this. Is
2006 Jun 22
1
Re: Can I enter an extension to dial whilevoicemail is playing?
The options are not seperated by commas.
exten => s,1,Dial(SIP/50,23,r,d)
should be
exten => s,1,Dial(SIP/50,23,rd)
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com]On Behalf Of John Klimek
Sent: Thursday, June 22, 2006 2:59 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users]
2006 Jun 19
6
User Loses Ability to Make Outgoing Calls
We've been running an Asterisk-based phone system here in our office for
a year and a half, and it's pretty much been running smoothly.
One employee who works out of the office has a problem that she can't
make outgoing calls on a temporary basis every so often (a few times a day).
No one else has this problem, her settings are fine, and she regains the
capability spontaneously with no
2013 Sep 18
7
Puppet requires second run to execute some catalog items.
Hi, I''ve inherited a puppet setup for automating php installation and
extension management. We''re on Debian and we''ve encountered a strange
issue that I''ve traced down back to puppet I think. I''ve stripped back the
configuration and made the problem reproducible, logs and config pasted
below.
1. php5-common, php5-memcache, and php5-mysql are all
2013 Jan 31
1
The way Puppet installs things fail
Basically, the way puppet installs things things with
/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install
<package_name>
fails due to authentication
WARNING: The following packages cannot be authenticated
But if I do it from an ssh console normally, using apt-get install
<package_name> it works fine without issues.
Is there a way to change how puppet uses the
2007 Jul 19
0
Blank Voicemails/Vonage Problem
Regarding this message, I've actually been told one caller who has
consistently had this problem was using Vonage, but calling from his
Verizon line, it worked. This skewed my survey.
Therefore I do believe it's the same callers having the issue, and in
which case, I think Vonage is to blame.
I found this thread:
2012 Apr 03
6
2 package resources for the same package installation in two differents modules caused errors
Hello,
We had the following situation where including two classes that were
ensuring the installation of the same package "php5-imagick" and it
was causing an error indicating that two ressources of the same name
are forbidden (sorry, I don''t have the exact message error since we
fixed quickly the error).
Since we are newbies in puppet, we would like to understand what this
2009 Dec 01
3
Duplicate definition on the same line and in the same file ?
Hi,
I''m trying to add libapache2-mod-php5 as a dependency in my php5 module here is what I get
info: Loading facts in raidcontroller
info: Loading facts in raidcontroller
debug: Format s not supported for Puppet::Resource::Catalog; has not implemented method ''from_s''
err: Could not retrieve catalog from remote server: Error 400 on SERVER: Duplicate definition:
2016 Mar 26
3
PHP bindings fail on Ubuntu for xapian-bindings-1.2.21
Le 26/03/16 18:04, Olly Betts a ?crit :
> On Sat, Mar 26, 2016 at 04:51:35PM -0500, Yannick Warnier wrote:
>> On an Ubuntu 15.10, following the docs at
>> https://trac.xapian.org/wiki/FAQ/PHP%20Bindings%20Package
>>
>> When
>>
>> running debuild -e PHP_VERSIONS=5 -us -uc
>>
>> I get (sorry for the French):
>>
>>
>> "
2007 May 23
1
Debian etch packages of php5-xapians have old style flat function interface
I'm running Debian stable (etch) on a server, and have the following Xapian
packages installed.
root@seagrass:/etc/php5/apache# dpkg -l | grep xap
ii libxapian-dev 0.9.9-1 Development files for Xapian search engine l
ii libxapian13 0.9.9-1 Search engine library
ii php4-xapian
2006 Jun 21
0
Re: User Loses Ability to Make Outgoing Call s
If I understand this correctly, this is a user outside your firewall dialing
in to your office over the Internet. Always, inbound calls work, but
sometimes, outbound calls do not work. So if you have replaced the hardware
totally, and you still have the same problem, it could be a routing issue
with an upstream ISP. The way to test for this is to do a traceroute from
her LAN to your office. Then,
2013 Apr 24
2
puppet apache module dependency cycle
I am trying to use puppetlabs apache module on CentOS to install mod php
package.
class {''apache::mod::php'': }
It returns error "Error: Could not find dependency Package[httpd] for
A2mod[php5]". I am using Puppet 3.1 version.
Do I need to call class{''apache'': } explicitly to get mod-php install
working? If I try that as follows then it
2016 Mar 26
2
PHP bindings fail on Ubuntu for xapian-bindings-1.2.21
Hi Olly and co,
On an Ubuntu 15.10, following the docs at
https://trac.xapian.org/wiki/FAQ/PHP%20Bindings%20Package
When
running debuild -e PHP_VERSIONS=5 -us -uc
I get (sorry for the French):
"
dpkg-buildpackage -rfakeroot -D -us -uc
dpkg-buildpackage: paquet source xapian-bindings
dpkg-buildpackage: version source 1.2.21-2.1
dpkg-buildpackage: distribution source unstable
2006 Feb 21
1
0.9.3+ bindings and php5
hi all,
i noticed php5 is now supported, however ./configure isn't seeing it.
here's a snippet from running ./configure:
-----
checking for php-config... /usr/bin/php-config
checking for ... no
checking for php5... no
checking for php... no
-----
'php-config --version' reports '5.0.5-pl5-gentoo'
any ideas?
thanks much,
andrew
2006 Jan 13
2
RoR on OpenBSD 3.8
Has anyone on this list setup lighttpd on OpenBSD 3.8 with fast-cgi and PHP5
? If so did you have to install PHP5 with the ports system or is it
possible to use the PHP5 package ?
Thanks,
Greg
--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.371 / Virus Database: 267.14.17/228 - Release Date: 1/12/2006
2015 May 11
2
appdynamics php agent prevented by SELinux
Hey guys,
I've got another C7 problem I was hoping to solve. I
installed appdynamics-php-agent-4.0.5.0-1.x86_64 on a C7.1 host.
It's failing to communicate with it's controller on another host. And this
is the interesting part. Whether or not I have SELinux enabled, I have
apache reporting SELinux problems.
[root at web1:~] #getenforce
Permissive
May 10 20:47:56 web1 python[25735]:
2007 Oct 18
3
Changing php5 with php4 in CentOS 5
Hi,
In our server CentOS 5 is installed. Some of our web pages are compatible
with php4 but in centOS 5 , php5 is installed and we cannot see our pages.
I want to remove php5 and install php4 but i could not find php4 rpm for
CentOS 5. Can anybody help me?
Thanks
Can ?izer
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Sep 20
3
running php4 and php5 parallel
Is it possible to run php4 and php5 parallel in Centos4 somehow? If
the parallel php5 could be installed from rpm also that would be great
also.
Regards,
Peter
2007 Feb 10
1
php5 rpm to be installed in parallel with php4?
Hi,
I'm looking for a php5 rpm which I can install in parallel with php4. Therefore,
the centosplus rpm is (AFAIK) not usable for me as it replaces php4.
Does centos provide an php5 rpm which does not touch my php4? Is there a
matching srpm on web?
Sorry, if this question is a FAQ. Thanks for your help :)
fs