diff --git a/apps/app_followme.c b/apps/app_followme.c index f83cfa1657..3eedf2272f 100644 --- a/apps/app_followme.c +++ b/apps/app_followme.c @@ -952,7 +952,7 @@ static int app_exec(struct ast_channel *chan, void *data) ast_log(LOG_DEBUG, "New profile %s.\n", args.followmeid); if (!f) { ast_log(LOG_WARNING, "Profile requested, %s, not found in the configuration.\n", args.followmeid); - res = -1; + res = 0; } else { /* XXX TODO: Reinsert the db check value to see whether or not follow-me is on or off */