working asterisk CDR CSV import (not just direct DB)
[freeside.git] / httemplate / misc / cdr-import.html
index 36b2e4c..60f619e 100644 (file)
@@ -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>