mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-21 09:10:36 +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;
|
tmp->dataquality = 1;
|
||||||
else tmp->dataquality = 0;
|
else tmp->dataquality = 0;
|
||||||
if (strchr(transfer, 'H'))
|
if (strchr(transfer, 'H'))
|
||||||
tmp->allowdisconnect = 1;
|
allowdisconnect = tmp->allowdisconnect = 1;
|
||||||
else tmp->allowdisconnect = 0;
|
else allowdisconnect = tmp->allowdisconnect = 0;
|
||||||
if (strchr(transfer, 'c'))
|
if (strchr(transfer, 'c'))
|
||||||
clearchannel = 1;
|
clearchannel = 1;
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user