Can i log caller's keystrokes during ivr navigation?

Hi everybody,

i am new to asterisk. I want to know if there is any configuration setting, in order to log the caller’s keystrokes (the phone keys) during his navigation in the ivr menu. thanks in advance!

hi,

after playing the ivr prompt, you might use Read() to capture dtmf into a variable.

best regards,
derek

[quote=“dereklinrs”]hi,

after playing the ivr prompt, you might use Read() to capture dtmf into a variable.

best regards,
derek[/quote]

thank you derek,

but as i understand, i have to “find my solution” through programming and there is not any ivr-setting to enable, so as the whole thing to be done automatically. If i am wrong, please let me know the solution.