summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2007-09-06 19:43:20 +0000
committerJoshua Colp <jcolp@digium.com>2007-09-06 19:43:20 +0000
commit8c8979936d56509c7aeeebd5a25f11b5c79e6e7a (patch)
tree5f000501bb04803439bc8bdc04de28a6dca078cd /apps
parentda620112de5048d62d948f58bf057f50d7ad3739 (diff)
Merged revisions 81776 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r81776 | file | 2007-09-06 16:40:37 -0300 (Thu, 06 Sep 2007) | 7 lines (closes issue #10122) Reported by: stevefeinstein Patches: meetme-unmute-manager.diff uploaded by qwell (license 4) Tested by: stevefeinstein After looking over the code I agree with Qwell. Setting the file descriptor to conference each time just causes a fight back and forth. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@81777 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps')
-rw-r--r--apps/app_meetme.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/apps/app_meetme.c b/apps/app_meetme.c
index e3ed72226..99217a240 100644
--- a/apps/app_meetme.c
+++ b/apps/app_meetme.c
@@ -1819,13 +1819,6 @@ static int conf_run(struct ast_channel *chan, struct ast_conference *conf, int c
if (musiconhold == 0 && (confflags & CONFFLAG_MOH)) {
ast_moh_start(chan, NULL, NULL);
musiconhold = 1;
- } else {
- ztc.confmode = ZT_CONF_CONF;
- if (ioctl(fd, ZT_SETCONF, &ztc)) {
- ast_log(LOG_WARNING, "Error setting conference\n");
- close(fd);
- goto outrun;
- }
}
} else if(currentmarked >= 1 && lastmarked == 0) {
/* Marked user entered, so cancel timeout */