diff options
author | levinse <levinse> | 2011-01-16 03:33:59 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-01-16 03:33:59 +0000 |
commit | 80fa5a2f42e60bede178ff1118e7c7532fced9a5 (patch) | |
tree | 7c981e8f8959b5077b8730fe02663cad7e726a75 /httemplate/view | |
parent | 53323732e819df59e80973e569bcc7b836f7bf82 (diff) |
OpenSIPS provisioning, RT10993
Diffstat (limited to 'httemplate/view')
-rw-r--r-- | httemplate/view/svc_phone.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
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', |