projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea510a4
)
One sipfrag attachment is enough...
author
Olle Johansson
<oej@edvina.net>
Tue, 16 May 2006 12:44:04 +0000
(12:44 +0000)
committer
Olle Johansson
<oej@edvina.net>
Tue, 16 May 2006 12:44:04 +0000
(12:44 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@27306
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
channels/chan_sip.c
patch
|
blob
|
history
diff --git
a/channels/chan_sip.c
b/channels/chan_sip.c
index
974da48
..
2032244
100644
(file)
--- a/
channels/chan_sip.c
+++ b/
channels/chan_sip.c
@@
-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);