![]() |
Currently I use FaxDispatch to forward the faxes to the proper email address based on the DID.
case "$CALLID4" in 0) SENDTO=user1@xxxxxxx; FILETYPE=pdf;; 1) SENDTO=user2@xxxxxxx; FILETYPE=pdf;; 2) SENDTO=user3@xxxxxxx; FILETYPE=pdf;; *) SENDTO=user0@xxxxxxx; FILETYPE=pdf;; esac
I want to handle this mapping external, e.g. in a CSV file or a database table (because I want to use the same mapping table in my email2fax script).
Can this be done? If yes, can you give me please some pointers into the right direction?
thanks Klaus
-- Klaus Darilion nic.at
____________________ 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@xxxxxxxxxxx < /dev/null *To learn about commercial HylaFAX(tm) support, mail sales@xxxxxxxxx*