[Asterisk-cvs] asterisk/channels chan_sip.c,1.510.2.21,1.510.2.22
russell at lists.digium.com
russell at lists.digium.com
Thu Nov 25 10:19:45 CST 2004
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv23030/channels
Modified Files:
Tag: v1-0
chan_sip.c
Log Message:
fix for rpid (bug 2910)
Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.510.2.21
retrieving revision 1.510.2.22
diff -u -d -r1.510.2.21 -r1.510.2.22
--- chan_sip.c 25 Nov 2004 07:20:12 -0000 1.510.2.21
+++ chan_sip.c 25 Nov 2004 15:19:11 -0000 1.510.2.22
@@ -5314,7 +5314,8 @@
end = strchr(output,'@');
if (end)
*end = '\0';
-
+ else
+ output[0] = '\0';
if(strstr(input,"privacy=full") || strstr(input,"privacy=uri"))
return 1;
More information about the svn-commits
mailing list