diff options
author | levinse <levinse> | 2011-01-16 03:34:04 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-01-16 03:34:04 +0000 |
commit | 9926da3bbc4ef46dfcc686644b4fdccded44e545 (patch) | |
tree | 20be01a13a80d5ff16a29e16fbe44835ad0b22c8 /httemplate | |
parent | 490098bc286345648d6c6c866b10a89d365b68a3 (diff) |
OpenSIPS provisioning, RT10993
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 1623ed38a..f542ec216 100644 --- a/httemplate/edit/svc_phone.cgi +++ b/httemplate/edit/svc_phone.cgi @@ -38,6 +38,7 @@ push @fields, { field => 'pbxsvc', 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 7b0ea7071..433ea1761 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 forwarddst email ); +push @fields, qw( pbx_title sip_password pin phone_name route gwlist forwarddst email ); if ( $conf->exists('svc_phone-lnp') ) { push @fields, 'lnp_status', |