mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
On busy, don't destroy channel
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@694 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -3292,8 +3292,7 @@ retrylock:
|
||||
break;
|
||||
}
|
||||
transmit_request(p, "ACK", 0);
|
||||
__sip_destroy(p, 0);
|
||||
p = NULL;
|
||||
p->alreadygone = 1;
|
||||
} else
|
||||
ast_log(LOG_NOTICE, "Dunno anything about a %d %s response from %s\n", resp, rest, p->owner ? p->owner->name : inet_ntoa(p->sa.sin_addr));
|
||||
}
|
||||
|
Reference in New Issue
Block a user