diff options
author | levinse <levinse> | 2011-01-16 05:44:15 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-01-16 05:44:15 +0000 |
commit | ae83e38c6767b3a7762a1c64159978ce76054e9b (patch) | |
tree | e7512788dcd2634a97393267f5442d26b7fdca66 /httemplate/misc | |
parent | fbab214cf73e03f9d8524fb385360cfe2cfb0b41 (diff) |
DID import enhancements, RT11219
Diffstat (limited to 'httemplate/misc')
-rw-r--r-- | httemplate/misc/phone_avail-import.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/misc/phone_avail-import.html b/httemplate/misc/phone_avail-import.html index 1f4d8caae..de280d0f9 100644 --- a/httemplate/misc/phone_avail-import.html +++ b/httemplate/misc/phone_avail-import.html @@ -64,13 +64,14 @@ Import a file containing phone numbers (DIDs). Uploaded files can be CSV (comma-separated value) files or Excel spreadsheets. The file should have a .CSV or .XLS extension. <BR><BR> -<b>Default</b> format has the following field order: <i>state, number<i></i> +<b>Default</b> format has the following field order: <i>state, number, name</i> <BR><BR> Field information: <ul> <li><i>state</i>: Two-letter state code, i.e. "CA" <li><i>number</i>: Phone number + <li><i>name</i>: optional, rate center </ul> <% include('/elements/footer.html') %> |