aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_speech.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/res_speech.c')
-rw-r--r--res/res_speech.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_speech.c b/res/res_speech.c
index 82614a50a..497c721ac 100644
--- a/res/res_speech.c
+++ b/res/res_speech.c
@@ -154,7 +154,7 @@ int ast_speech_write(struct ast_speech *speech, void *data, int len)
}
/*! \brief Signal to the engine that DTMF was received */
-int ast_speech_dtmf(struct ast_speech *speech, char dtmf)
+int ast_speech_dtmf(struct ast_speech *speech, const char *dtmf)
{
int res = 0;