From: Olle Johansson Date: Fri, 7 Apr 2006 19:36:44 +0000 (+0000) Subject: make history easier to read X-Git-Tag: 1.4.0-beta1~2083 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f235bbe5a5da93a3c1a1c87da1b26f3aaa593bf0;p=thirdparty%2Fasterisk.git make history easier to read git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@18371 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- 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 */