• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Hilfe bei der Installation

Montesuma

Newbie
Hallo,

ich versuche seit Stunden Hylafax unter SuSE 9.0 zum laufen zu bekommen.

Habe verschiedene Installationsanweisungen zur Hand genommen, jedoch klappt das sch... teil immer noch nicht.

So wie ich mich jetzt durchgelesen habe soll, wenn ich faxstat eingebe das erschinen

Code:
HylaFAX scheduler on debian.wg: Running
Modem faxCAPI (+49.VORWAHL.FAXNUMMER): Running and idle

jedoch kommt bei mir nur das raus:
Code:
HylaFAX scheduler on linux.local: Running

Woran kann das liegen? :?:
Was mache ich falsch? :?:
 

lin4ever

Newbie
Sally,

Ich hatte das selbe Problem . Mein Fehler war, das ich als Device
/dev/ttyS1 anstatt /dev/modem angegeben habe . Also einfach nochmal alle configfiles löschen >> faxsetup u. faxaddmodem
durchlaufen lassen .

Hier meine Konfigfiles mit denen es auf jedem Fall lauft !
( Mein externes Modem war ein USRobitics 56K am Com2 !! )

Hat minicom -s funktioniert ?
Hat faxaddmodem am Ende die Geschwindigkeit ermittelt ?


Wenn Du Fragen hast dann meld dich einfach !!! Ich habe nun den 3 . Hylafax aufgesetzt ( 1 x mit Modem , 1 x PCI ISDN , 1x ISA ISDN ) . Und alle mit SUse Linux 9.0 ...

Es sind hier einige im Forum die meinen sie muessen
dich auf "googlen und Forumsuche "verweisen . Wenn ich das
schon lese dann krieg ich einen dicken Hals und würd am liebsten
... na du weist schon.....

------------------------------------------------------------------------------
Take Care und mach DIch bemerkbar wenn es nicht klappt !!
------------------------------------------------------------------------------

/var/spool/fax/etc/
----------------------------------------
config

LogFacility: hylafax
CountryCode: 49
AreaCode: 7731
LongDistancePrefix: 0
InternationalPrefix: 00
DialStringRules: "etc/dialrules"
ServerTracing: 527
SessionTracing: 527
ContCoverPage: etc/cover.templ
MaxSendPages: 30


------------------------------------------------------------

config.modem
-----------------

# $Id: usr-2.0,v 1.9 2002/08/02 03:44:46 darren Exp $
#
# HylaFAX Facsimile Software
#
# Copyright (c) 1990-1996 Sam Leffler
# Copyright (c) 1991-1996 Silicon Graphics, Inc.
# HylaFAX is a trademark of Silicon Graphics, Inc.
#
# Permission to use, copy, modify, distribute, and sell this software and
# its documentation for any purpose is hereby granted without fee, provided
# that (i) the above copyright notices and this permission notice appear in
# all copies of the software and related documentation, and (ii) the names of
# Sam Leffler and Silicon Graphics may not be used in any advertising or
# publicity relating to the software without the specific, prior written
# permission of Sam Leffler and Silicon Graphics.
#
# THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
# EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
# WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
#
# IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
# ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
# OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
# WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
# LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
# OF THIS SOFTWARE.
#

