From 3aae44e96b429d182a7e36cf0ebb0d4bfef842d9 Mon Sep 17 00:00:00 2001 From: levinse Date: Mon, 10 Jan 2011 19:46:13 +0000 Subject: vitelity API improvements for toll-free and fax, RT11009 --- httemplate/view/svc_phone.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/view') 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', -- cgit v1.2.1