mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-09 03:18:30 +00:00
Change incorrect chan_sip zombie hangup debug message. They are all zombies now.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@369235 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -6267,12 +6267,6 @@ static int sip_hangup(struct ast_channel *ast)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ast_test_flag(ast, AST_FLAG_ZOMBIE)) {
|
|
||||||
if (p->refer)
|
|
||||||
ast_debug(1, "SIP Transfer: Hanging up Zombie channel %s after transfer ... Call-ID: %s\n", ast->name, p->callid);
|
|
||||||
else
|
|
||||||
ast_debug(1, "Hanging up zombie call. Be scared.\n");
|
|
||||||
} else
|
|
||||||
ast_debug(1, "Hangup call %s, SIP callid %s\n", ast->name, p->callid);
|
ast_debug(1, "Hangup call %s, SIP callid %s\n", ast->name, p->callid);
|
||||||
|
|
||||||
sip_pvt_lock(p);
|
sip_pvt_lock(p);
|
||||||
|
|||||||
Reference in New Issue
Block a user