#
# Configuration for using the Class 2.0 command interface
# with a USR v.34 Courier or Sporster modem.
#
# RTS/CTS flow control is used default.
#
#
CountryCode: 49
AreaCode: 7731
FAXNumber: +49.7731.xxxxxx
LongDistancePrefix: 0
InternationalPrefix: 00
DialStringRules: "etc/dialrules"
ServerTracing: 527
SessionTracing: 527
RecvFileMode: 0600
LogFileMode: 0600
DeviceMode: 0600
RingsBeforeAnswer: 1
SpeakerVolume: off
GettyArgs: "-h %l dx_%s"
LocalIdentifier: "Kopfzeile"
LogFacility: hylafax
TagLineFont: etc/lutRS18.pcf
TagLineFormat: "From %%l|%c|Page %%P of %%T"
MaxRecvPages: 25
#
#
# Modem-related stuff: should reflect modem command interface
# and hardware connection/cabling (e.g. flow control).
#
ModemType: Class2.0 # use class 2.0 interface
ModemRate: 19200 # DCE-DTE communication rate
ModemFlowControl: rtscts # hardware flow control
#
ModemNoFlowCmd: AT&H0&I0&R1 # setup modem for no flow control
ModemHardFlowCmd: AT&H1&I0&R2 # setup modem for hardware flow control
ModemSoftFlowCmd: AT&H2&I2&R1 # setup modem for software flow control
#
ModemSetupDTRCmd: ATS13=1&D2 # setup so DTR drop resets modem
ModemSetupDCDCmd: AT&C1 # setup so DCD reflects carrier (or not)
ModemResultCodesCmd: ATQ0X4 # enable extended result codes
#
# NB: adaptive answer only seems to work properly when
# the modem is left idling in Class 2.0
#
ModemSetupAACmd: AT+FAA=1
#
# Set modem speaker volume commands: OFF QUIET LOW MEDIUM HIGH.
# Note that we both turn the speaker on/off and set volume.
#
ModemSetVolumeCmd: "ATM0 ATM1 ATM1 ATM1 ATM1"
#
# Modem does not support HDLC frame tracing; we add this just
# to eliminate spurious ERROR results that confuse the naive.
#
Class2BUGCmd: AT+FBU=0
#
# The modem doesn't support copy quality checking, even though it
# returns (0-2,0-2) for AT+FCQ=?; therefore we override the query
# response so that the server will do copy quality checking.
#
Class2CQQueryCmd: !(0),(0) # override modem response
#
# Disables the reporting of bad frames by the modem. This
# overcomes a firmware problem in the x2 and V90 Sportsters.
# It is not necessary for the Courier modem.
#
Class2NRCmd: AT+FNR=1,1,1,0
#
# USR modems violate Class 2.0 specs and do not send RTC itself
#
Class2SendRTC: yes
#
# +FAP=? not supported on this modem, gives ERROR in ServerTracing
#
Class2APQueryCmd: none




--------------------

hosts.hfaxd
-------------------

^.*@.*
localhost
127.0.0.1

-------------------
 

lin4ever

Newbie
#
# /etc/inittab
#
# Copyright (c) 1996-2002 SuSE Linux AG, Nuernberg, Germany. All rights reserved.
#
# Author: Florian La Roche, 1996
# Please send feedback to http://www.suse.de/feedback
#
# This is the main configuration file of /sbin/init, which
# is executed by the kernel on startup. It describes what
# scripts are used for the different run-levels.
#
# All scripts for runlevel changes are in /etc/init.d/.
#
# This file may be modified by SuSEconfig unless CHECK_INITTAB
# in /etc/sysconfig/suseconfig is set to "no"
#

# The default runlevel is defined here
id:5:initdefault:

# First script to be executed, if not booting in emergency (-b) mode
si::bootwait:/etc/init.d/boot

# /etc/init.d/rc takes care of runlevel handling
#
# runlevel 0 is System halt (Do not use this for initdefault!)
# runlevel 1 is Single user mode
# runlevel 2 is Local multiuser without remote network (e.g. NFS)
# runlevel 3 is Full multiuser with network
# runlevel 4 is Not used
# runlevel 5 is Full multiuser with network and xdm
# runlevel 6 is System reboot (Do not use this for initdefault!)
#
l0:0:wait:/etc/init.d/rc 0
l1:1:wait:/etc/init.d/rc 1
l2:2:wait:/etc/init.d/rc 2
l3:3:wait:/etc/init.d/rc 3
#l4:4:wait:/etc/init.d/rc 4
l5:5:wait:/etc/init.d/rc 5
l6:6:wait:/etc/init.d/rc 6

# what to do in single-user mode
ls:S:wait:/etc/init.d/rc S
~~:S:respawn:/sbin/sulogin

# what to do when CTRL-ALT-DEL is pressed
ca::ctrlaltdel:/sbin/shutdown -r -t 4 now

# special keyboard request (Alt-UpArrow)
# look into the kbd-0.90 docs for this
kb::kbrequest:/bin/echo "Keyboard Request -- edit /etc/inittab to let this work."

# what to do when power fails/returns
pf::powerwait:/etc/init.d/powerfail start
pn::powerfailnow:/etc/init.d/powerfail now
#pn::powerfail:/etc/init.d/powerfail now
po::powerokwait:/etc/init.d/powerfail stop

