From: Automerge script Date: Mon, 13 Feb 2006 18:04:04 +0000 (+0000) Subject: automerge commit X-Git-Tag: 1.2.5-netsec~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edbaad38fc43e6870a643752906c13f2d98174d3;p=thirdparty%2Fasterisk.git automerge commit git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@9782 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_meetme.c b/apps/app_meetme.c index 45a738fa28..f541758d81 100644 --- a/apps/app_meetme.c +++ b/apps/app_meetme.c @@ -949,6 +949,8 @@ static int conf_run(struct ast_channel *chan, struct ast_conference *conf, int c } } + ast_indicate(chan, -1); + if (ast_set_write_format(chan, AST_FORMAT_SLINEAR) < 0) { ast_log(LOG_WARNING, "Unable to set '%s' to write linear mode\n", chan->name); goto outrun; @@ -959,7 +961,6 @@ static int conf_run(struct ast_channel *chan, struct ast_conference *conf, int c goto outrun; } - ast_indicate(chan, -1); retryzap = strcasecmp(chan->type, "Zap"); user->zapchannel = !retryzap;