summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2008-02-29 04:31:42 +0000
committerivan <ivan>2008-02-29 04:31:42 +0000
commitb1c3fd8ab89492b5d4429b3898cbc8c1b8ea1afd (patch)
tree6c0b1c2f0f1bb1f49f846368406d641571064e83 /httemplate
parenta179683a47a5dbb86ae4bfc98e1d64d50283e39d (diff)
working asterisk CDR CSV import (not just direct DB)
Diffstat (limited to 'httemplate')
-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>