mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Uh, don't lock
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1364 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -4474,9 +4474,9 @@ static int attempt_transfer(struct sip_pvt *p1, struct sip_pvt *p2)
|
||||
} else {
|
||||
ast_log(LOG_NOTICE, "Transfer attempted with no bridged calls to transfer\n");
|
||||
if (p1->owner)
|
||||
ast_softhangup(p1->owner, AST_SOFTHANGUP_DEV);
|
||||
ast_softhangup_nolock(p1->owner, AST_SOFTHANGUP_DEV);
|
||||
if (p2->owner)
|
||||
ast_softhangup(p2->owner, AST_SOFTHANGUP_DEV);
|
||||
ast_softhangup_nolock(p2->owner, AST_SOFTHANGUP_DEV);
|
||||
return -1;
|
||||
}
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user