[Asterisk-cvs] asterisk/channels chan_sip.c,1.271,1.272

markster at lists.digium.com markster at lists.digium.com
Mon Jan 12 13:42:55 CST 2004


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

Modified Files:
	chan_sip.c 
Log Message:
Add new sound, fix nit picky detail in channel registration


Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.271
retrieving revision 1.272
diff -u -d -r1.271 -r1.272
--- chan_sip.c	12 Jan 2004 06:01:46 -0000	1.271
+++ chan_sip.c	12 Jan 2004 19:34:40 -0000	1.272
@@ -80,7 +80,7 @@
 #define MAX_RETRANS			5				/* Try only 5 times for retransmissions */
 
 static char *desc = "Session Initiation Protocol (SIP)";
-static char *type = "sip";
+static char *type = "SIP";
 static char *tdesc = "Session Initiation Protocol (SIP)";
 static char *config = "sip.conf";
 




More information about the svn-commits mailing list