HylaFAX The world's most advanced open source fax server |
Hi, i’m using hylafax 4.3.2 on debian. Sending
and receiving faxes works. Now i want to use notify for sending/receiving
faxes. FaxDipatch, FaxNotify should help, but now my problem: I have 2 analog modems and I want to
control for which modem notify should do something. Nothing themes to work. My
sendfax from modem2 -> modem1 internal test: sendfax -S -D -f \"info\@aiel.de\"
-h ttyS1\@localhost -i \"anything\" -n -d 0123456789 test.pdf I want a different control about each
modem, not more, not less. What should I change? Suggestions? (sending faxes
notification, incoming via mail) ---- etc/FaxNotify: empty ---- etc/FaxNotify.ttyS0: NOTIFY_FAXMASTER=no; if [ "$WHY" != "done"
]; then RETURNFILETYPE=pdf; fi ---- etc/FaxNotify.ttyS1: NOTIFY_FAXMASTER=no; if [ "$WHY" = "done" ];
then RETURNFILETYPE=pdf; fi ---- bin/notify …snip… if [ -f etc/FaxNotify ]; then # source notify preferecnes . etc/FaxNotify fi if [ -f etc/FaxNotify.ttyS0 ] && [
"$modem" = "ttyS0" ]; then # source notify preferecnes . etc/FaxNotify.ttyS0 fi if [ -f etc/FaxNotify.ttyS1 ] && [
"$modem" = "ttyS1" ]; then # source notify preferecnes . etc/FaxNotify.ttyS1 fi …snip… ---- Lars Nixdorf Tel.:
+49 385 5894322 Mobil:
+49 176 24488708 mail
to: lars.nixdorf@xxxxxxx Sitz
des Unternehmens: 19053 Schwerin, Lübecker-Str. 24 E-Mail:
info@xxxxxxx; Internet: www.orln.de Diese E-Mail enthält
vertrauliche und/oder rechtlich geschützte Informationen. Wenn Sie nicht
der rechtmäßige Empfänger sind oder diese E-Mail irrtümlich erhalten haben, informieren
Sie bitte sofort den Absender und vernichten Sie diese E-Mail. Sie dürfen den
Inhalt dieser E-Mail weder kopieren, verbreiten oder benutzen.This e-mail may
contain confidential and/or privileged information. If you are not the
intended recipient or have received this e-mail in error, please inform the
sender immediately and destroy this e-mail. You must not copy, disclose or use its
contents. Wir setzen Filtertechniken zur Vermeidung unerwünschter E-Mails ein.
Unter Umständen kann es vorkommen, daß eine Nachricht aufgrund von Anhängen
oder Merkmalen automatisch ausgefiltert wird. Sollten Sie innerhalb einer
angemessenen Frist eine Antwort erwarten und nicht erhalten, setzen Sie sich
telefonisch oder schriftlich mit uns in Kontakt |