Instead of accepting a single DTMF character accept a full string.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@79334 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Joshua Colp
2007-08-13 21:57:20 +00:00
parent f2de04d1d1
commit 924c88d3d0
3 changed files with 4 additions and 4 deletions

View File

@@ -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;