jnikolatos, One of the users on the site posted a great tutorial on how to enable the UC500 to receive faxes and then email them out. I've Copied it from the Forum to the Configuration Guide for the UC500. Great work John!
The original Post Follows . . . .
FAX to EMAIL on UC500 using analog line - CONFIGURATION EXAMPLE
I just wanted to post a fax to email example so everyone can benefit from it. I was looking for it and could not find it, so now that I have implemented it.. I hope you can us it.
**Please note this is for Analog lines. PRI will work as well but you do not have to PLAR from the FXO ports. Also make your incomming called number and destination pattern matches the number exact;y from your ISP (i.e, some PRI's only send 3 or 4 digits not the whole 10 digit number)
1) You have to download and application from Cisco's website. It is under Voice Products.
app_faxmail_onramp.2.0.1.3.tcl
http://www.cisco.com/cgi-bin/tablebuild.pl/tclware
Load this file onto the FLASH of your UC500 using TFTP and "copy tftp flash" command.
** Load the application with the following commands.. **
application
service onramp flash:app_faxmail_onramp.2.0.1.3.tcl
In global configuration mode of UC500 type the following: (Not all are needed)
-------------------------------
fax interface-type fax-mail
mta send server 192.168.1.2 port 25 (***substitute your mail srvr IP)
mta send subject Fax from UC500
mta send with-subject both
mta send postmaster administrator@domain.com
mta send mail-from hostname UC500.domain.com
mta send mail-from username $s$
mta send return-receipt-to hostname domain.com
mta send return-receipt-to username administrator
mta receive aliases domain.com
mta receive aliases wmc2k3-sbs.domain.com
mta receive aliases mail.domain.com
mta receive aliases mail.domain.com
mta receive aliases 192.168.1.2 (***substitute your mail server IP)
mta receive maximum-recipients 10
mta receive generate permanent-error
--------------------------------------------------
Find the FXO port you plugged your ANALOG phone line into - mine is 0/1/1
-----------------------------------------------
voice-port 0/1/1
connection plar opx 2031111111 (**THIS # can be anything unique)
caller-id enable
!
dial-peer voice 7 mmoip
description FAX to SERVICE Dept
service fax_on_vfc_onramp_app out-bound
destination-pattern 2031111111 (**Match PLAR command above)
information-type fax
session target mailto:sales@domain.com (**Any email address)
!
dial-peer voice 6 pots
description FAX to SERVICE
service onramp
incoming called-number 2031111111
direct-inward-dial
port 0/1/1
*** Make sure to enable mail relay on your mail server for your UC500 internal address.