![]() |
Hello, all
Has anyone written a simple dynamic config script to emulate the old QualifyCID behavior?
What I want is for hylafax to only answer the phone as a fax machine only when the CID matches a list of phone numbers.
I've searched and searched, but I can't make heads or tails of the documentation on or the one example of a dynamic config script, and my scripting skills are so limited, I wouldn't even know where to start.
#! /bin/sh CALLID1=$2 if [ "$CALLID1" != "8005551212" ]; then echo "RejectCall: true" fi
____________________ 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*