mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-20 12:20:12 +00:00
Ignore ;transport=udp from 302 Moved Temp. requests (bug #2549)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@3866 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -6498,6 +6498,9 @@ static void parse_moved_contact(struct sip_pvt *p, struct sip_request *req)
|
|||||||
char *s, *e;
|
char *s, *e;
|
||||||
strncpy(tmp, get_header(req, "Contact"), sizeof(tmp) - 1);
|
strncpy(tmp, get_header(req, "Contact"), sizeof(tmp) - 1);
|
||||||
s = ditch_braces(tmp);
|
s = ditch_braces(tmp);
|
||||||
|
e = strchr(s, ';');
|
||||||
|
if (e)
|
||||||
|
*e = '\0';
|
||||||
if (p->promiscredir) {
|
if (p->promiscredir) {
|
||||||
if (!strncasecmp(s, "sip:", 4))
|
if (!strncasecmp(s, "sip:", 4))
|
||||||
s += 4;
|
s += 4;
|
||||||
|
Reference in New Issue
Block a user