[Bug 212516] New: hylafax is not able to dispatch mails to the users from etc/users using c2faxrecv, hylafax and fcpci
https://bugzilla.novell.com/show_bug.cgi?id=212516 Summary: hylafax is not able to dispatch mails to the users from etc/users using c2faxrecv, hylafax and fcpci Product: SUSE Linux 10.1 Version: Final Platform: x86-64 OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: ISDN AssignedTo: kkeil@novell.com ReportedBy: office@weberhofer.at QAContact: qa@suse.de Dispatch incoming faxes did not work, because of changes in bin/faxrcvd. I have fixed the problem by slightly modifying bin/FaxDispatch. This is a version that works here. Modified lines are #5 and #6: FILE: bin/FaxDispatch ------------------- # # Dispatch fax to email depending on own MSN or extention (ISDN lines) # sourced from faxrcvd # if [ "$CALLID3" != "" ]; then PHONEMATCH=$CALLID3\$ USERENTRY=`grep -v "^#" etc/users | grep "$PHONEMATCH"` if [ "$USERENTRY" != "" ]; then USERNAME=`echo $USERENTRY | awk '{print $1}'` SENDTO="$USERNAME" FILETYPE=pdf fi fi -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=212516 kkeil@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Comment #1 from kkeil@novell.com 2006-10-16 00:57 MST ------- Thanks for this info I will include it in next releases. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=212516 kkeil@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED ------- Comment #5 from kkeil@novell.com 2007-05-05 10:03 MST ------- So it is fixed. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
participants (1)
-
bugzilla_noreply@novell.com