From f235bbe5a5da93a3c1a1c87da1b26f3aaa593bf0 Mon Sep 17 00:00:00 2001 From: Olle Johansson <oej@edvina.net> Date: Fri, 7 Apr 2006 19:36:44 +0000 Subject: [PATCH] make history easier to read git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@18371 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/chan_sip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 0cce4226b5..63b117b0a6 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -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 */ -- GitLab