There seems to be a problem with the receiving of faxes send from
international numbers (Like from Mexico to the US). There is part of
the
session logfile:
Jun 10 10:01:21.51: [ 1643]: --> [15:NDID=5105800931]
Jun 10 10:01:21.51: [ 1643]: --> [11:NMBR=<NONE>]
Jun 10 10:02:08.84: [ 1643]: RECV FAX: bin/faxrcvd
"recvq/fax00077.tif"
"dg_0_00" "00001276" "" "" ""
As you can see in the first line NDID is set, but NMBR is empty. I
assume because NMBR is empty, the NDID isnt' given to faxrcvd. I see
this as a bug. What I would expect the last line to be, is:
Jun 10 10:02:08.84: [ 1643]: RECV FAX: bin/faxrcvd
"recvq/fax00077.tif"
"dg_0_00" "00001276" "" "" "5105800931"
Anyone agree with me ?