summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorlevinse <levinse>2011-01-07 23:14:02 +0000
committerlevinse <levinse>2011-01-07 23:14:02 +0000
commit7b37da7933a569702ff79b5be21920a9d0b5979f (patch)
treea492d5fbba2fdb3ef8ac9aa15619b5bc6a2ac32c /httemplate
parentedd081af5ca8e5fe87a9aaa8d364a70cc4163e74 (diff)
opensips provisioning, RT10993
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/edit/svc_phone.cgi1
-rw-r--r--httemplate/view/svc_phone.cgi2
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',