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] howto check whether RTNHandlingMethod is set to a certain value?
At 11:43 PM 3/19/01 +0100, Bernd Proissl wrote:
>
>Hello,
>
>from a quick fgrep through the sources i cannot see that the value
>is written to some log. Is this correct?
>Is there an easy way to check the current value?
-=-=-=- faxd/ModemConfig.c++, line 487 -=-=-=-
ModemConfig::getRTNHandling(const char* cp)
{
RTNHandling rh;
if (!findRTNHandling(cp, rh)) {
configError("Unknown RTN handling method \"%s\", using RETRANSMIT",
cp);
rh = FaxModem::RTN_RETRANSMIT; // default
}
return (rh);
}
RETRANSMIT is the default, if not specified in the config file.
There is a section in 'man config' on this that Dmitry put there.
Lee.
____________________ HylaFAX(tm) Users Mailing List _______________________
To unsub: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null