Tagged Questions
related to transmitting or receiving Dual-Tone Multi-Frequency (DTMF) signaling, a technology used in analog telephony.
6
votes
1answer
184 views
Insert keypresses into the Linux console from Python
I have recently been faced with a rather odd task, one result being the necessity for the ability to use DTMF (aka "Touch Tone") tones to control a non-X Linux computer's terminal. The computer has a ...
4
votes
1answer
1k views
Sending DTMF tones over the uplink in-call
I'm working on a project that requires my app to be able to send DTMF tones on the voice's uplink frequency during an active call.
My 2 conditions are:
We don't use a customized Android platform
We ...
4
votes
2answers
2k views
Generate DTMF Tones
I am wondering if anyone has come across a way to generate tones in the iPhone SDK. I am trying to generate DTMF tones, and can't seem to find anything substantial out there. I want to be able to ...
2
votes
1answer
76 views
Receiving DTMF in Android
Wanted to know if there is a way to decode the DTMF signals (sent from other phones) into numbers so that the number can be manipulated as required?
For eg: If I am pressing 1234 from phone A during ...
2
votes
3answers
177 views
Detect DTMF Tones C#
I have wav file in which using the naudio lib i have been able to get raw data out of the wav files.
Does any one know how to loop though the data in chuncks detecting DTMF tones?
2
votes
1answer
338 views
Getting DTMF signals when receiving a call on Android
Is there any way to receive and identify DTMF signals when you get a phonecall?
I found these two functions (extractNetworkPortion & extractPostDialPortion), but I can't seem to get DTMF signal ...
2
votes
2answers
498 views
Is it possible to detect DTMF tones using C#
I am trying to detect caller id information from telephone line. The caller-id information received is in DTMF tones (not FSK). How can I detect this DTMF tones ? Is Phone and Fax Modem capable of it ...
2
votes
1answer
378 views
iphone sdk How to play DTMF audio file during a phone comunication
I will try to explain my question:
I need to create an application that interact with a telecom company.
The end user make some choice in the application and after that we compose a number that ...
2
votes
1answer
367 views
How to fetch DTMF Tones in Android application
Is it possible to fetch DTMF tones in android when the person on other side presses 1,2,3.....9 during a conversation? If so, how?
2
votes
2answers
359 views
Parse (extract) DTMF in Python
If I have a recorded audio file (MP3), is there any way to get the figure out the DTMF tones that were recorded in pure Python?
(If pure python is not available, then Java is okay too. The point ...
2
votes
3answers
2k views
“RFC 2833 RTP Event” Consecutive Events and the E “End” Bit
Why do I get a dtmf sound when the E bit is 0 and no sound when it is 1? (RTP packets appear in wireshark either way)
Background:
I can send out a RFC 2833 dtmf event as outlined at ...
2
votes
3answers
1k views
Uplink DTMF tone generation
Greetings
Is there any way I can dynamically generate uplink DTMF tone (ie the receiver hears it)?
When I looked at the android source code I saw a function called startDTMF() which is exactly what ...
1
vote
0answers
114 views
DTMF Tones take a while to play
I am working on a phone app. I have a dial pad grid view with buttons. I have a tone generator object created in onResume method. I also use a lock object. On click of any digit, i use the tone ...
1
vote
0answers
81 views
Is ToneGenerator sound smooth?
Does anyone have the same problem?
On Android's Phone app, whenever a number is pressed, the tone is always smooth.
But, when I used very similar code as the Phone app, the tone I get regularly ...
1
vote
1answer
250 views
How to Send DTMF in iOS4
Is it possible to send dtmf from iPhone application in background state after connecting the call?
I don't want to use pause and wait. I tried to find from CoreTelephony.framework but didn't find ...
1
vote
2answers
504 views
DTMF detection from a wav file
I'm an engineering student and I have to solve an academic problem regarding signal processing.
Basically, given an DTMF signal in wav format, I have to identify the number sequence it has encoded.
I ...
1
vote
1answer
383 views
How can i detect sound frequency on Java
I need to read the audio streaming and determine generated ultrasounds
How can I find a certain sequence of sounds from streaming audio?
At first I thought in the direction of DTMF, but then rejected ...
1
vote
1answer
188 views
Create repeating dtmf tone to play with AVAudioPlayer
HI, i'm trying to create a repeating dtmf tone so i can play it with AVAudioPlayer. Currently
when i loop it in some audio editing software such as audacity there is always a glitch or change in tone ...
1
vote
1answer
366 views
DTMF # and * workaround in iOS4?
I have read all the posts about DTMF and iPhone. I know that the characters "#" and "*" are disallowed by the SDK for security reasons. I have tried the stringByAddingPercentEscapesUsingEncoding: ...
1
vote
1answer
401 views
Generating a tone using DTMF and playing it with AVAudioPlayer
I want to generate a custom DTMF tone and play it on the iPhone.
In order to do so, I have created and allocated a memory buffer with a custom tone (ptr).
Now I want to create a NSData object, ...
1
vote
2answers
770 views
How to Programatically Dial a Phone number in the Android SDK?
How do you programatically do this in the Android SDK:
Dial a phone number
Bypass the keypad screen
Send additional DTMF after the number is dialed
Bypass the send DTMF tone prompt
I ...
1
vote
1answer
340 views
iPhone 3.5mm jack based application
I want to encode data via a DTMF encoder and send it back to the iPhone via the 3.5mm Jack.
Is it possible to send data back into the 3.5mm jack. conventionally audio signals are sent out over the ...
1
vote
2answers
2k views
Change Call Screen
I need to change or customize the call screen when initiating a call on Android.
After searching on google I do not find any way to do it.
There is no way to send DTMF tones during a call, the idea ...
1
vote
1answer
211 views
Writing a grammar in VoiceXML to match # terminated digits or *1 or *2
I an writing a VoiceXML app and i am having a problem. The application listens for DTMF tones only.
The user enters a confirmation number followed by #. They can also enter *1 or *2 to speak to ...
1
vote
1answer
678 views
How to send dtmf tones using BlackBerry API?
I have tried to use
PhoneArguments phoneArgs = new PhoneArguments(PhoneArguments.ARG_CALL, num);
Invoke.invokeApplication(Invoke.APP_TYPE_PHONE, phoneArgs);
PhoneCall call = ...
0
votes
1answer
69 views
Android DTMF send tone overriding
I tried to programmatically send DTMF tones in Android. But the emulator shows up a dialog box that says "Do you want to send these tones?" and it sends the tones only if I click OK.
But how can I ...
0
votes
0answers
75 views
Asterisk DTMF sometimes gets ignored (but only for some people)
I have a very strange problem and don't even know where to begin to look.
We're using AGI and the Java libraries to present an IVR but have gotten complaints from the users that their keypresses are ...
0
votes
0answers
55 views
Push the keypad during a call
I want to send a dtmf tone during a call and not adding the numbers before the call with pauses. I have read here and there a lot of posts and it seems that there is no way in the android SDK to do ...
0
votes
0answers
157 views
Hear DTMF tones during phone call Android app
I'm able to send DTMF tones across a phone call executing the code
Intent callIntent = new Intent(Intent.ACTION_CALL);
callIntent.setData(Uri.parse("tel:" + telNumber + "," + otherNumbers));
...
0
votes
1answer
68 views
PJMEDIA RFC2833 tone detection
Does PJMedia support DTMF and other telephony tone recognition using the "tone" payload format of RFC 2833 ?? Am aware that it does support reception of DTMF in "telephone-event" payload format.
0
votes
3answers
66 views
Automate Ivr call by providing dtmf input programatically
I am planning to automate the telephone balance enquiry system. I am planning to build an App that takes card details from user and automatically dial in to a telephone balance enquiry system get the ...
0
votes
0answers
181 views
Does 2.3 SIP Stack handle DTMFs and text?
SIP newbie here.
I would like to make a pair of questions related to the SIP stack that android includes since 2.3.
1/ Is there any way to recognize when the called party is sending you a DTMF ...
0
votes
0answers
82 views
iPhone tonepad functionality in two-way/conference calls
It's easy enough to, for example, make a call from an iPhone app and then use the comma pause character to send DTMF signals to navigate through a tonepad menu:
[[UIApplication sharedApplication] ...
0
votes
0answers
220 views
BlackBerry API - PhoneCall - Receiving incoming DTMF tones
I can send a DTMF tone using the BlackBerry's API easily.
Is there any way to receive an incoming DTMF tone? So receiving DTMF tones from someone on the other end of the call pressing their own ...
0
votes
0answers
482 views
Sending DTMF tones using J2ME for Nokia S60
I am using J2ME and Eclipse for developing applications for Nokia S60. The application gets some information from the user and then calls a server which processes this information in a voice call. The ...
0
votes
2answers
2k views
Android telephony dtmf
I have researched extensively and am pretty sure this is not possible. I want to make a call and then inject DTMF when the far end answers. So 2 questions
Is it possible ?
If not, how do I work to ...
0
votes
2answers
339 views
Generating DTMF tone to send in RTP packet
I have the following code to send as audio RTP packet some DTMF digits:
int count=0
for(int j = 0; j < samples; j++)
{
waves = 0;
// dtmf tone 1
waves += sin( ((PI * 2.0f / ...
0
votes
0answers
161 views
How can I connect the KT3170 (The DTMF reciever) to USB (4bit data)?
This will be my first try at USB intefacing !
May I know how to transfer the data from pins : 11-15 of KT3170 IC to USB ?
Data sheet : ...
0
votes
2answers
452 views
Strange flow DTMF capture on tcpdump
I captured a tcpdump of a SIP call to debug DTMF problem (repeated digits), but I have some problem interpreting it.
From what I understand, when I parse the captured traffic through wireshark's ...
0
votes
2answers
185 views
Can we send data across an analog phone line?
I wish to know whether it is possible to sent data across PSTN network. While the call is in progress. I want to sent some data through the telephone line (As DTMF tones can be sent).
The data that I ...
0
votes
1answer
174 views
Alloc and init buffer and play DTMF
I want to allocate a memory buffer and initialize it with data of a mathematical equation in order to gain a pure DTMF tone. I am using the AudioQueueServices library to allocate and fill the buffer. ...
0
votes
3answers
430 views
Is there DTMF API or standard that includes letters as well as standard numeric values?
I have not been able to find any literature on the subject.
-1
votes
2answers
256 views
how to implement dtmf
hi any of them know how to implement dtmf in iphone application. thanks in advance.