summaryrefslogtreecommitdiff
path: root/httemplate/misc/cdr-import.html
diff options
context:
space:
mode:
authorivan <ivan>2008-02-29 04:31:41 +0000
committerivan <ivan>2008-02-29 04:31:41 +0000
commit9e6c6f13593dd5137ea920f49d36dc4321c9e99c (patch)
tree7dcc492c6c7dc5942cbb22ce48859c0fbeeec4ef /httemplate/misc/cdr-import.html
parentd49cc12aee7462cb3f0cc1073777f1e5c3dbb7f4 (diff)
working asterisk CDR CSV import (not just direct DB)
Diffstat (limited to 'httemplate/misc/cdr-import.html')
-rw-r--r--httemplate/misc/cdr-import.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/misc/cdr-import.html b/httemplate/misc/cdr-import.html
index 36b2e4cb0..60f619e81 100644
--- a/httemplate/misc/cdr-import.html
+++ b/httemplate/misc/cdr-import.html
@@ -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>