Displaying 20 results from an estimated 2000 matches similar to: "hanging up call after launching a script, script should continue independently"
2011 Feb 24
2
[1.4] Still can't get it to call back
Hello
No matter what I try, Asterisk still fails dialing back through a
callfile built through an AGI script.
The whole thing works fine when the original call that triggers
Asterisk is from an internal extension (Xlite), but it fails when it's
from my cellphone ringing through the FXO/Zaptel port and I want to
wait a few seconds and call back through the FXO/Zaptel.
Could it that even
2006 Mar 20
4
simple perl-agi - where's the error?
Hello!
I'm trying to setup a perl-deadagi, but my perl skills lack. can
someone tell me why the following code doesn't work:
#!/usr/bin/perl
use Asterisk::AGI;
$AGI = new Asterisk::AGI;
$dialstring = $AGI->get_variable("DIALSTRING");
$res = $AGI->exec("DIAL $dialstring");
the asterisk output says:
AGI Rx << GET VARIABLE DIALSTRING
AGI Tx >> 200
2002 Jul 03
0
Problem with tmpfile() on samba share
Hi,
we have problems executing the tmpfile() function in a program
on Windows when the cwd is within a samba share. The function
fails with errno set to "permission denied". By setting the
log level high enough in samba, I was able to see that the
temporary file was always being opened in the top level
directory of the share (which ordinary users don't have
permission to write to),
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
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
2005 Mar 21
1
ASTCC: perl / mysql or me???
I try to change something in ASTCC, but I am now totally blind, ....
I hang on one line now. I changed:
vpbx:/var/lib/asterisk/agi-bin # diff astcc-original.agi astcc.agi
22c22
< # exten => _00XXXXXXXXX,1,DeadAGI(astcc.agi,${CALLERIDNUM},${EXTEN})
---
> # exten =>
_00XXXXXXXXX,1,DeadAGI(astcc.agi,${CALLERIDNUM},${TARIFF},${EXTEN})
35c35
< # exten =>
2010 Jan 01
1
PBX Extension Help
hi all,
I have a little problem. I'm trying to configure a2billing
(asterisk2billing) with asterisk. Everything done successfully but when I
try to call following error occur
"WARNING[9690]: pbx.c:3170 pbx_extension_helper: No application
'DeadAGI,a2billing.php' for extension (a2billing, 456,3)
and it hang ups the call. Can someone please tell me why this error
occuring. My
2010 Feb 14
3
Line DC
My dialer works perfectly , but whenever I dial a number manually from xlite
and press a Key like 6055 for DTMF , line gets disconnected. Line gets DC as
soon as I press any key from xlite
What could be the issues ?
I tried the SAME VOIP from another center and Its Ok there.
I tried the Same dialer Xlite over Static IP, problem is there.
I tried the same number from other Dialer , it works
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
2010 Dec 22
0
CDR on MySQL
What would it do if you
exten => h,1,ResetCDR(w)
exten => h,2,NoCDR()
exten => h,3,DEADAGI(get-unqiueid.php)
I have not tried it but in theory it should write the first CDR and then
kill the write of the second NO ANSWER CDR.
Let me know if it works for you as I may need to do it on some of my h
exten code as well.
Bryant
----------------------------------------
From:
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.
2006 Feb 24
0
What's with Indications/SetLanguage/Zaptel/RingBack ?
Good morning everybody,
Can someone explain to me the interconnection between
these four things: indications.conf, SetLanguage(), zaptel.conf
and ring-back ? If there is any !! :- )
I am having this case where some users cannot hear ring back
from a DeadAGI script and it seems to be interconnected to these items.
These users are from the iaxfriends table, they _can_ hear ring-back from
a
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.
2009 Sep 27
0
channel.c:780 channel_find_locked: Avoided deadlock
Hi All.
I have many days reading and research about asterisk and vicidial. I thing
this issue is about asterisk and doesnt about vicidial. Isn't it?
I have a problem with theses application (I already ask for help in vicidial
forums), but I can not fix it.
I have debian 5 with asterisk 1.2.24 and vicidial 2.0.4. This server has a
IAX tunnel with another asterisk server B which connect to
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();
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 Jul 25
0
DeadAgi application issue
Hi All,
I have working asterisk 1.4.24.1, but I have issues with DeadAgi
application.
I am using hylafax and iaxmodem with asterisk, mail 2 fax and fax 2 mail
feature.
My system details are below:
OS: Centos 5.3
Asterisk Version: 1.4.24.1
Dahdi version: dahdi-linux-2.1.0.4, dahdi-tools-2.1.0.2
Zap device: Network controller: Sangoma Technologies Corp. A104d QUAD T1/E1
AFT card
Kernel:
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