From 6d43279ab6b571ad33d2d89d7403b72fdf5bc772 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 4 Feb 2010 06:53:14 +0000 Subject: snom autodial integration --- httemplate/pref/pref-process.html | 4 +++- httemplate/pref/pref.html | 26 ++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) (limited to 'httemplate/pref') diff --git a/httemplate/pref/pref-process.html b/httemplate/pref/pref-process.html index 378164e7b..2b6c969f8 100644 --- a/httemplate/pref/pref-process.html +++ b/httemplate/pref/pref-process.html @@ -45,8 +45,10 @@ unless ( $error ) { # if ($access_user) { #XXX autogen my @paramlist = qw( menu_position default_customer_view email_address + snom-ip snom-username snom-password vonage-fromnumber vonage-username vonage-password - show_pkgnum show_db_profile save_db_profile + show_pkgnum show_confitem_counts + show_db_profile save_db_profile height width availHeight availWidth colorDepth ); diff --git a/httemplate/pref/pref.html b/httemplate/pref/pref.html index 562ef2980..5cd75e26c 100644 --- a/httemplate/pref/pref.html +++ b/httemplate/pref/pref.html @@ -79,6 +79,10 @@ Development Show internal package numbers: option('show_pkgnum') ? 'CHECKED' : '' %>> + + Show config item counts: + option('show_confitem_counts') ? 'CHECKED' : '' %>> + Show database profiling (when available): option('show_db_profile') ? 'CHECKED' : '' %>> @@ -91,6 +95,28 @@ Development
+SNOM integration +<% ntable("#cccccc",2) %> + + + SNOM IP address + + + + + SNOM HTTP username (if necessary) + + + + + SNOM HTTP password (if necessary) + + + + +
+ +OR

Vonage integration (see Click2Call) <% ntable("#cccccc",2) %> -- cgit v1.2.1