finish moving the vonage integration to per-user
[freeside.git] / httemplate / pref / pref-process.html
index a5e13f0..3f9b706 100644 (file)
 % }
 %
 % #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;
 % }