[Asterisk-cvs] asterisk/channels chan_sip.c,1.550,1.551
markster at lists.digium.com
markster at lists.digium.com
Sun Nov 7 13:42:49 CST 2004
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv8833/channels
Modified Files:
chan_sip.c
Log Message:
Come into compliance with RFC3842
Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.550
retrieving revision 1.551
diff -u -d -r1.550 -r1.551
--- chan_sip.c 7 Nov 2004 00:19:42 -0000 1.550
+++ chan_sip.c 7 Nov 2004 18:44:33 -0000 1.551
@@ -3877,7 +3877,7 @@
add_header(&req, "Content-Type", notifymime);
snprintf(tmp, sizeof(tmp), "Messages-Waiting: %s\r\n", newmsgs ? "yes" : "no");
- snprintf(tmp2, sizeof(tmp2), "Voicemail: %d/%d\r\n", newmsgs, oldmsgs);
+ snprintf(tmp2, sizeof(tmp2), "Voice-Message: %d/%d\r\n", newmsgs, oldmsgs);
snprintf(clen, sizeof(clen), "%d", (int)(strlen(tmp) + strlen(tmp2)));
add_header(&req, "Content-Length", clen);
add_line(&req, tmp);
More information about the svn-commits
mailing list