mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
Fix '*' hangup
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@903 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -454,8 +454,8 @@ static int dial_exec(struct ast_channel *chan, void *data)
|
||||
tmp->dataquality = 1;
|
||||
else tmp->dataquality = 0;
|
||||
if (strchr(transfer, 'H'))
|
||||
tmp->allowdisconnect = 1;
|
||||
else tmp->allowdisconnect = 0;
|
||||
allowdisconnect = tmp->allowdisconnect = 1;
|
||||
else allowdisconnect = tmp->allowdisconnect = 0;
|
||||
if (strchr(transfer, 'c'))
|
||||
clearchannel = 1;
|
||||
else
|
||||
|
Reference in New Issue
Block a user