summaryrefslogtreecommitdiff
path: root/httemplate/elements/select-did.html
diff options
context:
space:
mode:
authorlevinse <levinse>2011-01-10 19:44:43 +0000
committerlevinse <levinse>2011-01-10 19:44:43 +0000
commit1e1d4445682c0e69781654ea7f2851d861031e9f (patch)
tree2bacd69dfb9d063dcfab4afc811efbb64c8ff85b /httemplate/elements/select-did.html
parent7b12eb3193416bd6c3eb9ae518af229885257626 (diff)
vitelity API improvements for toll-free and fax, RT11009
Diffstat (limited to 'httemplate/elements/select-did.html')
-rw-r--r--httemplate/elements/select-did.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/httemplate/elements/select-did.html b/httemplate/elements/select-did.html
index 062c98a80..546d90e8d 100644
--- a/httemplate/elements/select-did.html
+++ b/httemplate/elements/select-did.html
@@ -58,6 +58,19 @@ Example:
</TR>
</TABLE>
+
+% if ( $tollfree ) {
+ or toll-free
+ <% include('/elements/select-phonenum.html',
+ 'svcpart' => $svcpart,
+ 'empty' => 'Select phone number',
+ 'tollfree' => 1,
+ 'prefix' => 'tollfree',
+ 'bulknum' => 0,
+ )
+ %>
+% }
+
% if ( $bulknum ) {
<div id="bulkdid" style="padding-top: 11px">
% my $i;
@@ -100,6 +113,9 @@ if ( scalar(@exports) > 1 ) {
my $use_selector = scalar(@exports) ? 1 : 0;
+my $tollfree = 0;
+$tollfree = 1 if (scalar(@exports) && $exports[0]->exporttype eq 'vitelity');
+
my $bulknum = $opt{'bulknum'} || 0;
#my $field = $opt{'field'} || 'phonenum';