# for ARGO UPS
sh:12345:powerfail:/sbin/shutdown -h now THE POWER IS FAILING

# getty-programs for the normal runlevels
# <id>:<runlevels>:<action>:<process>
# The "id" field MUST be the same as the last
# characters of the device (after "tty").
1:2345:respawn:/sbin/mingetty --noclear tty1
2:2345:respawn:/sbin/mingetty tty2
3:2345:respawn:/sbin/mingetty tty3
4:2345:respawn:/sbin/mingetty tty4
5:2345:respawn:/sbin/mingetty tty5
6:2345:respawn:/sbin/mingetty tty6
#
#S0:12345:respawn:/sbin/agetty -L 9600 ttyS0 vt102

#
# Note: Do not use tty7 in runlevel 3, this virtual line
# is occupied by the programm xdm.
#

# This is for the package xdmsc, after installing and
# and configuration you should remove the comment character
# from the following line:
#7:3:respawn:+/etc/init.d/rx tty7


# modem getty.
# mo:235:respawn:/usr/sbin/mgetty -s 38400 modem

# fax getty (hylafax)
mo:35:respawn:/usr/lib/fax/faxgetty /dev/modem

# vbox (voice box) getty
# I6:35:respawn:/usr/sbin/vboxgetty -d /dev/ttyI6
# I7:35:respawn:/usr/sbin/vboxgetty -d /dev/ttyI7

# mo:23:respawn:/usr/local/sbin/faxgetty /dev/ttyS1

# end of /etc/inittab
 
OP
M

Montesuma

Newbie
Habe das jetzt nochmal versucht

erst Faxsetup dann faxxaddmodem (AVM ISDN PCI)

immernoch das gleiche. Hier mal die Config files:

Config
Code:
LogFacility:		daemon
CountryCode:		49
AreaCode:		209
LongDistancePrefix:	0
InternationalPrefix:	00
DialStringRules:	"etc/dialrules"
ServerTracing:		527
SessionTracing:		527
ContCoverPage:		etc/cover.templ
MaxConcurrentJobs:	2
MaxSendPages:		2
ModemGroup:		any
SendFaxCmd:		/var/spool/fax/bin/faxsend

Config.c2fax
Code:
LogFacility:		daemon
CountryCode:		49
AreaCode:		209
LongDistancePrefix:	0
InternationalPrefix:	00
DialStringRules:	"etc/dialrules"
ServerTracing:		527
SessionTracing:		527
ContCoverPage:		etc/cover.templ
MaxConcurrentJobs:	2
MaxSendPages:		2
ModemGroup:		any
SendFaxCmd:		/var/spool/fax/bin/faxsend

config.faxCAPI
Code:
#
# EDIT THIS CONFIGURATION TO REFLECT YOUR SETUP
#

# Grundsätzliches:
# - Es gibt für jeden Wert einen Standardzustand (default), sodass jede Zeile
#   der Datei oder auch das komplette Configfile ausgelassen werden kann.
# - Es gibt ausschließlich ein Configfile, in dem alle nötigen Angaben für
#   "c2faxsend/-receive" eingetragen werden können.
# - Werden für HylaFAX mehrere virtuelle Geräte (devices) angelegt, muss es
#   für jedes Device ein Configfile im Format config.[DeviceName] geben.
#   Dessen Existenz wird von HylaFAX überprüft. Ohne dieses File kann die
#   Arbeit mit dem Device nicht aufgenommen werden. Die Existenz einer
#   solchen Datei kann am einfachsten durch einen Link auf dieses ConfigFile
#   oder ein minimales "dummy"-ConfigFile nachgewiesen werden.
#
# Basics:
# - There is a default condition for each value, such that each line of the
#   file or the complete configfile can be left out.
# - There is only one configfile in which all information required for
#   "c2faxsend/-receive" can be entered.
# - If multiple virtual devices are created for HylaFAX, there must be a
#   Configfile in the format config.[DeviceName] for each device. HylaFAX
#   checks that this file exists. Without this file, it is not possible to
#   start working with the device. The easiest way to establish the existence
#   of such a file is to create a link to this ConfigFile or a minimum
#   "dummy" ConfigFile.


