Matthew Rubenstein wrote: > It's clear there's no 100% effective solution right now for "Fax" > over IP (through Asterisk, at least). Has anyone deployed a simple > "scanner terminal" that can work *exactly* like a fax machine from > the user's point of view (eg a clueless receptionist feeding pages to > a phone#), but which sends a data stream to Asterisk (or a webserver, > etc)? That Asterisk turns around and sends to some endpoint, either > emailing an image, or even literally faxing out across a TDM from the > server (so the sender needs only broadband, no POTS of their own)? >
We have done just that for deployment needing to use satellite connection as only available option. It was for a ship serving as a floating laboratory. It works like this: Fax over IP (FoIP) Fax over IP using PBXware uses internal logic to accept/send fax calls as normal at trunk and the local network level. Difference lies in how it handles transmitting the faxes across the IP networks (Internet, LAN, WAN etc.) The process goes as follows: 1. A fax call is received into PBXware PSTN trunk. 2. PBXware creates an image file from received fax and sends it to remote PBXware using IP network. 3. After receiving the file remote PBXware system converts the file and calls the local fax machine as a normal fax transmission. Sending faxes out from the ship will work in similar way: 1. PBXware receives a fax transmission from local fax machine. 2. PBXware transform the fax transmission into image file. 3. PBXware then sends the image file to remote PBXware 4. After receiving the file remote PBXware looks up the destination number and faxes out using PSTN trunk. Senad www.bicomsystems.com _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-biz mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-biz
