git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@692 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.0
Mark Spencer 23 years ago
parent e1503e9af7
commit d2e7f73adc

@ -585,7 +585,7 @@ static int dial_exec(struct ast_channel *chan, void *data)
ast_channel_setoption(chan,AST_OPTION_AUDIO_MODE,&x,sizeof(char),0);
ast_channel_setoption(peer,AST_OPTION_AUDIO_MODE,&x,sizeof(char),0);
}
res = ast_bridge_call(chan, peer, allowredir, allowdisconnect | tmp->clearchannel);
res = ast_bridge_call(chan, peer, allowredir, allowdisconnect | clearchannel);
if (clearchannel)
{
int x = 1;

Loading…
Cancel
Save