[svn-commits] seanbright: branch group/newcdr r202742 - in /team/group/newcdr: doc/tex/ main/
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Tue Jun 23 12:37:57 CDT 2009
Author: seanbright
Date: Tue Jun 23 12:37:53 2009
New Revision: 202742
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=202742
Log:
Add another todo
Modified:
team/group/newcdr/doc/tex/asterisk.tex
team/group/newcdr/main/cel.c
Modified: team/group/newcdr/doc/tex/asterisk.tex
URL: http://svn.asterisk.org/svn-view/asterisk/team/group/newcdr/doc/tex/asterisk.tex?view=diff&rev=202742&r1=202741&r2=202742
==============================================================================
--- team/group/newcdr/doc/tex/asterisk.tex (original)
+++ team/group/newcdr/doc/tex/asterisk.tex Tue Jun 23 12:37:53 2009
@@ -32,7 +32,7 @@
\author{Asterisk Development Team \\ Asterisk.org}
-\title{Asterisk Reference Information \\ Version ASTERISKVERSION}
+\title{Asterisk Reference Information \\ Version SVN-group-newcdr-r202645M-/trunk}
\begin{document}
\maketitle
Modified: team/group/newcdr/main/cel.c
URL: http://svn.asterisk.org/svn-view/asterisk/team/group/newcdr/main/cel.c?view=diff&rev=202742&r1=202741&r2=202742
==============================================================================
--- team/group/newcdr/main/cel.c (original)
+++ team/group/newcdr/main/cel.c Tue Jun 23 12:37:53 2009
@@ -367,6 +367,12 @@
}
}
+/*
+ * \todo Resolve dateformat strangeness - if you don't specify one in the config it
+ * uses a default of "%ld.%06ld" (and is passed 2 arguments), but if you do
+ * specify one (even if you explicitly specify "%ld.%06ld") it will only
+ * get passed a single argument.
+ */
struct ast_channel *ast_cel_fabricate_channel_from_event(const struct ast_event *event)
{
enum ast_cel_event_type event_type;
More information about the svn-commits
mailing list