Hi!

Stefan Eggert schrieb:
Ulrich Klenk schrieb:
  
Hi!

Stefan Eggert schrieb:

    
Hi People!

I Have some problems to install my ISDN Fax Server, SuSE 8.2
I want to receive some fax, but my logs says only

ignored
Jan 19 01:43:57 mz-backup01 kernel: isdn_tty: call from 12345 -> 1234
ignored



But why?


      
It's a known problem with the Capi-Drivers.

You have to set AcceptSpeech to 1 (default 0) in
/var/spool/fax/etc/config.faxCAPI
    


Hi Uli,

i cant find this file.
Only /var/spool/fax/etc/config exist, but there is no entry like yours.
If i add this entry and try to restart rcisdn, i have the same error.

Is the problem resolved with suse 9.0??
  
I'm using SuSE 7.3 (never touch a running system :-)) Don't know whats about 9.0...

my config.faxCAPI
SpoolDir:		/var/spool/fax
FaxRcvdCmd:		/var/spool/fax/bin/faxrcvd
PollRcvdCmd:             /var/spool/fax/bin/pollrcvd
FaxReceiveUser:         uucp
LogFile:                /var/log/capifax.log
LogTraceLevel:          2
LogFileMode:            0600
{
    HylafaxDeviceName:          faxCAPI
    RecvFileMode:               0600
    FAXNumber:                  +49.111.1111111
    LocalIdentifier:            "Mein Fax"
    MaxConcurrentRecvs:         2
    OutgoingController:         1
    OutgoingMSN:                1234567
    SuppressMSN:                0
    NumberPrefix:               
    UseISDNFaxService:          0
    RingingDuration:            0
    {
        Controller:             1
        AcceptSpeech:           1
        UseDDI:                 0
        DDIOffset:              
        DDILength:              0
        IncomingDDIs:           
        IncomingMSNs:           1111111,22222222,3333333
        AcceptGlobalCall:   1
    }
}

Maybe you can use some parts....