diff options
author | levinse <levinse> | 2011-01-10 19:44:43 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-01-10 19:44:43 +0000 |
commit | 1e1d4445682c0e69781654ea7f2851d861031e9f (patch) | |
tree | 2bacd69dfb9d063dcfab4afc811efbb64c8ff85b /httemplate/view | |
parent | 7b12eb3193416bd6c3eb9ae518af229885257626 (diff) |
vitelity API improvements for toll-free and fax, RT11009
Diffstat (limited to 'httemplate/view')
-rw-r--r-- | httemplate/view/svc_phone.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/svc_phone.cgi b/httemplate/view/svc_phone.cgi index c2379a079..7b0ea7071 100644 --- a/httemplate/view/svc_phone.cgi +++ b/httemplate/view/svc_phone.cgi @@ -19,7 +19,7 @@ my %labels = map { $_ => ( ref($fields->{$_}) my @fields = qw( countrycode phonenum ); push @fields, 'domain' if $conf->exists('svc_phone-domain'); -push @fields, qw( pbx_title sip_password pin phone_name route ); +push @fields, qw( pbx_title sip_password pin phone_name route forwarddst email ); if ( $conf->exists('svc_phone-lnp') ) { push @fields, 'lnp_status', |