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:
db15b00
)
Don't forget to build the Via when sending MESSAGE
author
Terry Wilson
<twilson@digium.com>
Tue, 28 Jun 2011 00:07:47 +0000
(
00:07
+0000)
committer
Terry Wilson
<twilson@digium.com>
Tue, 28 Jun 2011 00:07:47 +0000
(
00:07
+0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@325046
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
0efff8c
..
1bfe85b
100644
(file)
--- a/
channels/chan_sip.c
+++ b/
channels/chan_sip.c
@@
-13175,6
+13175,7
@@
static int transmit_message_with_msg(struct sip_pvt *p, const struct ast_msg *ms
struct ast_msg_var_iterator *i;
const char *var, *val;
+ build_via(p);
initreqprep(&req, p, SIP_MESSAGE, NULL);
ast_string_field_set(p, msg_body, ast_msg_get_body(msg));
initialize_initreq(p, &req);