![]() |
Is there a facility I can use in HylaFAX+ where I can make it send a fax always on a specific modem ? For instance (using email-to-fax) I want user1's emails to be sent using ttyS0,ttyS1,ttyS2 while user2's emails will only use ttyS3 (say this is the line use for international calls).
#!/bin/sh . etc/setup.cache . bin/common-functions QFILE=sendq/q$1 parseQfile case "$mailaddr" in user1) echo "Modem: modemgroup1";; user2) echo "Modem: modemgroup2";; *) echo "Modem: defaultmodemgroup";; esac exit 0
ModemGroup: "modemgroup1:ttyS[012]" ModemGroup: "modemgroup2:ttyS3" ModemGroup: "defaultmodemgroup:any"
____________________ 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*