mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-06 01:45:11 +00:00
Merged revisions 114604 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r114604 | russell | 2008-04-24 09:55:21 -0500 (Thu, 24 Apr 2008) | 3 lines Change a verbose message to debug. (closes issue #12514) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@114605 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -4238,12 +4238,12 @@ static int __sip_destroy(struct sip_pvt *p, int lockowner, int lockdialoglist)
|
||||
|
||||
/* We absolutely cannot destroy the rtp struct while a bridge is active or we WILL crash */
|
||||
if (p->rtp && ast_rtp_get_bridged(p->rtp)) {
|
||||
ast_verbose("Bridge still active. Delaying destroy of SIP dialog '%s' Method: %s\n", p->callid, sip_methods[p->method].text);
|
||||
ast_debug(2, "Bridge still active. Delaying destroy of SIP dialog '%s' Method: %s\n", p->callid, sip_methods[p->method].text);
|
||||
return -1;
|
||||
}
|
||||
|
||||
if (p->vrtp && ast_rtp_get_bridged(p->vrtp)) {
|
||||
ast_verbose("Bridge still active. Delaying destroy of SIP dialog '%s' Method: %s\n", p->callid, sip_methods[p->method].text);
|
||||
ast_debug(2, "Bridge still active. Delaying destroy of SIP dialog '%s' Method: %s\n", p->callid, sip_methods[p->method].text);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user