[Asterisk-cvs] asterisk/channels chan_sip.c,1.574,1.575

markster at lists.digium.com markster at lists.digium.com
Tue Nov 23 11:10:46 CST 2004


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

Modified Files:
	chan_sip.c 
Log Message:
Fix for rpid (from airport, bug #2910)


Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.574
retrieving revision 1.575
diff -u -d -r1.574 -r1.575
--- chan_sip.c	22 Nov 2004 05:03:03 -0000	1.574
+++ chan_sip.c	23 Nov 2004 16:10:24 -0000	1.575
@@ -5259,7 +5259,8 @@
 	end = strchr(output,'@');
 	if (end)
 		*end = '\0';
-
+	else
+		output[0] = '\0';
 	if(strstr(input,"privacy=full") || strstr(input,"privacy=uri"))
 		return AST_PRES_PROHIB_USER_NUMBER_NOT_SCREENED;
 




More information about the svn-commits mailing list