aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_meetme.c
diff options
context:
space:
mode:
authortwisted <twisted@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-20 05:58:40 +0000
committertwisted <twisted@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-20 05:58:40 +0000
commit2a4622a73cbc665430ad8665fb53f6eb5031e2b5 (patch)
tree49ec8167a8b0c1e54d076461f58540bf166a92ba /apps/app_meetme.c
parent32d58fbf809fa5a0c02d3d50bb3b6d84859bf782 (diff)
issue #5773, with minor modification to log message
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7142 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_meetme.c')
-rwxr-xr-xapps/app_meetme.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/app_meetme.c b/apps/app_meetme.c
index 3bdb789d3..c656d0aae 100755
--- a/apps/app_meetme.c
+++ b/apps/app_meetme.c
@@ -1314,7 +1314,8 @@ static int conf_run(struct ast_channel *chan, struct ast_conference *conf, int c
tmp[0] = f->subclass;
tmp[1] = '\0';
- if (ast_goto_if_exists(chan, exitcontext, tmp, 1)) {
+ if (!ast_goto_if_exists(chan, exitcontext, tmp, 1)) {
+ ast_log(LOG_DEBUG, "Got DTMF %c, goto context %s\n", tmp[0], exitcontext);
ret = 0;
break;
} else if (option_debug > 1)