similar to: Call ends when using SendDTMF(*)

Displaying 20 results from an estimated 20000 matches similar to: "Call ends when using SendDTMF(*)"

2005 May 23
1
SendDTMF into a conference room
I have been trying to figure a way to SendDTMF into a MeetMe room using the Manager API. I can't redirect everyone into another context and then bring them back because that would mess up my logic. I am trying to use local channels and the originate Action to accomplish this. Exten: 3441115 Priority: 1 ActionID: actid-00000001 Context: senddtmftones Action: Originate Channel:
2006 Nov 03
1
SendDTMF() behaves strangely
Hi, everybody: As part of a paging macro I'm using SendDTMF to send digits to the called party. The section looks like this: exten => s,1,Wait(0.5) exten => s,n,SendDTMF(9531290) exten => s,n,Wait(1.0) exten => s,n,Set(MACRO_RESULT=CONTINUE) To test I direct the call to a live extension just to hear what's happening -- what actually happens is that only the 9 is sent, and
2005 Sep 06
1
Some problems (SendDTMF, Wait, Parked Calls)
Hi all! I would like to solve some problems: I have a sip provider that lets me make pstn calls after listening some stuff and entering a pin number: 1) How can I make Asterisk enter the pin number? Then wait 1 second and enter the phone number? I have in extensions.conf: exten => 6*,1,Dial,SIP/2002@myprovider,60,tr I have tried with w (like with ZAP channels) but it does not work, nor
2006 Nov 27
0
Queues and Flash/SendDTMF in hybrid PBX
Hi! I am trying to setup a simple queue in Asterisk and I'm having a small problem. Our callers come in through a Bosch PBX and are immediately transferred to an Asterisk menu/IVR. If they select the option to call a SIP phone directly (eg. entering the operator's SIP extension) then the callee/operator can transfer the call to a phone within the Bosch system. What Asterisk does is
2005 Jul 25
1
sendDTMF at pickup
Hi everyone: The following code dials our prefix, sends a beep, and sends a DTMF "c" tone, then dials the phone number. I need to send the DTMF only if the phone is answered. [voip] exten=>i,1,NoCDR() exten=>i,2,Hangup() exten=>s,1,Wait(2) exten=>s,2,Background(beep||) exten=>s,3,DigitTimeout(6) exten=>s,4,ResponseTimeout(10) exten=>s,5,SendDTMF(c)
2014 Dec 17
2
11.5.0: blindxfer problems
I've got a confbridge set up which works if dialed locally: -- Executing [266 at internal:1] Answer("DAHDI/1-1", "") in new stack -- Executing [266 at internal:2] SendDTMF("DAHDI/1-1", "1") in new stack -- Executing [266 at internal:3] ConfBridge("DAHDI/1-1", "1") in new stack -- <DAHDI/1-1> Playing
2003 Dec 02
0
Recieving Digits Send by SendDTMF
Hi Here is my scenario Mr.X's Asterisk Box Dials Mr Y's Asterisk Box (thru Zaptel channels)after Channel establishment Mr. X send DTMf tones to Mr Y using by using application "SendDTMF()". My question is this is there any method that Mr. Y Saves these DTMF Tones in any variable (after converting back to their Corrosponding Digits). Thanking in advance Obaid
2003 Aug 05
4
SendDtmf
Hello all, I am trying to use asterisk to call a local access gateway by dialing a fix number, after getting connected, the is a IVR prompt for pin number and finally the real destination number. I manage to use asterisk to dial to the gateway but have no idea how to send the pin number and destination number. This is due to asterisk only process the next ext only if dial app has terminated. My
2019 Jan 09
2
Switched from Asterisk 1.8 to 13 - CDR ringtime now always zero (Joshua C. Colp)
Regarding this I've read the specs linked to in detail, but I can find no mention anywhere of any change that implies or states that no ring time will be recorded anymore in Asterisk 13 and that all times in start and answer columns will now be equal for all calls. Can this be because I nowhere use the Answer() application in my dialplan when dialing out? -----Original Message----- From:
2014 Dec 20
2
11.5.0: blindxfer problems
On 12/19/2014 09:42 AM, Rusty Newton wrote: > On Wed, Dec 17, 2014 at 1:09 PM, sean darcy <seandarcy2 at gmail.com> wrote: >> I've got a confbridge set up which works if dialed locally: >> >> -- Executing [266 at internal:1] Answer("DAHDI/1-1", "") in new stack >> -- Executing [266 at internal:2] SendDTMF("DAHDI/1-1",
2014 Dec 19
0
11.5.0: blindxfer problems
On Wed, Dec 17, 2014 at 1:09 PM, sean darcy <seandarcy2 at gmail.com> wrote: > I've got a confbridge set up which works if dialed locally: > > -- Executing [266 at internal:1] Answer("DAHDI/1-1", "") in new stack > -- Executing [266 at internal:2] SendDTMF("DAHDI/1-1", "1") in new stack > -- Executing [266 at internal:3]
2014 Dec 20
0
11.5.0: blindxfer problems
On 12/20/2014 03:22 PM, sean darcy wrote: > On 12/19/2014 09:42 AM, Rusty Newton wrote: >> On Wed, Dec 17, 2014 at 1:09 PM, sean darcy <seandarcy2 at gmail.com> wrote: >>> I've got a confbridge set up which works if dialed locally: >>> >>> -- Executing [266 at internal:1] Answer("DAHDI/1-1", "") in new stack >>> --
2008 Dec 08
2
meetme problem maybe connected to features.conf
Hello. I have a strange problem with the MeetMe application. Configured is a misdn msn to go into a preconfigured MeetMe room. exten => 12,1,MeetMe(1234,pIM) The first caller gets the prompt to enter the pin and then gets connected to the MeetMe room. The second caller gets also the prompt but after entering the right key he hears a dialtone followed by the message: The number you have
2014 Dec 21
0
11.5.0: blindxfer problems
On 12/21/2014 04:42 AM, Patrick Beaumont wrote: > Have you enabled DTMF logging and seen the DTMF codes being recognised by > Asterisk? I had a bunch of soft phones that I had to change to using ?sip > info? for the DTMF signalling as the RFC signalling was not always being > recognised. This would cause transfers to appear as if the user had not > dialled any digits. > > >
2007 Jul 30
1
AGI and exec Playback
Hello, I'm looking for a way to play sound file, and control the playback trough web interface. Is it possible to use AGI to play a sound file and then by receiving some event stop playing it, and play another file. The catch is that i want to seek to 1st minute, 5th minute, etc - so regular ControlPlayback with intervals wouldn't fit - i have to use sox to create different file and then
2014 Dec 21
2
11.5.0: blindxfer problems [Spam score:10%]
Have you enabled DTMF logging and seen the DTMF codes being recognised by Asterisk? I had a bunch of soft phones that I had to change to using ?sip info? for the DTMF signalling as the RFC signalling was not always being recognised. This would cause transfers to appear as if the user had not dialled any digits. On 20/12/2014 20:52, "sean darcy" <seandarcy2 at gmail.com> wrote:
2013 Jan 10
1
Segmentation fault after upgrading from asterisk-10.5.0 to asterisk-11.1.2
After upgrading from asterisk-10.5.0 to asterisk-11.1.2, I am getting a Segmentation fault. [root at localhost asterisk-11.1.2]# asterisk -vvvvvvc Asterisk 11.1.2, Copyright (C) 1999 - 2012 Digium, Inc. and others. Created by Mark Spencer <markster at digium.com> Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details. This is free software, with components
2010 Feb 03
1
CDR / billsec / originate / local chan
Hi All, I have been running a environment with asterisk 1.4.20.1 for some time now with no issue but have recently added some extra functionality (enabled call recording via MixMonitor) and ran into some deadlock issues which seem to be well documented with earlier 1.4.x releases so have decided to take the plunge and upgrade. I decided to start testing with 1.6.2 but have run into a couple
2008 Feb 04
0
AGENTDUMP lines in queue.log????
Hi all, I noticed that in queue.log I keep getting lines with AGENTDUMP like this one "1202044353|1202044326.152|AccountingQueue|Agent/1001|AGENTDUMP|" I cannot find any other lines in the file regarding this call id, no ENTERQUEUE or anything else. I just have this line with AGENTDUMP. Has someone had the same problem? Why do I get these lines? A small note: I have
2003 Dec 31
1
AGI - IVR - Time Clock
I wanted to post the beginings of my latest IVR Project for an automated Time Clock software. The customer has over 300 Field Reps that call in everytime they arrive on location and whey they leave that location. This is handled by the receptionist now and she logs in them and out of there Time Clock Software. Which takes up majority of her day. The customer has requested a automated way of