[Asterisk-cvs] asterisk/channels chan_sip.c,1.264,1.265
markster at lists.digium.com
markster at lists.digium.com
Fri Dec 19 11:51:15 CST 2003
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv21414/channels
Modified Files:
chan_sip.c
Log Message:
Send date with invite
Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.264
retrieving revision 1.265
diff -u -d -r1.264 -r1.265
--- chan_sip.c 19 Dec 2003 16:14:51 -0000 1.264
+++ chan_sip.c 19 Dec 2003 17:42:50 -0000 1.265
@@ -2817,7 +2817,7 @@
if (auth)
add_header(&req, authheader, auth);
-
+ append_date(&req);
if (!strcasecmp(cmd, "REFER")) {
if (strlen(p->refer_to))
add_header(&req, "Refer-To", p->refer_to);
More information about the svn-commits
mailing list