Displaying 20 results from an estimated 1000 matches similar to: "DeadAgi application issue"
2007 Aug 28
1
deadagi and billsec or answeredtime
Hello,
I want to create php rate script and I'm using Deadagi. But I allways get
billsec 0 , or nothing. Can you help me to solve this problem...
My extension.conf:
exten => _123,1,DeadAgi(rate.php)
exten => _123,2,hangup
And my simple test php script rate.php
#!/usr/local/bin/php -q
<?php
include_once (dirname(__FILE__)."/phpagi.php");
$AGI = new AGI();
2011 Jun 27
0
Fax with Asterisk and T38Modem
Hi,
I'm fighting with HylaFAX, Asterisk and T38Modem since some time, to get
fax2mail and mail2fax working, my SIP-provider only supports T38 and
thus using G711 with IAXModem is not an option.
I have got running mail2fax with HylaFAX+ 5.5.0, Asterisk 1.4.20 and
T38Modem 2.0.0 successfull, but I'm not able to upgrade to anything
newer than Asterisk 1.4.24.
I was able to break down this
2006 Nov 02
1
AGI Problems
Hi,
I've got a setup whereby calls come into the asterisk server (1.2.7.1)
over a IAX2 trunk and into a dialplan that launches a php AGI script:
[live-full]
exten => _X.,1,Set(TIMEOUT(absolute)=0)
exten => _X.,2,NoOp(${EXTEN})
exten => _X.,3,DEADAGI(live-full.php)
exten => _X.,4,Wait,2
exten => _X.,5,Hangup
The script is using phpagi-2 from http://phpagi.sourceforge.net/ and
2008 Oct 05
5
asterisk, phpagi and singleton
Hello,
I've this situation: 300+ simultaneous calls and dialplan like this:
exten => _X.,1,Answer()
exten => _X.,2,DEADAGI(check_status.php)
exten => _X.,3,Dial(SIP/other/${NUMBER})
exten => _X.,4,Hangup
exten => h,1,DEADAGI(cdr.php)
When project is running , I had a lot of defunct php scripts (I've exceed
mysql connection limits and so on, deadagi help a bit). The
2010 Mar 12
0
Running DEADAGI from h extension
I get a warning every time I run DeadAGI from the h extension:
-- Executing [h at CC:2] DeadAGI("Zap/7-1", "graba_dialer.agi") in new stack
[Mar 11 20:50:10] WARNING[8598]: res_agi.c:2203 deadagi_exec: Running DeadAGI
on a live channel will cause problems, please use AGI
I use the agi script to do clean up and move the recording of the call.
The only way the h
2007 Jun 15
2
combining AGI with dialplans
On 2007-05-15 Tony Mountifield wrote (wrt using AGI scripts to dial out):
> Can't comment on this one, as I never use AGI to dial.
> My AGIs just set the context, extension and priority,
> and exit to the dialplan to do any dialling.
(http://article.gmane.org/gmane.comp.telephony.pbx.asterisk.user/185537)
I would like to do this, but I am having trouble figuring out how. I have
2011 Apr 09
1
Is it the normal behaviore for AGI and DeadAGI to terminate AFTER the "h" extension?
Hi Everyone,
Trying to run a php script after DeadAGI for A2Billing does it's magic. This
is the dialplan:
[a2billing]
exten => _X.,1,System(php pre-call.php ${CALLERID(num)} ${EXTEN}
${UNIQUEID})
exten => _X.,n,AGI(a2billing.php,1)
exten => _X.,n,Hangup()
*exten => h,1,Wait(5)*
*exten => h,n,System(php post-call.php ${CALLERID(num)} ${UNIQUEID})*
As you can see above, I even
2012 Dec 10
1
deadagi on 11 and 1.4
How can extensions.conf be changed to work with both
Asterisk 11 and 1.4.X such that 1.4.X calls deadagi and 11 just calls
agi as deadagi is no more.
Thanks,
jerry
2004 Aug 31
2
DeadAGI Application
I downloaded the astcc calling card program. Thanks, it is very easy to
setup and works Excellent. Anyway, it says to use DeadAGI to run it
rather than AGI. I don't know what I am doing wrong. I just updated my
asterisk from cvs and rebuilt and reinstalled. I do not have an
application called DeadAGI. I have searched the source, google, etc.
but have not been able to find anything.
2007 Dec 06
1
DeadAgi
hi, all
I am new to use DeadAgi,
can anybody help me how to use DeadAgi,
actually i want this,
when caller hangup his/her phone, i want to send packet to my other app that
check caller hung up done.
2012 Mar 08
1
Using the h and DeadAGI
Hi All;
Really I need to know why when using the "h" in the exten =>, then we use DeaAGI with it?
I am using vicidial and I see this line alot, so I need to know how it work (when it will be executed):
exten => h,1,DeadAGI(agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----${HANGUPCAUSE}-----${DIALSTATUS}-----${DIALEDTIME}-----${ANSWEREDTIME})
The question is:
When
2006 Feb 02
1
DeadAGI variables confusion
Hi * users,
We're using calls to external scripts through AGI at various points
throughout our IVR system. We use these scripts to log certain events
and to make certain choices that I wasn't sure would be possible in
the dial plan. The problem comes with with the final call to our
script. We use this line:
exten => h,1,deadagi(log.php|{$service}|Hung up|${UNIQUEID})
I know there are
2009 Aug 08
0
DeadAgi application not exiting
On Sat, 8 Aug 2009, Max Alex wrote:
> Actually the scripts which are set to run to the hangup of channels,
> which is originated for sending fax. We are trying to get the answer
> time, duration of fax on hangup of that channels, but the script becomes
> stuck and we need to restart the asterisk and also we are not getting
> any output of script as it is stuck.
Let's start
2007 Jul 30
1
MeetMe through DeadAGI has changed to return -1 on Hangup
I have a "support call" AGI script that has been working
flawlessly for a couple of years now. It dumps the customer into a
MeetMe conference room, then dials a bunch of support engineers,
and connects anyone who accepts the call into the conference room.
The conference room is recorded. After the support call is over,
the recording is emailed to a list for quality control, etc.
It
2012 Apr 04
2
Asterisk 1.8 and DeadAGI
Dears;
In asterisk 1.8, it is not more possible to use DeadAGI?
Also, I found the below commands in the a2billing and I would to ask why it set the sequence 1 for the Hangup()? Maybe because it is related to the NoOp? How?
[a2billing-callingcard]
exten => _X.,1,NoOp(A2Billing Start)
exten => _X.,n,Answer()
exten => _X.,n,Wait(2)
exten => _X.,n,DeadAgi(a2billing.php,1)
exten =>
2007 Jul 22
1
Asterisk-1.2.22 DeadAGI Hangup
Hi
I've upgraded my server to asterisk-1.2.22 from 1.2.10 after that my DeadAGI
scripts are not working properly. Like after hangup I used to do some more
work now its not working.
Please help.
thanks
arun
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070722/09df42e9/attachment.htm
2007 May 16
0
Problem with CDR and DeadAGI
Hello,
I've a Problem with my CDRs. The clid and src Fields are empty, if a
hangup inside my DeadAGI Program occurs. It makes no difference if the
AGI Program or the caller initiated the hangup.
The Problem doesn't exists, when i use the normal AGI Application.
Further, this Problem started after the update from 1.4.2 to 1.4.3
(1.4.4 is also concerned).
I hope, that someone has a
2006 Feb 07
0
extension h and DeadAGI
2009 Sep 17
2
DeadAgi
Hi people, I have the following dialplan:
[context]
exten => s,1,Noop(Start)
...
exten => h,1,Noop(Ending)
exten => h,n,DEADAGI(finconf.php,${ARG1},${ARG2})
When it is running, the asterisk gives the following error:
-- Launched AGI Script /var/lib/asterisk/agi-bin/finconf.php
== finconf.php|800|: Failed to execute '/var/lib/asterisk/agi-bin/finconf.php': No such file
2009 Jan 15
1
how to debug mime-construct with fax2mail?
I'm trying to capture faxes on 1.6.1-beta4. AFAICT, app_fax is working
OK. I'm then using fax2mail to send the fax. That wasn't working, so i
posted for help using the System() cmd, since fax2mail did work from the
command line. But now I realize it's fax2mail and mime-construct itself.
I set up a fax-test context:
[fax-test]
exten=>666,1,NoOp( fax-test )