aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-09-07 01:55:29 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-09-07 01:55:29 +0000
commit352958bbd8d270a495f53066cf8bede092887c4d (patch)
treed63bdeff9cd350fe1b18d9ac8a9752c7b1a1dc05 /apps
parent2f73ce92bafab1921137c5a759ff0680d4bfe824 (diff)
another buglet
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6521 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rwxr-xr-xapps/app_meetme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_meetme.c b/apps/app_meetme.c
index 92efa2152..61f473391 100755
--- a/apps/app_meetme.c
+++ b/apps/app_meetme.c
@@ -885,7 +885,7 @@ static int conf_run(struct ast_channel *chan, struct ast_conference *conf, int c
}
ast_indicate(chan, -1);
retryzap = strcasecmp(chan->type, "Zap");
- user->zapchannel = retryzap;
+ user->zapchannel = !strcasecmp(chan->type, "Zap");
zapretry:
origfd = chan->fds[0];
if (retryzap) {