dect
/
asterisk
Archived
13
0
Fork 0

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

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@77819 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
kpfleming 2007-07-31 14:54:46 +00:00
parent 323862f56b
commit 2edc9969bf
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ static int senddtmf_exec(struct ast_channel *chan, void *vdata)
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");
return 0;
}