projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
ba6f16d
)
Fix a bug where the Event and Content-Type headers were added twice to outgoing SIP...
author
Joshua Colp
<jcolp@digium.com>
Mon, 1 Jun 2009 13:31:27 +0000
(13:31 +0000)
committer
Joshua Colp
<jcolp@digium.com>
Mon, 1 Jun 2009 13:31:27 +0000
(13:31 +0000)
(closes issue #15239)
Reported by: pj
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@198498
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
fe362b8
..
9de5626
100644
(file)
--- a/
channels/chan_sip.c
+++ b/
channels/chan_sip.c
@@
-10794,8
+10794,6
@@
static int transmit_state_notify(struct sip_pvt *p, int state, int full, int tim
reqprep(&req, p, SIP_NOTIFY, 0, 1);
- add_header(&req, "Event", subscriptiontype->event);
- add_header(&req, "Content-Type", subscriptiontype->mediatype);
switch(state) {
case AST_EXTENSION_DEACTIVATED:
if (timeout)