similar to: key in number after 'h' extension

Displaying 20 results from an estimated 20000 matches similar to: "key in number after 'h' extension"

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
2006 Feb 07
0
extension h and DeadAGI
2007 Feb 23
1
H extension don't work with parked calls
Hi all, I'm having a problem, with the h extension. I have an application, when I call it check for the line requested and then direct the call to a predefined context. In this context I play a message (the message according to the line called) and then park the call. The dialplan does some other things, but my problem is that if I hung the phone the h extension don't run, this is my dial
2005 Sep 13
2
passing variables to h extension
Is there a way to pass variables/arguments to the h extension ? for example : [default] exten => _1098933X.,1,NoOp(CARRIER TWT->TIM, EXTEN: ${EXTEN}}, SIPCALLID: ${SIPCALLID}, SIPDOMAIN: ${SIPDOMAIN}) exten => _1098933X.,2,SetVar(_PROVA="bla") [lot of stuff, agi, goto, tricks and magic that happens] exten => _1098933X.,10,Dial(${CHAN_DEST},,L(3600000:3599900)) <-
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
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
2009 Jul 03
2
Trigger an action when B number answers the call
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><title></title><head><meta http-equiv="Content-type" content="text/html; charset=UTF-8" /><style type="text/css"> html, body {overflow-x: visible; } html { width:100%; height:100%;margin:0px; padding:0px; overflow-y: auto; overflow-x:
2005 May 31
4
Extension context question
I have a very simple question . I have 2 internal extension 301 and 300 sip phone . I want to these extesion can call each other, and ext 300 can call outside to pstn, and ext 301 to call internatonal. How can I do that ? [x1] exten => 300,1,Dial(SIP/300) include => pstnlocal [x2] exten => 301,1,Dial(SIP/301) include =>international [pstnlocal] exten =>
2005 May 24
0
silence in virtual extension
hi, I'm with problems: 1- I'm a brazilian and dont speak english hehehehehe 2- heheh my asterisk dont speak in micprohone in virtual extension. while extension is local comunication is perfect, but while a extesion is virtual is possible just listen. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 May 29
0
Custom Extension on AMP
I've been using AMP to manage my * test system. I've been trying to activate an extension that I don't want AMP to manage. It would appear that the extesion definitions are placed in the appropriate "custom" files which are then added with an include command to the appropriate master file (sip.conf,extension.conf, etc). So far I've not been able to get it to work. Anyone
2007 Mar 08
1
No application 'Prefix' for extension in1.2x, what app I have to use instead?
Hi I want to use Prefix app in extensions but get this error: WARNING[9255] pbx.c: No application 'Prefix' for extension ... I am just want to do somethig like this: exten => _9XXXXXXX,1,ANSWER() exten => _9XXXXXXX,2,Wait(1) exten => _9XXXXXXX,3,Prefix(511) exten => _5119XXXXXXX,4,DeadAGI(a2billtest.php|1) exten => _5119XXXXXXX,5,Hangup() Please someone tell me how to
2007 May 09
3
The 'h' extension problem
Hi all, There is a problem with my dialplan. here is the dialplan: exten=> 123,1,Dial(SIP/U1,,Ttg) exten=> 123,2,Hangup exten=> h,1,AGI(onhangup.pl) The problem is whenever U1 is called or calls someone, if U1 hangsup the call then the h extension is NOT executed. but if the other person hangsup the call, then the h extension is executed (assuming that the other person is calling
2012 Nov 26
1
[LLVMdev] Removing old JIT CodeEmitters for ARM and PPC
I see. If I am writing my own listener can I still get back the (llvm::Function, void* Code, size_t Size)? Ciao. -----Original Message----- From: Kaylor, Andrew [mailto:andrew.kaylor at intel.com] Sent: Monday, November 26, 2012 1:24 PM To: Manny Ko Cc: LLVM Developers Mailing List Subject: RE: [LLVMdev] Removing old JIT CodeEmitters for ARM and PPC No. It adds a new event,
2010 Aug 31
1
Running System() after call completion, not in 'h'?
Greetings all- I have some dialplan code on an Asterisk 1.2.x box that basically dials a call, then after call completion, runs a command via System(). However, I'm finding that roughly 5% of the time, the System() command never executes and seems to be on specific destinations. Simplified/paraphrased example: exten => 1,1,Set(VARIABLE=SOMEVALUE) exten =>
2012 Nov 26
0
[LLVMdev] Removing old JIT CodeEmitters for ARM and PPC
No. It adds a new event, 'NotifyObjectEmitted'. The Intel JIT listener that I mentioned then uses the emitted object to find the functions (which are all emitted together). Because of the way that MCJIT is implemented, it isn't really feasible to reconstruct things like the EmittedFunctionDetails in the NotifyFunctionEmitted event. -Andy -----Original Message----- From: Manny Ko
2007 Aug 21
1
SET EXTENSION
Hello All, How can I SET EXTENSION from context? This is my context: - [docall-usa] exten => _NXXNXXXXXX,1,Answer exten => _NXXNXXXXXX,n,Set() ; <<What do I need to set here>> exten => _NXXNXXXXXX,n,DeadAGI(dousacall.php|1) exten => _NXXNXXXXXX,n,Hangup I need to add 1 in front of ${EXTEN} and then send the call to dousa.php. Set(CALLERID(number)=1${EXTEN}) will set
2008 Sep 12
1
Extension not found
Dear All, I have the following scenario...When a customer dial 111 number a beep message will iplay in order to record and playback his voice...Else he'll be routed to another call flow as you can see in the context below: [a2billing] exten => _X.,1,Gotoif($[${EXTEN} = 111] ? custom-recordme,111,1) exten => _X.,2,DeadAGI,a2billing.php exten => _X.,3,Wait,2 exten => _X.,4,Hangup
2004 Dec 24
3
Preventing Asterisk from sending 'h' across to SIP Provider
Hi, I want to prevent Asterisk from sending the h extension across to the SIP provider or to prevent it from hitting the script at all. The SIP Provider does not know what to do with the h extensions once it receives it. My SIP Provider takes all digits and forwards them off to a softswitch for processing. Everytime a call hangs up, it complains about running AGI scripts on hungup
2012 Nov 26
0
[LLVMdev] Removing old JIT CodeEmitters for ARM and PPC
Ops. I meant to say 3.1. -----Original Message----- From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Manny Ko Sent: Monday, November 26, 2012 9:27 AM To: Eli Bendersky Cc: Benjamin Kramer; LLVM Developers Mailing List Subject: Re: [LLVMdev] Removing old JIT CodeEmitters for ARM and PPC Sorry for speaking too soon. It is missing from 3.2 which is the