Skip to content
Snippets Groups Projects
Commit 354b6dcf authored by Kevin P. Fleming's avatar Kevin P. Fleming
Browse files

umm... let's build with --enable-dev-mode, mmkay?


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@77819 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 2cad4fea
Branches
Tags
No related merge requests found
...@@ -66,7 +66,7 @@ static int senddtmf_exec(struct ast_channel *chan, void *vdata) ...@@ -66,7 +66,7 @@ static int senddtmf_exec(struct ast_channel *chan, void *vdata)
AST_APP_ARG(timeout); AST_APP_ARG(timeout);
); );
if (ast_strlen_zero(data)) { if (ast_strlen_zero(vdata)) {
ast_log(LOG_WARNING, "SendDTMF requires an argument (digits or *#aAbBcCdD)\n"); ast_log(LOG_WARNING, "SendDTMF requires an argument (digits or *#aAbBcCdD)\n");
return 0; return 0;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment