]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
automerge commit
authorAutomerge script <automerge@asterisk.org>
Mon, 3 Apr 2006 18:04:56 +0000 (18:04 +0000)
committerAutomerge script <automerge@asterisk.org>
Mon, 3 Apr 2006 18:04:56 +0000 (18:04 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@17102 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_sip.c

index 85880cdcc677dca0b2f726ba8cb84711703342dc..fb557072ca72f0540d8f24a6ab6898b670c8d224 100644 (file)
@@ -4179,7 +4179,7 @@ static int __transmit_response(struct sip_pvt *p, char *msg, struct sip_request
        add_header_contentLength(&resp, 0);
        /* If we are cancelling an incoming invite for some reason, add information
                about the reason why we are doing this in clear text */
-       if (p->owner && p->owner->hangupcause) {
+       if (msg[0] != '1' && p->owner && p->owner->hangupcause) {
                add_header(&resp, "X-Asterisk-HangupCause", ast_cause2str(p->owner->hangupcause));
        }
        add_blank_header(&resp);