Displaying 1 result from an estimated 1 matches for "record_dtmf_response".
2017 Dec 06
2
Simple speech recognition for driving IVR - "press or say one".
Thanks for your responses - it looks like I have the following
options, in order of ease:
1: Modify and recompile app_record.c
Change line 471
https://github.com/asterisk/asterisk/blob/master/apps/app_record.c#L471
from
status_response = "DTMF";
to
status_response = dtmf_integer;
Pro: Free, easy
Con: Have to remember to edit module each time a new Asterisk update comes out
2: