mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 07:18:15 +00:00
make history easier to read
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@18371 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -11574,7 +11574,7 @@ retrylock:
|
||||
}
|
||||
p->recv = sin;
|
||||
if (recordhistory) /* This is a response, note what it was for */
|
||||
append_history(p, "Rx", "%s / %s %s", req.data, get_header(&req, "CSeq"), req.rlPart2);
|
||||
append_history(p, "Rx", "%s / %s / %s", req.data, get_header(&req, "CSeq"), req.rlPart2);
|
||||
nounlock = 0;
|
||||
if (handle_request(p, &req, &sin, &recount, &nounlock) == -1) {
|
||||
/* Request failed */
|
||||
|
||||
Reference in New Issue
Block a user