diff options
Diffstat (limited to 'httemplate')
| -rw-r--r-- | httemplate/edit/svc_phone.cgi | 1 | ||||
| -rw-r--r-- | httemplate/view/svc_phone.cgi | 2 | 
2 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/edit/svc_phone.cgi b/httemplate/edit/svc_phone.cgi index 36b827bfe..8dd58d7ed 100644 --- a/httemplate/edit/svc_phone.cgi +++ b/httemplate/edit/svc_phone.cgi @@ -37,6 +37,7 @@ push @fields, { field => 'pbxsvc',                  type  => 'text',                  maxlength => $conf->config('svc_phone-phone_name-max_length'),                }, +	      'route',                { value   => 'E911 Information',                  type    => 'tablebreak-tr-title', diff --git a/httemplate/view/svc_phone.cgi b/httemplate/view/svc_phone.cgi index 96211d87c..c2379a079 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 ); +push @fields, qw( pbx_title sip_password pin phone_name route );  if ( $conf->exists('svc_phone-lnp') ) {  push @fields, 'lnp_status',  | 
