From 611c0b41f5d115529a670c54d36a61749605ef42 Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Wed, 2 Apr 2003 06:19:25 +0000 Subject: [PATCH] Remove extra contact header git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@737 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/chan_sip.c | 1 - 1 file changed, 1 deletion(-) diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 15577dbded..c48a281334 100755 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -1738,7 +1738,6 @@ static int respprep(struct sip_request *resp, struct sip_pvt *p, char *msg, stru copy_via_headers(p, resp, req, "Via"); copy_header(resp, req, "From"); ot = get_header(req, "To"); - append_contact(resp, p); if (strlen(get_header(req, "Record-Route"))) copy_header(resp, req, "Record-Route"); if (!strstr(ot, "tag=")) {