[Asterisk-cvs] asterisk/channels chan_sip.c,1.431,1.432
markster at lists.digium.com
markster at lists.digium.com
Tue Jun 29 10:06:11 CDT 2004
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv17115/channels
Modified Files:
chan_sip.c
Log Message:
Display invalid extension when there is one, fix minor OSP typo, Don't send 200 OK after 403 Forbidden on SUBSCRIBE
Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.431
retrieving revision 1.432
diff -u -d -r1.431 -r1.432
--- chan_sip.c 29 Jun 2004 12:56:46 -0000 1.431
+++ chan_sip.c 29 Jun 2004 13:52:03 -0000 1.432
@@ -7079,7 +7079,7 @@
if (!ignore && p)
p->lastinvite = seqno;
- if (p) {
+ if (p && !p->needdestroy) {
if (!(p->expiry = atoi(get_header(req, "Expires")))) {
transmit_response(p, "200 OK", req);
p->needdestroy = 1;
More information about the svn-commits
mailing list