[Asterisk-cvs] asterisk pbx.c,1.133,1.134

markster at lists.digium.com markster at lists.digium.com
Tue Jun 29 10:06:11 CDT 2004


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

Modified Files:
	pbx.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: pbx.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx.c,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -d -r1.133 -r1.134
--- pbx.c	28 Jun 2004 03:48:53 -0000	1.133
+++ pbx.c	29 Jun 2004 13:52:03 -0000	1.134
@@ -1878,7 +1878,7 @@
 						strncpy(c->exten, "i", sizeof(c->exten)-1);
 						c->priority = 1;
 					} else {
-						ast_log(LOG_WARNING, "Invalid extension, but no rule 'i' in context '%s'\n", c->context);
+						ast_log(LOG_WARNING, "Invalid extension '%s', but no rule 'i' in context '%s'\n", exten, c->context);
 						goto out;
 					}
 				} else {




More information about the svn-commits mailing list