From: ivan Date: Thu, 5 Apr 2007 01:38:51 +0000 (+0000) Subject: finish moving the vonage integration to per-user X-Git-Tag: TRIXBOX_2_6~569 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=aa9b309de1b0c627b3371f60c9b614250014b81d finish moving the vonage integration to per-user --- diff --git a/httemplate/pref/pref-process.html b/httemplate/pref/pref-process.html index a5e13f062..3f9b70686 100644 --- a/httemplate/pref/pref-process.html +++ b/httemplate/pref/pref-process.html @@ -28,12 +28,14 @@ % } % % #XXX autogen -% my @paramlist = qw( menu_position email_address +% my @paramlist = qw( menu_position +% email_address +% vonage-fromnumber vonage-username vonage-password % height width availHeight availWidth colorDepth % ); % % foreach (@paramlist) { -% scalar($cgi->param($_)) =~ /^[,.\@\w]*$/ && next; +% scalar($cgi->param($_)) =~ /^[,.\-\@\w]*$/ && next; % $error ||= "Illegal value for parameter $_"; % last; % }