diff options
author | levinse <levinse> | 2011-01-07 23:13:58 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-01-07 23:13:58 +0000 |
commit | 8ae589024036a94bb71da0e05f645b00697e271f (patch) | |
tree | e29950ca6c4942b2bba4958289fcc702eb74ccad /httemplate/view | |
parent | 29c296af24c09dc904f6fad51edbf3c5f2f085d3 (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 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', |