Displaying 20 results from an estimated 10000 matches similar to: "Found solution to my PHP AGI Script problem..."
2005 Aug 08
2
URGENT: Problems with PHP AGI...
Hello everyone,
I'm having all sorts of problems with my PHP AGI scripts... Basically,
my scripts run fine from the command line and don't do anything well
called from Asterisk. Here are my questions:
a) Does Asterisk require PHP CLI or CGI? From the command line, my
script seems to work fine with PHP 4.3.11 (cli) but not with PHP 4.3.9 (cgi)
b) How to debug my script? According
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
2005 Jun 29
1
Problems connecting to and from my Asterisk server :(
Hello there,
I'm a new Asterisk user and I'm having difficulties to connect to and
from my Asterisk server. Can anybody give me a hand?
Here's some background information:
* I'm running RedHat Linux Enterprise 4.0
* When iptables is stopped, my server can register with IAX service
providers and receive registrations from IAX softphones. However, it
does not succeed in
2010 Feb 08
2
How to run a remote PHP script and still have access to audio stream?
Hello there,
I'm trying to figure out how to run a PHP script on a remote machine and
still have access to the audio stream associated with the call.
Ideally, I'd love to play/record audio files directly from/to the remote
server without having to copy them back and forth to the Asterisk
server. What is the best way to do this?
Is it possible to combine EAGI with FastAGI in PHP?
2005 Jul 02
1
Is it possible to setup group voicemail in Asterisk?
Hello there,
I'm a new Asterisk user and I wonder if it is possible to associate a
voicemail box with a group of users, i.e., a single recorded message is
sent to everyone in that group. If so, where can I find more
information about that?
Thanks in advance,
Leo Burd
2005 Jul 05
4
How to prevent log files from eating my hard drive?
Hello there,
Somehow, Asterisk log files are consuming all the space that I have in
my hard disk... They've already eaten 14GB and are still hungry!! What
shall I do? I'm not even logging anything in verbose mode!!
Help really appreciated!!
Best,
Leo
2007 Feb 04
5
Unicall/R2 for Asterisk 1.4 Available for TESTING
Im glad to let you know that finally I invested some time to make work
Unicall in Asterisk 1.4, I must say not much testing could be done
since I have no hardware available ( cards, servers ), however a
friend was able to test it with a couple of calls with success, I need
you to test this and report some feedback.
The sources are available in:
http://moy.ivsol.net/unicall/soft-switch/r1b1/
2010 Mar 21
1
Asterisk Manager Interface (AMI) proxy recommendation
Hello there,
I'm new to Asterisk and I'm trying to figure out a way to make the
Asterisk Manager Interface (AMI) accessible to multiple users at the
same time. Would anyone recommend an AMI proxy that could be accessed
from PHP code?
Thanks in advance,
Leo
2005 Aug 05
1
Is there a right place for a include_once statement in a PHP AGI script?
Hello there,
I'm new to PHP AGIs and I'm having problems with a particular script
that has a "include_once" statement on it. If I remove that stament,
the script runs until the section of the code that depends on the
include and then returns. If I include that statement, the script does
not seem to run at all. What shall I do?
Thanks in advance,
Leo
2006 Jan 17
2
auto load SIP peers on startup
Hi all,
we use OpenSER together with Asterisk.
All SIP users registers with OpenSER and asterisk is doing the voicemail
thing.
We use the Asterisk RealtimeArchitecture for voicemail users and SIP peers.
The database table for the sip peers is a view from the OpenSER subscriber
table.
The MWI for a user will only work, if the user object (sip peer) is loaded
into memory and visible with the CLI
2010 Apr 13
2
Possible AGI bug?
Hello all,
I wonder if somebody could provide me with some advice on how to track
what looks like a bug to me:
I've got a PHP AGI script that is called whenever I dial into the system
and also whenever I issue a specific Originate() request via AMI.
The script works fine when I dial in. However, when I run it via
Originate(), it sometimes does not play anything, sometimes plays part
2006 Feb 15
6
asterisk silence suppression?
Hi all, I'm getting some noise gate like effects on our sip lines & I think I need to disable silence supression, I'm searching docs & not finding where this can be set, does * have a setting to turn this off? basically what's happening is when we stop talking, the other end hears total silence, but when we talk, they can hear the background noise in the office, this sounds odd
2006 Jan 04
1
chan_oh323.so freeze my box on unload
Hi im running several gentoo servers with Asterisk, only using IAX2
and SIP. Recently we decided to implement h323. All the necessary
dependences for oh323-0.7.3 were installed by portage (package manager
of Gentoo distro), including openh323, pwlib etc. The module is
successfully loaded (load chan_oh323.so) but when asterisk is stopped
(stop now) or the oh323 module is unloaded (unload
2006 Oct 31
7
Asterisk Call Statistics
Hi Folks,
I would like to recover all information about the calls, incoming
calls, call time, call history, etc in a Web Format, are there some
open source aplication for Asterisk that be easier for use. Pls
anything suggestion will be very appreciate.
Thanks
Rgds.
--
Omar E.P.T
-----------------
Certified Networking Professionals make better Connections!
http://omarept.blogspot.com/
2006 Apr 25
1
MFCR2 in Brazil, someone?
Does anybody have a working Asterisk server with Unicall using MFCR2
in Brazil? Were having problems. It seems SPANDSP never detect the
tones from the telco. Im using brazil protocol variant. Im having
lots of problems
to find out why spandsp seems to not detect the MF tones. We send the
first digit, the telco says they receive it, and respond with the proper
signal to ask for the next digit, we
2005 Jun 10
5
lost g729 lic
Good day all
We installed a box a long time ago and they bought g729a licenses
Now we want to upgrade and reinstall,whats going to happen with the
codec,if I give the box the same ip as always will it work?
Please Help
2004 Dec 06
1
VR package not found for R version 1.9.1
I'm trying to install the VR package for version 1.9.1 but I'm getting
the following error message:
> install.packages("VR")
trying URL `http://cran.r-project.org/bin/windows/contrib/1.9/PACKAGES'
Content type `text/plain; charset=iso-8859-1' length 20716 bytes
opened URL
downloaded 20Kb
trying URL
2004 Aug 28
4
removing invariant columns from a matrix
I'm looking for an efficient way of removing zero-variance columns from
a large matrix.
Any suggestions?
Thanks,
- Moises
[[alternative HTML version deleted]]
2005 May 25
15
PHP/AGI Problem
Hi
I am currently developing a IVR application using
PHP/AGI. I am using the PHPAGI class at
http://phpagi.sourceforge.net/ to handle the
commuication with my *.
The application basically asks a caller to enter in
some information which is then processed and a answer
is read back out to them. I want the application to
loop back to the beginning after giving the answer so
they can try another
2006 Nov 14
2
Installation of Unicall for MFC/R2
Hi,
Anyone there could figure me out on how to install my unicall. I followed the instruction below in the stated site at; http://soft-switch.org/unicall/installing-mfcr2.html.
Questions:
1. On what directory/folder should I copy the chan_unicall.c, channels_makefile.patch?
2. On what directory/folder should I command patch < channels_makefile.patch?
3. On what directory/folder should I