From 354b6dcf4150454975a355f42c5e2271440a49cc Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Tue, 31 Jul 2007 14:54:46 +0000 Subject: [PATCH] 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 --- apps/app_senddtmf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app_senddtmf.c b/apps/app_senddtmf.c index 66e31c8500..81651ec6b0 100644 --- a/apps/app_senddtmf.c +++ b/apps/app_senddtmf.c @@ -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; }