Hylafax Mailing List Archives
|
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
Re: [hylafax-users] 2 Modems: Modems are running, distribution needed
On 2002.05.02 03:57 Henning Hülsebusch wrote:
> Hi again,
>
> sry for my last posting, I looked into "faxstat" and now I know, that I
> have
> to wait about 10 seconds for initializing the modem... now, both modems
> are
> answering...
Turn ServerTracing to 0xFFF, restart faxgetty and check your server log.
There is normally a mandatory 3 second wait after ATZ and a 3 second wait
at DTR drop, so initializing modems won't ever get faster than 6 seconds
unless you alter those delays.
> So, now back to my root-problem.
> What have I to do, that the modem on ttyS0 sends faxes to
> user1@domain.tld,
> and that ttyS1 sends faxes to user2@domain.tld ?
>
> This my my Dispatch now.
>
> FILETYPE=pdf;
> SENDTO=henning@router.intern.huelsebusch.net;
FILETYPE=pdf;
if $DEVICE=ttyS0; then SENDTO=user1@domain.tld; fi
if $DEIVCE=ttyS1; then SENDTO=user2@domain.tld; fi
Lee.
____________________ 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@hylafax.org < /dev/null