(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