DTMF to Email?

Hi all. I’m wondering if asterisk is capable of DTMF decoding to text and then emailing to a person? IE. “Please enter your 12-digit identifier now…” then take that 12-digits, place them in text and then whiz them off to somewhere. Basically an automated bank teller-like system.

Is this possible? I don’t know what the proper name of this function is. :frowning:

TIA!

Yes, this is possible in a variety of ways. If you use AGI you may then do a ‘Get Data’:

voip-info.org/wiki-get+data

or use the Read command:

voip-info.org/wiki-Asterisk+cmd+Read

Either way, you will need to use an AGI to send it along via email. I recommend having a look at phpagi.sourceforge.net for such an application.