# "SpoolDir" gibt den Pfad an, unter dem im HylaFAX-kompatiblen Betrieb die
# HylaFAX-Dateien zu finden sind oder unter dem im Stand-Alone-Betrieb die
# empfangenen Faxe gespeichert werden sollen. Im HylaFAX-kompatiblen Betrieb
# werden die Faxe im Verzeichnis $(SpoolDir)/recvq gespeichert.
#
# "SpoolDir" indicates the path in which the HylaFAX are located in HylaFAX-
# compatible operation or in which received faxes are to be saved in
# stand-alone operation. In HylaFAX-compatible operation, faxes are saved in
# the directory $(SpoolDir)/recvq.
#
# default   /var/spool/fax
#
SpoolDir:		/var/spool/fax


# "FaxRcvdCmd" gibt das Skript an, das ausgeführt wird, sobald ein Fax
# empfangen wurde. Im Stand-Alone-Betrieb werden andere Parameter
# übergeben als für HylaFAX (mehr dazu im sample_faxrcvd).
#
# "FaxRcvdCmd" indicates the script performed whenever a fax is
# received. Parameters other than the ones for HylaFAX are returned in
# stand-alone operation (see sample_faxrcvd for more information).
#
# default   /var/spool/hylafax/bin/faxrcvd
#
FaxRcvdCmd:		/var/spool/fax/bin/faxrcvd


# "PollRcvdCmd" gibt das Skript an, das ausgeführt wird, sobald ein
# Fax per Faxabruf empfangen wurde. Im Stand-Alone-Betrieb werden
# andereParameter übergeben als für HylaFAX (mehr dazu im
# sample_faxrcvd).
#
# "PollRcvdCmd" indicates the script performed whenever a fax was
# received by fax polling. Parameters other than the ones for HylaFAX
# are returned in stand-alone operation (see sample_faxrcvd for more
# information).
#
# default   /var/spool/hylafax/bin/pollrcvd
#
PollRcvdCmd:             /var/spool/fax/bin/pollrcvd


# "FaxReceiveUser" ist der User, als der c2faxrecv ausgeführt wird.
# Die Änderung des Users kann nur vom Superuser bzw. "root" erfolgen. Sollte
# c2faxrecv von einem anderen User gestartet werden, wird dieser Eintrag
# ignoriert. Hier einen anderen als den Hylafax-Standardwert "fax"
# einzutragen ist dann sinnvoll, wenn beispielsweise die Rechte von
# /dev/capi20 nicht geändert werden sollen oder Ihre Linux-Distribution einen
# anderen User voraussetzt.
#
# "FaxReceiveUser" is the user when c2faxrecv is run. This user can be
# changed only by the Superuser or "root" user. If c2faxrecv is started by
# another user, this entry will be ignored. Here it is a good idea to enter a
# value other than the hylafax default value "fax", for instance, if the
# rights of /dev/capi20 are not to be changed or your Linux distribution
# requires another user.
#
# default   ""
#
FaxReceiveUser:         fax


# "FaxReceiveGroup" ist die Gruppe, als die c2faxrecv ausgeführt wird.
# Hier einen anderen als den Hylafax-Standardwert "uucp" einzutragen 
# ist dann sinnvoll, wenn beispielsweise die Rechte von /dev/capi20 nicht
# geändert werden sollen oder Ihre Linux-Distribution eine Gruppe
# voraussetzt.
#
# "FaxReceiveGroup" is the group when c2faxrecv is run.
# Here it is a good idea to enter a value other than the hylafax default
# value "uucp", for instance, if the rights of /dev/capi20 are not to be
# changed or your Linux distribution requires another group.
#
# default   ""
#
FaxReceiveGroup:        dialout


# Im "LogFile" werden Informationen über den Faxablauf abgespeichert.
#
# Information about the order of events in faxing are saved in the "LogFile".
#
# default   ""
#
LogFile:                # /tmp/capifax.log


# Der Befehl "LogTraceLevel" gibt die Menge der Daten an, die in ein LogFile
# geschrieben werden. Die Spanne reicht von 0 = nichts bis 4 = vieles.
#
# The "LogTraceLevel" command indicates the amount of data written in a
# LogFile. The range goes from 0 = nothing to 4 = many.
#
# default   0
#
LogTraceLevel:          0


