[Freeswitch-svn] [commit] r13946 - freeswitch/trunk/src/mod/applications/mod_commands

FreeSWITCH SVN anthm at freeswitch.org
Thu Jun 25 06:24:01 PDT 2009


Author: anthm
Date: Thu Jun 25 08:24:00 2009
New Revision: 13946

Log:
FSCORE-387

Modified:
   freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c

Modified: freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c
==============================================================================
--- freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c	(original)
+++ freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c	Thu Jun 25 08:24:00 2009
@@ -2784,7 +2784,7 @@
 			sprintf(sql, "select name, description, syntax, key from interfaces where type = '%s' and description != '' order by type,name", command);
 		}
 	} else if (!strcasecmp(command, "calls")) {
-		sprintf(sql, "select * from calls order by created_epoch");
+		sprintf(sql, "select * from calls order by call_created_epoch");
 		if (argv[1] && !strcasecmp(argv[1],"count")) {
 		    holder.justcount = 1;
 		    if (argv[3] && !strcasecmp(argv[2], "as")) {



More information about the Freeswitch-svn mailing list