summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorlevinse <levinse>2011-01-07 23:13:58 +0000
committerlevinse <levinse>2011-01-07 23:13:58 +0000
commit8ae589024036a94bb71da0e05f645b00697e271f (patch)
treee29950ca6c4942b2bba4958289fcc702eb74ccad /httemplate
parent29c296af24c09dc904f6fad51edbf3c5f2f085d3 (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 36b827b..8dd58d7 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 96211d8..c2379a0 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',