mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-15 00:41:02 +00:00
Don't forget blank header in notify (bug #3877)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5289 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -7283,6 +7283,7 @@ static int sip_notify(int fd, int argc, char *argv[])
|
||||
for (var = varlist; var; var = var->next)
|
||||
add_header(&req, var->name, var->value);
|
||||
|
||||
add_blank_header(&req);
|
||||
/* Recalculate our side, and recalculate Call ID */
|
||||
if (ast_sip_ouraddrfor(&p->sa.sin_addr, &p->ourip))
|
||||
memcpy(&p->ourip, &__ourip, sizeof(p->ourip));
|
||||
|
Reference in New Issue
Block a user