aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-08-13 21:57:20 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-08-13 21:57:20 +0000
commit4f174cc84bdeb13ea13e2659d7dfa2e6e13aa416 (patch)
tree7169eb1dd40f02e9014d25e69957468ab0fa5a11 /res
parentd8dd30cfc56c73911570ec2c336733763b939833 (diff)
Instead of accepting a single DTMF character accept a full string.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@79334 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res')
-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 5b8f3569c..bab784f16 100644
--- a/res/res_speech.c
+++ b/res/res_speech.c
@@ -194,7 +194,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;