HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
Re: Routing of incoming fax
> The idea is to route trough e-mail a incoming fax to the destination,
> but I don't have any up-to date information about the capabilities of
> fax protocols in general and Hylafax to manage routing information.
Hylafax can route on the sender's id.
> There are any experience and/or patch to Hylafax to use some of method
> for it like DID or T.30 subaddressing or other?
> There any modem able to support this kind of protocol?
DID would require special capabilities in the PABX. However, any Class
1 modem would be tranparent to T.30 protocol. I'd have to check whether
the information is forwarded by Class 2.
FAXRCVD(1M) FAXRCVD(1M)
NAME
faxrcvd - HylaFAX notification script for received facsim-
ile
.....
This script can route facsimile directly to the intended
receipient if the sender's identity is well-known. To do
this create a shell script etc/FaxDispatch in the spooling
area that sets the receiver's electronic mail address
according to the sender's TSI. For example,
case "$SENDER" in
*1*510*526*1212*) SENDTO=sam;; # Sam's test rig in Berkeley
.....