Will things ever be the same again?
[freeside.git] / httemplate / misc / cdr-import.html
1 <% include("/elements/header.html",'Call Detail Record Import') %>
2 <FORM ACTION="process/cdr-import.html" METHOD="POST" ENCTYPE="multipart/form-data">
3 Import a CSV file containing Call Detail Records (CDRs).<BR><BR>
4 CDR Format: <SELECT NAME="format">
5 <OPTION VALUE="asterisk">Asterisk (untested)</OPTION>
6 <OPTION VALUE="unitel">Unitel/RSLCOM</OPTION>
7 <OPTION VALUE="ams">AMS</OPTION>
8 </SELECT><BR><BR>
9
10 Filename: <INPUT TYPE="file" NAME="csvfile"><BR><BR>
11
12 <INPUT TYPE="submit" VALUE="Upload">
13 </FORM>
14
15 <% include('/elements/footer.html') %>
16