HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
Re: [hylafax-users] DID on HylaFax
On 2003.07.11 03:16 Matthew Hattersley wrote:
<snip a lot of coding to wrap DID intelligence around efax>
My, that seems like a terrible amount of work compared to...
ModemResetCmds: AT#CID=7
QualifyCID: etc/cid
CIDName: "RING CID: "
CIDNumber: "RING CID: "
in the modem config file and...
.*
in etc/cid and...
CIDNUMBER=`echo $CIDNUMBER | sed 's/ .*//g'`
CIDNAME=`echo $CIDNAME | sed 's/^.*DAD: //g'`
case "$CIDNAME" in
0600) SENDTO=test@foo.com;;
esac
in etc/FaxDispatch
Lee.
____________________ HylaFAX(tm) Users Mailing List _______________________
To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
On UNIX: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null
*To learn about commercial HylaFAX(tm) support, mail sales@hylafax.org.*