[Asterisk-cvs] asterisk/channels chan_sip.c,1.292.2.5,1.292.2.6

citats at lists.digium.com citats at lists.digium.com
Wed Feb 18 19:52:28 CST 2004


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

Modified Files:
      Tag: v1-0_stable
	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.292.2.5
retrieving revision 1.292.2.6
diff -u -d -r1.292.2.5 -r1.292.2.6
--- chan_sip.c	19 Feb 2004 00:16:38 -0000	1.292.2.5
+++ chan_sip.c	19 Feb 2004 00:39:25 -0000	1.292.2.6
@@ -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