[Asterisk-cvs] asterisk/channels chan_sip.c,1.695,1.696
markster at lists.digium.com
markster at lists.digium.com
Mon Mar 28 01:12:37 CST 2005
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv953/channels
Modified Files:
chan_sip.c
Log Message:
Don't forget blank header in notify (bug #3877)
Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.695
retrieving revision 1.696
diff -u -d -r1.695 -r1.696
--- chan_sip.c 28 Mar 2005 05:23:04 -0000 1.695
+++ chan_sip.c 28 Mar 2005 07:06:28 -0000 1.696
@@ -7283,6 +7283,7 @@
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));
More information about the svn-commits
mailing list