mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-07 15:19:24 -07:00
One sipfrag attachment is enough...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@27306 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -5609,12 +5609,6 @@ static int transmit_notify_with_sipfrag(struct sip_pvt *p, int cseq, char *messa
|
||||
add_header_contentLength(&req, strlen(tmp));
|
||||
add_line(&req, tmp);
|
||||
|
||||
|
||||
snprintf(tmp, sizeof(tmp), "SIP/2.0 %s\r\n", message);
|
||||
add_header_contentLength(&req, strlen(tmp));
|
||||
add_line(&req, tmp);
|
||||
|
||||
|
||||
if (!p->initreq.headers)
|
||||
initialize_initreq(p, &req);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user