# "LogFileMode" sind die Angaben (mode), aufgrund derer sowohl das gerade
# erwähnte LogFile als auch die LogFiles für HylaFAX angelegt werden.
#
# "LogFileMode" is the mode, on the basis of which both the LogFile just
# mentioned and the LogFiles for HylaFAX are generated.
#
# default   0600
#
LogFileMode:            0600


# Die geschweiften Klammern geben Anfang und Ende einer Section an.
# Jede Section darf eine oder mehrere SubSections enthalten.
# SubSubSections sind nicht erlaubt.
# Dabei enthält die Section Angaben zu einem virtuellen Device;
# die Subsection die Angaben für die Rufannahme jedes Controllers.
# Es können beliebig viele Sections und, darin enthalten, jeweils beliebig
# viele Subsections erzeugt werden.
# Jede Section muss aber einen anderen HylafaxDeviceName erhalten;
# zusätzlich muss in jeder Subsection innerhalb einer Section ein anderer
# Controller aufgeführt werden. Beim Stand-Alone-Betrieb ist eine Section mit
# entsprechend vielen Subsections ausreichend, da in diesem Betriebsmodus die
# virtuellen DeviceNamen keine Rolle spielen.
#
# The curved brackets indicate the beginning and end of a section.
# Each section may contain one or more subsections.
# SubSubSections are not permitted.
# The section contains information about a virtual device; the subsection the
# call acceptance information for each controller.
# Any number of sections containing any number of subsections may be
# generated, but each section must receive a different HylafaxDeviceName; and
# a different controller must be listed in every subsection within a section.
# For stand-alone operation, it is sufficient to have just one section with
# as many subsections as required, since virtual DeviceNames do not play
# any role in this mode of operation.
#
{

    # "HylafaxDeviceName" ist der Name, unter dem sich C4H bei HylaFAX als
    # "virtuelles Modem" anmeldet. Sollen für HylaFAX mehrere dieser "Modems"
    # erzeugt werden, legen Sie einfach eine neue Section mit einem anderen
    # HylafaxDeviceName an.
    #
    # "HylafaxDeviceName" is the name, under which C4H registers in HylaFAX as
    # a "virtual modem". If multiple "modems" are to be generated for HylaFAX,
    # simply create a new section with another HylafaxDeviceName.
    #
    # default   faxCAPI
    #
    HylafaxDeviceName:          faxCAPI


    # "RecvFileMode" ist der Mode, in dem empfangene Faxe abgespeichert
    # werden. User und Group der Datei wird durch FaxReceiveUser (s.o.)
    # festgelegt.
    #
    # "RecvFileMode" is the mode, in which received faxes are saved. User and
    # Group of the file are determined by the FaxReceiveUser (see above).
    #
    # default   0600
    #
    RecvFileMode:               0600


    # "FAXNumber" ist die eigene Nummer des Computers und wird der Gegenseite
    # mitgeteilt (sichtbar z. B. im Fax-Journal).
    #
    # "FAXNumber" is the fax number of the computer itself and is transmitted
    # to the remote site (visible in the Fax Journal).
    #
    # default   ""
    #
    FAXNumber:                  +49.209.48110


    # "LocalIdentifier" ist der von CAPI aus konfigurierbare Teil der
    # Kopfzeile. Ein leerer Eintrag führt dazu, dass keine Fax-Kopfzeile
    # eingefügt wird.
    #
    # "LocalIdentifier" is the part of the fax header which can be configured
    # from CAPI. An empty entry specifies an empty header.
    #
    # default   ""
    #
    LocalIdentifier:            "AVM CAPI4HylaFAX"


    # Die maximale Anzahl von gleichzeitig empfangbaren Faxen kann
    # durch "MaxConcurrentRecvs" angepaßt werden. Diese Anzahl wird
    # durch die Anzahl der durch die Hardware zur Verfügung
    # gestellten B-Kanäle begrenzt.
    #
    # The maximum number of faxes that can be received at the same
    # time can be adjusted using "MaxConcurrentRecvs". This number
    # is limited by the number of B channels provided by the hardware.
    #
    # default   2
    #
    MaxConcurrentRecvs:         2


    # ----------- outgoing params -----------

    # "OutgoingController" gibt den Controller an, über den eine externe
    # Verbindung aufgebaut werden soll.
    #
    # "OutgoingController" indicates the controller which is to be used to
    # establish an external connection.
    #
    # default   1
    #
    OutgoingController:         1


    # Die "OutgoingMSN" ist die MSN, die für ausgehenden Faxe benutzt wird.
    #
    # The "OutgoingMSN" is the MSN used for outgoing faxes.
    #
    # default   ""
    #
    OutgoingMSN:                48110


    # CLIR (Rufnummernunterdrückung) kann über "SuppressMSN" und den Wert (0)
    # abgeschaltet oder mit dem Wert (1) erneut angeschaltet werden.
    #
    # CLIR (Calling Line Identification Restriction) can be switched off using
    # the value (0) or switched back on by entering the value (1).
    #
    # default   0
    #
    SuppressMSN:                0


    # "NumberPrefix" wird vor jede Telefonnummer gestellt. Dies ist bei
    # Nebenstellenanlagen wichtig, bei denen für den Aufbau einer externen
    # Verbindung eine Ziffer vorgewählt werden muss.
    #
    # "NumberPrefix" is set to precede each telephone number. This is
    # important for PBX systems which require that a number be dialed to
    # obtain an outside line.
    #
    # default   ""
    #
    NumberPrefix:               0


    # Wenn der Wert in "UseISDNFaxService" = 1 ist, wird ein ausgehender Ruf
    # mit der ISDN-FAX-G3 Dienstekennung aufgebaut. Bei 0 wird eine 3.1kHz
    # Audio-Verbindung hergestellt.
    #
    # When in "UseISDNFaxService" the value is = 1, an outoing call will be
    # established using the ISDN-FAX-G3 service indicator. For 0, a 3.1kHz
    # audio connection is established.
    #
    # default   0
    #
    UseISDNFaxService:          0


    # Gibt die Dauer in Sekunden an, die auf eine Verbindungsannahme durch die
    # Gegenseite gewartet wird. So wird beim Faxversand nicht automatisch die
    # gesamte von der Telekom vorgegebene Wartezeit genutzt. Eine Angabe des
    # Wertes 0 nutzt die gesamte Wartezeit.
    #
    # The duration in seconds you wait for the remote site to accept your
    # outgoing call In this way you do not have to use the entire ringing
    # duration preset by the telephone company. The default value 0 uses the
    # entire ringing duration.
    #
    # default   0
    #
    RingingDuration:            0


    # ----------- incoming params -----------
    {

        # Controller, für den diese Subsection gilt.
        #
        # Controller for which this subsection is valid.
        #
        # default   1
        #
        Controller:             1


        # Wenn "AcceptSpeech" auf 1 steht, wird auch die Dienstekennung
        # "Sprache" angenommen.
        #
        # If "AcceptSpeech" is set to 1, the service indicator "Voice" also
        # will be accepted.
        #
        # default   0
        #
        AcceptSpeech:           1


        # Sofern man DDI nutzen will, sollte man "UseDDI" auf 1 stellen.
        #
        # If DDI is to be used, "UseDDI" should be set to a value of 1.
        #
        # default   0
        #
        UseDDI:                 0


        # Die DDI-Stammnummer wird bei "DDIOffset" eingetragen.
        # Der Standardwert führt zu keinem korrekten Ergebnis und
        # sollte, sofern "UseDDI" auf 1 gestellt wurde, immer
        # verändert werden.
        #
        # "DDIOffset" indicates the DDI offset number which precedes
        # extension number. Because the default value can't guarantee
        # a correct result, this value should be modified whenever
        # "UseDDI" is set to 1.
        #
        # default   ""
        #
        DDIOffset:              "12345"


        # "DDILength" gibt die Anzahl der Durchwahlziffern an. (Diese Ziffern
        # werden lediglich als Teil der Empfängernummer mitgeteilt.) Der
        # Standardwert sollte bei Verwendung von DDI ebenfalls angepasst
        # werden.
        #
        # "DDILength" indicates the number of digits in the extension. (These
        # numbers are only used as a component of the recipient's number.) The
        # default value should be adapted whenever DDI is used.
        #
        # default   0
        #
        DDILength:              3


        # Bei "IncomingDDIs" können in einer durch Komma getrennten Liste alle
        # Durchwahlziffern (DDIs) angegeben werden, für die Rufe angenommen
        # werden sollen. Eine Bereichsangabe ist auch möglich (z.B. 100-300),
        # wobei aber keine offenen Bereiche (z.B. -100) erlaubt sind.
        # Sofern IncommingDDIs gesetzt ist, wird DDILength ignoriert.
        #
        # In "IncomingDDIs", all extension numbers (DDIs) for which calls are
        # to be accepted may be listed, separated by commas. It is also
        # possible to specify a range (e.g. 100-300); here no open ranges are
        # permitted (e.g. -100). When the "IncomingDDIs" switch is set, the
        # parameters for DDILength will be ignored.
        #
        # default   ""
        #
        IncomingDDIs:           


        # Bei "IncomingMSNs" können in einer durch Komma getrennten Liste alle
        # MSNs angegeben werden, für die Rufe angenommen werden sollen. Ist
        # die Liste leer, werden alle Rufe auf ISDN FAX G3, 3,1kHz Audio und
        # eventuell "Sprache" angenommen.
        # Wenn "UseDDI" auf 1 gestellt ist, wird "IncomingMSNs" ignoriert.
        #
        # In "IncomingMSNs", all MSNs for which calls are to be accepted may
        # be listed, separated by commas. When the list is empty, all calls
        # are accepted for ISDN FAX G3, 3,1kHz audio and perhaps "Voice".
        # When "UseDDI" is set to 1, "IncomingMSNs" is ignored.
        #
        # default   ""
        #
        IncomingMSNs:           9409828,460


        # Wenn "AcceptGlobalCall" auf 1 steht, werden auch Calls ohne
        # Zielrufnummer (ohne MSN) angenommen.
        # Notwendig hinter einigen Telefonanlagen, die keine Zielrufnummer
        # senden.
        #
        # If "AcceptGlobalCall" is set to 1, calls without Called Party
        # Number also will be accepted.
        # Needed on internal ports of some PBX.
        #
        # default   1
        #
        AcceptGlobalCall:           1
    }
}

