diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 87226a6d789f1e590fb435ea5c5400faac71741b..dcb7766b05c57329969efcf07789e49b09c0ad32 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -3993,7 +3993,6 @@ static int respprep(struct sip_request *resp, struct sip_pvt *p, char *msg, stru
 	copy_header(resp, req, "CSeq");
 	add_header(resp, "User-Agent", default_useragent);
 	add_header(resp, "Allow", ALLOWED_METHODS);
-	add_header(resp, "Max-Forwards", DEFAULT_MAX_FORWARDS);
 	if (msg[0] == '2' && (p->method == SIP_SUBSCRIBE || p->method == SIP_REGISTER)) {
 		/* For registration responses, we also need expiry and
 		   contact info */