diff options
author | levinse <levinse> | 2011-01-18 03:49:20 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-01-18 03:49:20 +0000 |
commit | 17fb1dfa5d5e5d9dec1cc57fee2c34835ccb4a77 (patch) | |
tree | 4cf394f4cbd39356276ad1f8b11401c1dbe8ba39 | |
parent | 596c06f501c31fa6caeca15d1d19763840984b5c (diff) |
missed this for the prev commit for RT10993
-rw-r--r-- | httemplate/edit/svc_phone.cgi | 2 | ||||
-rw-r--r-- | httemplate/view/svc_phone.cgi | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/httemplate/edit/svc_phone.cgi b/httemplate/edit/svc_phone.cgi index f542ec216..963dbf5b4 100644 --- a/httemplate/edit/svc_phone.cgi +++ b/httemplate/edit/svc_phone.cgi @@ -37,8 +37,6 @@ push @fields, { field => 'pbxsvc', type => 'text', maxlength => $conf->config('svc_phone-phone_name-max_length'), }, - 'route', - 'gwlist', 'forwarddst', 'email', diff --git a/httemplate/view/svc_phone.cgi b/httemplate/view/svc_phone.cgi index 433ea1761..e4dc335ca 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 gwlist forwarddst email ); +push @fields, qw( pbx_title sip_password pin phone_name forwarddst email ); if ( $conf->exists('svc_phone-lnp') ) { push @fields, 'lnp_status', |