ICh weiß nicht wo der fehler ist!
 

lin4ever

Newbie
ich hab zu erst > faxaddmodem ausgeführt > yes
dann hat er gemeckert das keine Configfile von Hylafax da ist
dann > faxsetup

!! Wichtig bei >> "Define a group of modems > "any:."

sonst kann alles bleiben wie es ist . Danach hat er Hylafax restartet
und gefragt > "...faxmodem for each configured modem " > no


dann >> faxaddmodem faxCapi > yes > daten eintragen > save & exit > dann muss Meldung" Install was succesfully .... " kommen

> telinit q

ist dieser eintrag in /var/spool/fax/etc/hosts.hfaxd drin ? ^.*@.*

> rchylafax restart

> faxstat -s ? nun ?

( vorsicht die konfigfiles von oben sind für "hylafax mit einem
externen modem :)) !!
 
OP
M

Montesuma

Newbie
Genauso habe ich es gemacht
jedoch kommt immer noch das selbe dabei raus

Code:
linux:/var/spool/fax/etc # faxstat -s
HylaFAX scheduler on linux.local: Running
linux:/var/spool/fax/etc #
 

lin4ever

Newbie
maschine schon mal neugestartet ?
kommst du ins i-net mit der isdnkarte ?
was sagt /var/log/messages beim start von der isdnkarte ?
 
