[Asterisk-cvs] asterisk/pbx pbx_dundi.c,1.6,1.7

markster at lists.digium.com markster at lists.digium.com
Sun Oct 24 01:05:04 CDT 2004


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

Modified Files:
	pbx_dundi.c 
Log Message:
Oops


Index: pbx_dundi.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx/pbx_dundi.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- pbx_dundi.c	24 Oct 2004 04:54:42 -0000	1.6
+++ pbx_dundi.c	24 Oct 2004 05:08:45 -0000	1.7
@@ -1962,7 +1962,7 @@
 {
 	if (argc != 3)
 		return RESULT_SHOWUSAGE;
-	dundidebug = 1;
+	global_storehistory = 1;
 	ast_cli(fd, "DUNDi History Storage Enabled\n");
 	return RESULT_SUCCESS;
 }
@@ -1987,9 +1987,9 @@
 
 static int dundi_no_store_history(int fd, int argc, char *argv[])
 {
-	if (argc != 3)
+	if (argc != 4)
 		return RESULT_SHOWUSAGE;
-	dundidebug = 0;
+	global_storehistory = 0;
 	ast_cli(fd, "DUNDi History Storage Disabled\n");
 	return RESULT_SUCCESS;
 }




More information about the svn-commits mailing list