2005-11-20 Josh Roberson <josh@asteriasgi.com>
+ * apps/app_meetme.c: fix 'X' option in MeetMe, with slight modification. (issue #5773)
+
* apps/app_voicemail.c: Make sure we're copying the read digits when calling voicemail without a box. (issue #5774)
* apps/app_md5.c: Fix conditional jump option.
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)