[freeside-commits] freeside/httemplate/misc cdr-import.html, 1.3.2.1, 1.3.2.2

Ivan,,, ivan at wavetail.420.am
Thu Feb 28 20:31:44 PST 2008


Update of /home/cvs/cvsroot/freeside/httemplate/misc
In directory wavetail.420.am:/tmp/cvs-serv19672/httemplate/misc

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	cdr-import.html 
Log Message:
working asterisk CDR CSV import (not just direct DB)

Index: cdr-import.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/cdr-import.html,v
retrieving revision 1.3.2.1
retrieving revision 1.3.2.2
diff -u -d -r1.3.2.1 -r1.3.2.2
--- cdr-import.html	13 Jan 2008 21:14:29 -0000	1.3.2.1
+++ cdr-import.html	29 Feb 2008 04:31:42 -0000	1.3.2.2
@@ -2,9 +2,9 @@
 <FORM ACTION="process/cdr-import.html" METHOD="POST" ENCTYPE="multipart/form-data">
 Import a CSV file containing Call Detail Records (CDRs).<BR><BR>
 CDR Format: <SELECT NAME="format">
-<OPTION VALUE="asterisk">Asterisk (untested)</OPTION>
+<OPTION VALUE="asterisk">Asterisk</OPTION>
 <OPTION VALUE="unitel">Unitel/RSLCOM</OPTION>
-<OPTION VALUE="ams">AMS</OPTION>
+<OPTION VALUE="simple">Simple</OPTION>
 </SELECT><BR><BR>
 
 Filename: <INPUT TYPE="file" NAME="csvfile"><BR><BR>



More information about the freeside-commits mailing list