Index: /freepbx/branches/2.2/amp_conf/bin/fax-process.pl =================================================================== --- /freepbx/branches/2.2/amp_conf/bin/fax-process.pl (revision 3195) +++ /freepbx/branches/2.2/amp_conf/bin/fax-process.pl (revision 3492) @@ -53,4 +53,6 @@ $subject = $tmp; } + # Convert %20 to spaces, leave anythign else alone. + $subject =~ s/\%20/ /g; } elsif ($cmd eq "--type") { my $tmp = shift @ARGV;