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:
0369242
)
Send proper contact in 200 OK to REGISTER
author
Mark Spencer
<markster@digium.com>
Sat, 31 Jul 2004 04:04:05 +0000
(
04:04
+0000)
committer
Mark Spencer
<markster@digium.com>
Sat, 31 Jul 2004 04:04:05 +0000
(
04:04
+0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3550
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
756e11a
..
27de390
100755
(executable)
--- a/
channels/chan_sip.c
+++ b/
channels/chan_sip.c
@@
-4258,6
+4258,8
@@
static int parse_contact(struct sip_pvt *pvt, struct sip_peer *p, struct sip_req
ast_verbose(VERBOSE_PREFIX_3 "Unregistered SIP '%s'\n", p->name);
return 0;
}
+ /* For the 200 OK, we should use the received contact */
+ snprintf(pvt->our_contact, sizeof(pvt->our_contact) - 1, "<%s>", c);
/* Make sure it's a SIP URL */
if (strncasecmp(c, "sip:", 4)) {
ast_log(LOG_NOTICE, "'%s' is not a valid SIP contact (missing sip:) trying to use anyway\n", c);