[Asterisk-cvs] asterisk/channels chan_sip.c,1.297,1.298

citats at lists.digium.com citats at lists.digium.com
Wed Feb 18 19:55:13 CST 2004


Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv14107/channels

Modified Files:
	chan_sip.c 
Log Message:
Fix another spelling typo in chan_sip.c (bug #1059)


Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.297
retrieving revision 1.298
diff -u -d -r1.297 -r1.298
--- chan_sip.c	19 Feb 2004 00:14:58 -0000	1.297
+++ chan_sip.c	19 Feb 2004 00:42:10 -0000	1.298
@@ -5467,7 +5467,7 @@
 			ast_rtp_stop(p->vrtp);
 		}
 		if (strlen(get_header(req, "Also"))) {
-			ast_log(LOG_NOTICE, "Client '%s' using depreciated BYE/Also transfer method.  Ask vendor to support REFER instead\n",
+			ast_log(LOG_NOTICE, "Client '%s' using deprecated BYE/Also transfer method.  Ask vendor to support REFER instead\n",
 				inet_ntoa(p->recv.sin_addr));
 			if (!strlen(p->context))
 				strncpy(p->context, context, sizeof(p->context) - 1);




More information about the svn-commits mailing list