Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > VOIP > VoIP and DTMF decoding

Reply
Thread Tools

VoIP and DTMF decoding

 
 
John M.
Guest
Posts: n/a
 
      02-24-2004
I plan to implement an IVR solution using VoIP.

A VoIP gateway/router connects my telco voice circuits to the Ethernet
(G.711) and my app server is simply a Linux box. The app answers call,
plays an audio prompt, receives a touchtone DTMF reply, and then streams
the selected pre-recorded audio program.

QUESTION: Does VoIP have DTMF decoding built-in to the protocol?
Or would my app server have to decode the raw PCM digital audio in
order to detect the touch tones? Are there routines to do this already?

Any advice appreciated. THANKS!
 
Reply With Quote
 
 
 
 
Jack L.
Guest
Posts: n/a
 
      02-24-2004
John M. wrote:
> QUESTION: Does VoIP have DTMF decoding built-in to the protocol?
> Or would my app server have to decode the raw PCM digital audio in
> order to detect the touch tones? Are there routines to do this
> already?


I think that softwares such as Gnophone and Linphone has a C-library which
handles DTMF decoding. Maybe they can inspire you.

--
Mvh / Best regards,
Jack, Copenhagen

The email address is for real.



 
Reply With Quote
 
 
 
 
Andreas Sikkema
Guest
Posts: n/a
 
      02-24-2004
(John M.) wrote in
news: om:

> A VoIP gateway/router connects my telco voice circuits to the Ethernet
> (G.711) and my app server is simply a Linux box. The app answers call,
> plays an audio prompt, receives a touchtone DTMF reply, and then streams
> the selected pre-recorded audio program.
>
> QUESTION: Does VoIP have DTMF decoding built-in to the protocol?


Yes, I know for certain that H.323 has several ways to send DTMF signals to
endpoints (be it inband, as RFC<mumble> data or as H.245 UserInformation
signals). The problem is what is your gateway doing. If it uses inband
DTMF, you're in some sort of trouble, because now the endpoint has to
decode the DTMF from the media stream, otherwise it's easy.

--
Andreas
 
Reply With Quote
 
Christen Fihl
Guest
Posts: n/a
 
      02-24-2004
DTMF decoding (using SIP) can be inband, using RFC2833 or SIP-info (maybe
more).
My "Handytone ATA-286" adapter and BudgetPhone does this
(http://www.telappliant.com).

I have made a simple VoIP server program, that receives DTMF tones as
RFC2833 or SIP-info, and answers back with inband (g711) sounds.
Was easy to do, as the decoding was just to read data passing by and not by
decoding sound patterns.

--
Christen Fihl
http://HSPascal.fihl.net


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Voip Updated Howto,Voip AT Home,Voip Phones,Voip Conference Calling likatrib@gmail.com Wireless Networking 0 05-30-2006 05:16 PM
Voip at Home,Voip Updated Howto,New Voip Phones,Voip Conferencing, jonbonmike@gmail.com Wireless Networking 0 05-26-2006 01:56 PM
Voip at Home,Voip Updated Howto,New Voip Phones,Voip Conferencing, jonbonmike@gmail.com VOIP 0 05-26-2006 01:42 PM
Voip Updated Howto,New Voip Phones,Voip Conferencing,Satellite Voip,Virtual PBX Solutions voip VOIP 0 05-21-2006 03:18 PM
Re: DTMF on VoIP Buster / VoIP Stunt PeterW UK VOIP 10 04-23-2006 04:53 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57