aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
diff options
context:
space:
mode:
Diffstat (limited to 'channels/chan_sip.c')
-rw-r--r--channels/chan_sip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 0f98c402a..f87d9f979 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -5486,7 +5486,7 @@ static int transmit_notify_with_sipfrag(struct sip_pvt *p, int cseq)
add_header(&req, "Subscription-state", "terminated;reason=noresource");
add_header(&req, "Content-Type", "message/sipfrag;version=2.0");
- strcpy(tmp, "SIP/2.0 200 OK");
+ strcpy(tmp, "SIP/2.0 200 OK\r\n");
add_header_contentLength(&req, strlen(tmp));
add_line(&req, tmp);