[Asterisk-cvs] asterisk/channels chan_sip.c,1.418,1.419
markster at lists.digium.com
markster at lists.digium.com
Mon Jun 21 11:05:43 CDT 2004
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv13198/channels
Modified Files:
chan_sip.c
Log Message:
Sorry, 403 is "Forbidden" not "Permission Denied"
Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.418
retrieving revision 1.419
diff -u -d -r1.418 -r1.419
--- chan_sip.c 21 Jun 2004 14:39:19 -0000 1.418
+++ chan_sip.c 21 Jun 2004 14:51:38 -0000 1.419
@@ -6813,7 +6813,7 @@
if (found)
transmit_response(p, "200 OK", req);
else
- transmit_response(p, "403 Permission Denied", req);
+ transmit_response(p, "403 Forbidden", req);
} else
p->subscribed = 1;
More information about the svn-commits
mailing list