Changeset 1338

Show
Ignore:
Timestamp:
03/31/06 18:17:52 (7 years ago)
Author:
qldrob
Message:

Thanks to rikishi, faxes now seem to work!

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/trunk/amp_conf/bin/fax-process.pl

    r1337 r1338  
    131131 
    132132--$boundary  
    133 Content-Type: text/plain; 
    134   charset=\"us-ascii\" 
     133Content-Type: text/plain; charset=\"us-ascii\" 
    135134Content-Transfer-Encoding: quoted-printable 
    136135 
     
    139138 
    140139--$boundary 
    141 Content-Type: $ct 
    142   name=\"$attachment\" 
     140Content-Type: $ct; name=\"$attachment\" 
    143141Content-Transfer-Encoding: base64 
    144 Content-Description: $attachment 
    145 Content-Disposition: attachment; 
    146   filename=\"$attachment\" 
    147 Content-Type: $ct 
    148 Content-Transfer-Encoding: quoted-printable 
     142Content-Disposition: attachment; filename=\"$attachment\" 
    149143 
    150144$encoded  
     
    161155$smtp-> datasend($msg); 
    162156$smtp-> dataend(); 
     157