Apologies if I contributed to any misunderstanding... I only saw reference to the receiving faxes in your question.
If it helps whatsoever, the ability to assign a number to have a fax placed into a folder can be accomplished on the SipXecs server itself as follows (I tested it on my 4.4.0 server): install munpack rpm ------------------- cd /usr/src wget http://apt.sw.be/redhat/el5/en/x86_64/rpmforge/RPMS/mpack-1.6-2.el5.rf.x86_64.rpm rpm -iv mpack* Add a place to store the fax ---------------------------- mkdir /tmp/faxes Add a generalfax shell user ------------ useradd generalfax passwd generalfax *something obscure* create .procmailrc file as follows ---------------------------------- UMASK=0000 :0 | munpack -q -C /tmp/faxes/ Create a new user in SipXecs ---------------------------- pick a phantom extension (because faxes go to a different extension) set the user unified message options as follows: - email address: [email protected] - format doesn't matter - attach voicemail: checked - fax extension: the intended fax number - fax alias/did: externally accessible DID for the fax number (if the translation isn't done elsewhere) Test ---- Send a fax to the fax number defined. The fax attachment (.tiff at this point, until the patch that's in the works is included) will be placed in the /tmp/faxes folder, named as fax-message.tiff, fax-message.1.tiff, etc. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] Sent: Thursday, September 29, 2011 1:01 PM To: sipx-users Subject: Re: [sipx-users] FW: Centralized Faxing > Receive only Mike. > Look at t38faxvoip.com for a comm port product that you may be able to use. > I have a customer using it with 3cX. Oh darn, misunderstood then. Thought Steve was saying this is here or coming? The avantfax server does the trick it's just that not having to maintain separate accounts would be so great. ---snip--- _______________________________________________ sipx-users mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-users/
