diff options
author | levinse <levinse> | 2011-01-18 03:32:45 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-01-18 03:32:45 +0000 |
commit | 61b9d6de0342c0453e6314607b98e4edda93eeb9 (patch) | |
tree | 7e0b0737a1ce0033b90fa8fdc23d77b430f1c4c9 /httemplate | |
parent | 8c5326a6dfb96630aad04c9abd7a5895f03b09e1 (diff) |
move telephony-related config items into their own section
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/config/config-view.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/config/config-view.cgi b/httemplate/config/config-view.cgi index a939b19e0..7516dabab 100644 --- a/httemplate/config/config-view.cgi +++ b/httemplate/config/config-view.cgi @@ -349,7 +349,7 @@ my @config_items = grep { $page_agent ? $_->per_agent : 1 } my @deleteable = qw( invoice_latexreturnaddress invoice_htmlreturnaddress ); my %deleteable = map { $_ => 1 } @deleteable; -my @sections = qw(required billing invoicing notification UI self-service username password session shell BIND opensips ); +my @sections = qw(required billing invoicing notification UI self-service username password session shell BIND telephony ); push @sections, '', 'deprecated'; my %section_items = (); |