OP
M

Montesuma

Newbie
also i-net habe ich über eine SDSL Leitung!
Code:
May 11 14:11:42 linux isdnlog: May 11 14:11:42 tei 127 calling ? with ?  Unexpected discriminator 0x0d -- ignored! 
May 11 14:11:44 linux isdnlog: May 11 14:11:44 tei 127 calling ? with ?  Unexpected discriminator 0x0d -- ignored! 
May 11 14:12:01 linux isdnlog: May 11 14:12:01 tei 127 calling ? with ?  Unexpected discriminator 0x0d -- ignored! 
May 11 14:12:28 linux isdnlog: May 11 14:12:28 tei 127 calling ? with ?  Unexpected discriminator 0x0d -- ignored! 
May 11 14:12:28 linux last message repeated 5 times
May 11 14:12:29 linux isdnlog: May 11 14:12:29 tei 127 calling ? with ?  Unexpected discriminator 0x0d -- ignored! 
May 11 14:12:29 linux last message repeated 5 times
May 11 14:12:32 linux isdnlog: May 11 14:12:32 tei 127 calling ? with ?  Unexpected discriminator 0x0d -- ignored!
 
OP
M

Montesuma

Newbie
Hat das was zu bedeuten?

Code:
May 11 14:18:53 linux FaxQueuer[10364]: Missing ':' separator in modem group spe

