diff options
author | ivan <ivan> | 2008-09-15 07:18:57 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-09-15 07:18:57 +0000 |
commit | dcc553538ede04c0783bc92d3942c905c29131c1 (patch) | |
tree | bff35615cfa95478c0ee1bfb757ecb228da2c78f /httemplate/elements | |
parent | f9befdcb5ce8cf5dc5b9cacb6fe04ce29ed3cb80 (diff) |
add internal did database & ability to query for availability, plus upload tool
Diffstat (limited to 'httemplate/elements')
-rw-r--r-- | httemplate/elements/menu.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index 60ea8b22b..66e8ab6c5 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -221,6 +221,7 @@ tie my %tools_importing, 'Tie::IxHash', 'Import customer comments from CSV file' => [ $fsurl.'misc/cust_main_note-import.html', '' ], 'Import one-time charges from CSV file' => [ $fsurl.'misc/cust_main-import_charges.cgi', '' ], 'Import payments from CSV file' => [ $fsurl.'misc/cust_pay-import.cgi', '' ], + 'Import phone numbers (DIDs)' => [ $fsurl.'misc/phone_avail-import.html', '' ], 'Import Call Detail Records (CDRs) from CSV file' => [ $fsurl.'misc/cdr-import.html', '' ], 'Import tax rates from CSV files' => [ $fsurl.'misc/tax-import.cgi', '' ], ; |