HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
[hylafax-users] DESTINATION variable in faxrcvd
Am 2006.03.22 19:23 schrieb(en) Lee Howard:
There is no DESTINATION variable in faxrcvd.
Hello Lee,
the DESTINATION variable is an extension in the Debian version for
compatibility with capi4hylafax.
capi4hylafax calls faxrcvd with these arguments:
faxrcvd [file] [devID] [commID] [error-msg] [CIDNumber] [CIDName]
[destination]
With an older version of faxrcvd that did not have the $CALLIDn stuff
($Id: faxrcvd.sh.in,v 1.9 2003/02/09 02:39:33 darren Exp $), I proposed
to add another variable on the Debian BTS:
DESTINATION="$7"
Now with the $CALLIDn variables the current Debian version has this
code:
CIDNUMBER="$CALLID1"
CIDNAME="$CALLID2"
DESTINATION="$CALLID3"
Bodo
____________________ 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*