similar to: how to send dtmf after pause ?

Displaying 20 results from an estimated 5000 matches similar to: "how to send dtmf after pause ?"

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
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 Jun 14
1
show application DISA
hi all the help output for DISA ends like below, with the half-sentence 'Note that in the case' what's the rest of that sentence? The file that contains the passcodes (if used) allows specification of either just a passcode (defaulting to the "disa" context, or passcode|context on each line of the file. The file may contain blank lines, or comments starting with
2005 Jul 11
2
DTMF not sending properly via IAX
I'm not sure if this is a -users or a -dev question, since the answer probably comes down to something in the code. I'm running the latest CVS-STABLE, and am subscribed to PSTN service using IAX2 via Voiptalk in the UK. I've just been alerted by a customer that the sending of DTMF from my asterisk box to a remote PSTN user doesn't work, although it used to. To test it, I have
2009 Oct 05
1
DTMF problem during read()
I have a simple dialplan. Using the read cmd, I ask caller for his passcode. If the caller is calling from an plain old analog phone, his dtmf is not heard until the prompt stops playing. SIP phones work correctly. I've trird everything I found searching the net. I've tried all the dtmfmode. I'm using 1.4.26 Currently my vitelity sip account is setup: insecure=very canreinvite=no
2003 Aug 21
3
Sending dtmf over an ougoing call from asterisk
Hi list, I would like to know of a possible way to dial a pstn number with an extension . Let the number is 56626965-234 so now i wanna dial 56636965 then wait for some time and dial the extension 234 to reach a particular person.I am afraid that i could not figure it out. I am trying in this way.. [outgoing] exten=>_566X.,1,wait,2 exten=>_566X.,2,Dial(${EXTEN})
2003 Sep 08
1
how to compile ssh with Pam using securid
> Hello > I complied openssh like this "./configure --with-pam" and I did configure > /etc/pam.conf as follows > # PAM configuration > # > # Authentication management > # > sshd auth required /lib/security/pam_securid.so reserve > sftp auth required /lib/security/pam_securid.so reserve > # > login auth required
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
2011 May 07
1
Tricky: Progress, Delay, DTMF / background calling
Hi, has the following been done before respectively is it possible with Asterisk? I searched the archives but couldn't locate anything. 1. Call to 5555 comes in via SIP. 2. Call is not answered yet but progress continues. 3. At the moment the call comes in something like this gets spawned in the background: Dial(SIP/123456 at provider,,D(ww${EXTEN}) which should translate to:
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:
2007 Dec 06
2
Logging in and off sessions in the dialplan
Is it possible to implement in the Asterisk dialplan some way to authenticate a user with a dialed passcode which opens session that stays active enabling the user to make and receive calls, until the user logs off with another dialed passcode? I am aware of the Asterisk application 'Authenticate', but as far as I know, with this application the user meeds to dial his pin at each call he
2003 Sep 05
1
how to compile ssh with pam
Hello I am compiled openssh3.6.1p2 with PAM and using RSA Security (ACE) token. the command I used to compile ssh as follow: 1. ./configure --with-pam 2. make 3. make install After starting the sshd daemon, I authenticate using the command "ssh xxx.yyy.nih.gov" On the SecurID server I was watching the log monitor and I saw the following errors : "ACCESS DENIED, syntax
2002 Aug 05
7
password prompt
Hi, I would like to do some development on the securid patch to get it to display the passcode prompt when users log in with securid on ssh. Can anyone tell me which scripts currently handle the logon/password prompt in openssh please? Thanks, JS. _________________________________________________________________ Join the world?s largest e-mail service with MSN Hotmail.
2020 Jul 14
2
LLVM Alias Analysis Technical Call - New Doodle Poll
Hi, everyone, A quick reminder: This call will start in approximately four hours. See below for how to join. On our current agenda: Agenda * Full restrict patch * Observation and clarification * Issues encountered * Speed up in intersection code - O(nlog(n)) * Calling Verifier after LoopVectorize pass? -Hal Hal Finkel Lead, Compiler Technology and Programming
2010 Aug 25
3
What does this warning message (from optim function) mean?
Hi R users, I am trying to use the optim function to maximize a likelihood funciton, and I got the following warning messages. Could anyone explain to me what messege 31 means exactly? Is it a cause for concern? Since the value of convergence turns out to be zero, it means that the converging is successful, right? So can I assume that the parameter estimates generated thereafter are reliable MLE
2006 Nov 08
2
flash transfer problem in asterisk integration with old PBX
I've tried to transfer a call using the Flash command, but with my configuration it doesn't work. I have a traditional PBX connected with a zap channel to Asterisk that acts like an IVR: TELCO line --> traditional PBX (FXS) --> (FXO) Asterisk >From the TELCO line I can make a call to the traditional PBX and reach Asterisk, the IVR system on Asterisk answers the call and I can
2003 Dec 16
2
AT&T access code entry by Asterisk
I have a dialplan that requires that we use * to send the long distance access code to AT&T. I have found in the list that the `w` command can be used to inject a pause, I have tried the following: exten => _91NXXXXXXXXX,1,Dial(ZAP/g1/${EXTEN}www5555555,70) There `5555555` is the ld access code. I tried various quantities of `w`s but I never got * to dial the ld access code. Allof the
2004 Aug 06
2
DTMF after answer
Hello, I'm looking for a similar feature... Dial a number via ZAP/g1 after the line gets answered wait 10 seconds send DTMF Regards, Marc -- Network Manager Marc Storck LuxAdmin.Org mstorck@luxadmin.org Internet Service Provider http://www.luxadmin.org 15, route d'Esch Phone: +352 2727 3030 L-4544 Belvaux Fax: +352
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
2013 May 20
2
Passcode
How do I make a user dial a passcode if he wants to make an international call? ________________________________ This electronic message contains information from BOSH Global Services which may be company sensitive, proprietary, privileged or otherwise protected from disclosure. The information is intended to be used solely by the recipient(s) named above. If you are not an intended recipient,