diff options
author | levinse <levinse> | 2011-01-10 19:46:13 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-01-10 19:46:13 +0000 |
commit | 3aae44e96b429d182a7e36cf0ebb0d4bfef842d9 (patch) | |
tree | de0cc61e48ff0973c13c8e4dbe2380994d4a4135 /httemplate/view | |
parent | 9a46dd94e70887c5365c4b10d9db0d1b7f1b71ab (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', |