similar to: Recieving Digits Send by SendDTMF

Displaying 20 results from an estimated 2000 matches similar to: "Recieving Digits Send by SendDTMF"

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 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 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
2011 May 09
0
Call ends when using SendDTMF(*)
I'm not sure why but my call is being ended when I SendDTMF(*). I'm using agi to originate a call and set the context,extension,priority to test,1,1 respectively. I've got the following in my extensions.conf: [test] exten => 1,1,Answer(); same =>n,Wait(5); same =>n,Verbose(1, Sending *); same =>n,SendDTMF(*,500); same =>n,Verbose(1, Sent *); same
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)
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
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
2009 Nov 12
1
How to send DTMF on Zaptel with 50ms tone duration and 50ms gap between the digits?
Hi, After some testing I've found out that my client's hardware recognizes DTMF only if digits are sent 50ms apart with 50ms of tone duration. This was tested using a test device which generates DTMF. Now asterisk doesn't do it by default because digits going out from Asterisk are not being recognized. Using command sendDTMF, I can control inter-digit duration, and using
2006 Mar 01
0
SendDTMF in connected call?
Hi, Does anyone know of a way to implement the following: * an incoming call is connected to an internal extension (the internal channel is the target of the "dial") * Asterisk listens for DTMF generated by the internal extension (the dialed party) * when it detects DTMF, it jumps to a new context for the dialing party; I suppose the dialed party could be hung up on, or sent to
2007 Oct 09
0
Odd router behavior when using 'w' in SendDTMF
Hey, This is weird, I wonder if anyone has an explanation? If I call a SIP server and inject DTMF with a wait in it, my router will then lock up causing asterisk to lose Internet connectivity obviously, but also making it very hard to see what happens. It appears that if there are no 'w' in the DTMF string, it doesn't lock up. Anyone have any guesses on this? I called a local
2006 Jun 26
10
Create tables on the fly in rails?
Hello everyone :) Love the mailing list! I read it as much as I can! Thanks all you RoR guru''s for providing so much help. Anyways... So say I have Users, and each user can have a list of Plants that they like. I would want to give each user a table that has many entries to show me which plants they like. How could I do this? I don''t know if there''s a way to do
2008 Apr 03
2
Send DTMF digit every 15 seconds during a call
I am trying to send a DTMF digit automatically every 15 seconds to keep a call connected to an alarm panel. I tried using the dial command L and recording a dtmf tone for the beep, but obviously that didn't work. Does anyone have a suggestion for merging the L option and the sendDTMF or the D option? Any other suggestions would be appreciated! Thanks! Paul Gentilini
2003 Oct 05
2
Good W2K softphone
Hi U can visit the http://iaxclient.sf.net for some opensource underdevelopment softphones. Take Care Obaid Amin Syed >From: Chris Albertson <chrisalbertson90278@yahoo.com> >Reply-To: asterisk-users@lists.digium.com >To: asterisk-users@lists.digium.com >Subject: [Asterisk-Users] Good W2K softphone >Date: Fri, 3 Oct 2003 23:00:13 -0700 (PDT) > > >I haven't
2007 Jul 25
1
Post voicemail processing.
This 2 line code is doing what I wanted. exten => 200,1,voicemail(200) exten => 200,2,Hangup What I've been told is that they want the 20 year old phone system to light up the message bulb. (yea, a filament bulb, not an LED) To do this you pick up on the line that goes into Asterisk and do a: exten => 200,1,SendDTMF(200w#86) But I don't know the path to take to get that
2004 Jul 29
2
Aastra 480e phone ADSI config
There isn't much documentation on adsi, but I called NETXUSA (the vendor of my 480e) and they helped me along. My experience: 1. I really had no experience with ADSI so I had (probably still have) some misconceptions on how the configuration is loaded onto the phone. 2. I set the following in my /etc/asterisk/asterisk.adsi (most of this is the stock asterisk.adsi script): ;
2003 Apr 01
2
Setting up PABX
Hi guyz I m very much new to Asterisk and i want to establish a PABX for my house at the moment i have X100 card(Configured) Asterisk PABX(Installed) Now i want to know how would i recieve call for e.g. i want during incoming call (after demo mess). if user press 9 (for e.g) the call redirect to host1(for e.g. again).or if ne user of gnophone want to dial outside how would he do so . N e sort
2006 Nov 27
0
flash transfer problem in asterisk with old PBX
Hi, I've solved the flash transfer problem changing the flash time in the zapata.conf file, I've set: flash = 200 (the defualt was 750 ms) in the extensions.conf the code is for example: exten => 42,1,Flash() exten => 42,2,SendDTMF(42,250) exten => 42,3,Hangup() now the transfer with flash works correctly. About the question whether my PBX expects a hook flash for
2008 Jul 09
4
Auto Postback in Ruby On Rails
in some other language have a concept e.i "auto postback" So, in Ruby on rails is there any such option e.i "auto postback" or same as "auto postback" basically what i want ot do is that i have 2 select box One for "Industry" and other for "Chemical" 1st we show all the industry in "Industry" select box. if we select any 1 industry
2005 Aug 30
0
sending dtmf tones to the caller (not the called)
for the particular configuration of software/hardware that connects to my asterisk pstn gateway I need to do something like the following : [...] exten => _X,3,Dial(CAPI/02xxx.b${EXTEN},60,M(senddtmf)) [...] [macro-senddtmf] exten => s,1,SendDTMF(*) but the DTMF must be sended to the caller channel, and not the called : SIP -> * -> ISDN SIP calls some ISDN number, when ISDN picks
2005 Feb 12
1
Trimming Parallel Vectors.
Good Day All ! I have a 2-D vector of mode numeric and a parallel 1-D vector of mode numeric. Here are my values. 2-D vector 1-D vector 80 75 85 80 80 70 80 90 80 80 60 70 80 70 70 85 75 95 85 85 70 60 90 60 70 My 1-D vector is the average across the rows of my 2-D vector. I process each column of the 2-D vector in a loop. When I trim my 2-D vector column