diff options
author | levinse <levinse> | 2011-01-16 05:44:16 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-01-16 05:44:16 +0000 |
commit | 12c735ea72e91b1c3726b56c9c27312f20166500 (patch) | |
tree | 2906426fa1211d4a7c5e67e2ba5cb6b16acd3346 /httemplate | |
parent | db7718d5f12f23640688d804e9f0ba46dc2f47c0 (diff) |
DID import enhancements, RT11219
Diffstat (limited to 'httemplate')
-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') %> |