mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-14 16:33:34 +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;
|
break;
|
||||||
}
|
}
|
||||||
transmit_request(p, "ACK", 0);
|
transmit_request(p, "ACK", 0);
|
||||||
__sip_destroy(p, 0);
|
p->alreadygone = 1;
|
||||||
p = NULL;
|
|
||||||
} else
|
} 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));
|
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