Hylafax Mailing List Archives

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]

[hylafax-users] cid problem



Hello Amigos,

I have some torubles and I hope someone can help.
At first, sorry for my bad english.

I have
   hylafax version 4.1.5
   us robotics 56k faxmodem

The problem is:
I need the received cidname und cidnumber from incoming faxes in a log file. With the command "faxstat -r" I
think I get only the cidnumber (or is this the tsi). i.e.


-rw----    1  14       +42 2682 70471   12:40 fax00989.tif
-rw----    1  14       +42 2682 70471   13:09 fax00990.tif
-rw----   14  14       +42 2742 47074   13:26 fax00992.tif
-rw----    1  14       +42 2683 80481   13:21 fax00993.tif


In the ../fax/log I don`t find any hint about the cidname


Oct 01 17:30:36.49: [27058]: SESSION BEGIN 00001278 42150035573
Oct 01 17:30:36.49: [27058]: HylaFAX (tm) Version 4.1.5
Oct 01 17:30:36.49: [27058]: <-- [4:ATA\r]
Oct 01 17:30:43.04: [27058]: --> [4:+FCO]
Oct 01 17:30:43.04: [27058]: ANSWER: FAX CONNECTION DEVICE '/dev/505'
Oct 01 17:30:43.04: [27058]: RECV FAX: begin
Oct 01 17:30:45.02: [27058]: --> [27:+FTI:" +42 2683 80481"]
Oct 01 17:30:45.02: [27058]: REMOTE TSI "+42 2683 80481"
Oct 01 17:30:45.02: [27058]: --> [20:+FCS:0,5,0,2,0,0,0,1]
Oct 01 17:30:45.02: [27058]: REMOTE wants 14400 bit/s
Oct 01 17:30:45.02: [27058]: REMOTE wants page width 1728 pixels in 215 mm
Oct 01 17:30:45.02: [27058]: REMOTE wants unlimited page length
Oct 01 17:30:45.02: [27058]: REMOTE wants 3.85 line/mm
Oct 01 17:30:45.02: [27058]: REMOTE wants 1-D MR
Oct 01 17:30:45.02: [27058]: --> [2:OK]
Oct 01 17:30:45.02: [27058]: <-- [7:AT+FDR\r]
Oct 01 17:30:50.27: [27058]: --> [7:CONNECT]
Oct 01 17:30:50.27: [27058]: RECV: begin page
Oct 01 17:30:50.27: [27058]: RECV: send trigger 022
Oct 01 17:30:50.27: [27058]: <-- data [1]
Oct 01 17:31:05.52: [27058]: RECV: 1133 total lines, 0 bad lines, 0 consecutive bad lines
Oct 01 17:31:05.52: [27058]: --> [17:+FPS:1,1142,0,0,0]
Oct 01 17:31:06.74: [27058]: --> [6:+FET:2]
Oct 01 17:31:06.74: [27058]: RECV recv EOP (no more pages or documents)
Oct 01 17:31:06.74: [27058]: --> [2:OK]
Oct 01 17:31:06.74: [27058]: RECV send MCF (message confirmation)
Oct 01 17:31:06.74: [27058]: RECV FAX (00001278): from +42 2683 80481, page 1 in 0:21, INF, 3.85 line
Oct 01 17:31:06.74: [27058]: RECV FAX (00001278): recvq/fax01005.tif from +42 2683 80481, route to <u
Oct 01 17:31:06.74: [27058]: <-- [7:AT+FDR\r]
Oct 01 17:31:09.45: [27058]: --> [7:+FHS:00]
Oct 01 17:31:09.45: [27058]: REMOTE HANGUP: Normal and proper end of connection (code 0)
Oct 01 17:31:09.45: [27058]: RECV FAX: bin/faxrcvd "recvq/fax01005.tif" "505" "00001278" "
Oct 01 17:31:10.15: [27058]: RECV FAX: end
Oct 01 17:31:10.15: [27058]: SESSION END



this is my config.505


# 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: 42
AreaCode: 1
FAXNumber: 50035573
LongDistancePrefix: 0
InternationalPrefix: 00
DialStringRules: etc/dialrules
ServerTracing: 1
SessionTracing: 11
RecvFileMode: 0600
LogFileMode: 0600
DeviceMode: 0600
RingsBeforeAnswer: 4
CIDNumber: "CIDNUMBER = "
CIDName: "CIDNAME = "
#QualifyCID: etc/cid
#RingFax: RING1
SpeakerVolume: off
GettyArgs: "-h %l dx_%s"
LocalIdentifier: "Test"
TagLineFont: etc/lutRS18.pcf
TagLineFormat: "From %%s %%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: 38400 # 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#CID=1 # enable extended result codes
#ModemAnswerCMD: ATA
#
# 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



I hope you can help me.



thank you Ramiress

_________________________________________________________________
MSN Groups & Chat - Freunde finden - leicht gemacht http://groups.msn.com/people/



____________________ 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@xxxxxxxxxxx < /dev/null *To learn about commercial HylaFAX(tm) support, mail sales@xxxxxxxxxxxx*



Home
Report any problems to webmaster@hylafax.org

HylaFAX is a trademark of Silicon Graphics Corporation.
Internet connectivity for hylafax.org is provided by:
VirtuALL Private Host Services