ok das lag an der config
ModemGroup: "any:.*"
 

lin4ever

Newbie
May 11 14:12:32 linux isdnlog: May 11 14:12:32 tei 127 calling ? with ? Unexpected discriminator 0x0d -- ignored!

das steht was dazu >

http://lists.suse.com/archive/suse-isdn/2002-Mar/0081.html
 

lin4ever

Newbie
hast du eine pci / oder eine isa karte ?

schon mal alle pakete wo für hylafax , capi , u. isdnkarte
gehören neu installiert ?

( davor alle configfiles von hyla löschen/ bzw sichern !)
 
OP
M

Montesuma

Newbie
Danke, die meldung habe ich jetzt schon mal weg, aber
es will immernoch nicht laufen!

Ich habe eine AVM ISDN PCI karte! Alle pakete schon mehrmals neu installiert! Ich versteh das einfach nicht!
 
OP
M

Montesuma

Newbie
Jetzt habe ich aber noch eine Frage,
Wir wollen über dieses Fax unsere Auftragsbestätigungen versenden, Das haben wir bisher über Faxscape2000 gemacht.
Wir versenden einfache Text Dokumente in Din A4 form, jedoch wenn ich diese jetzt über Hylafax versenden wird aus 1 Seite 2 Seiten. Meine vermutung ist, das der Header von Hylafax zu groß ist, kann man den kürzen? von der Höhe her?

Und wie bekomme ich ein Hintergrundbild ins Fax?
 
OP
M

Montesuma

Newbie
Habe nochmal alles neu installiert
alles was mit Fax und ISDN zu tun hatte von der Platte runter
Dann via FTP von SuSE neu installiert
Dann faxsetup ....
hier auch die richtige gruppe "any.*"
faxaddmodem ....

Dann einen neustart danach lief es dann endlich!

Was jetzt hat nur ist, er macht den Kopf zu groß von der höhe her!
 

lin4ever

Newbie
ueber die hoehe weiss ich leider nichts . hab mir da
noch keine gedanken gemacht .

hast du ein gutes howto gefunden wo man die faxe
per pdf & email weiterleiten kann ? hier im forum stehen nur
codeschnippsel die zur voelligen verwirrung sorgen ... :)-

was fuer eine version benutzt du ?
 
OP
M

Montesuma

Newbie
Das mit dem Fax an mail weiter leiten klappt bei mir auch nicht!
Aber ich weiß das das die bei einem Benhur Server funktioniert und ich werde mir mal von da die Config files holen!
 

hillel

Member
einen filter für kprinter einrichten - der kern der sache ist der befehl:

pstops -pa4 '1:0@.96(.5cm,0)' %filterinput %filteroutput 2>/dev/null

dieser filter will die seite verkleinern. und oben einen rand hinzufügen. genaues kann man sich in man pstops ansehen. pstops ist (wenn ich mich nicht irre) im packet pstools zu finden ...

(SEE ALSO
psbook(1), psselect(1), pstops(1), epsffit(1), psnup(1), psresize(1), psmerge(1),
fixscribeps(1), getafm(1), fixdlsrps(1), fixfmps(1), fixmacps(1), fixpsditps(1), fixpspps(1),
fixtpps(1), fixwfwps(1), fixwpps(1), fixwwps(1), extractres(1), includeres(1))


der filter wird hier eingebaut - bitte die übrigen benötigten dateien nach den im dir vorhandenen vorbildern erstellen ...

fax:/usr/lib/cups # cat /opt/kde3/share/apps/kdeprint/filters/psfaxhead.xml
<?xml version="1.0"?>
<kprintfilter name="psfaxhead">
<filtercommand data="pstops -pa4 '1:0@.96(.5cm,0)' %filterinput %filteroutput 2>/dev/null" />
<filterargs>
</filterargs>
<filterinput>
<filterarg name="file" format="%in" />
<filterarg name="pipe" format="" />
</filterinput>
<filteroutput>
<filterarg name="file" format="> %out" />
<filterarg name="pipe" format="" />
</filteroutput>
</kprintfilter>
fax:/usr/lib/cups #
 
Oben