mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user