I have a production system where we have a couple inbound fax lines that perform fax-to-email conversion. Yesterday, inbound faxes from one of the two lines stopped working. Both inbound lines are set to detect fax, and go to the same fax recipient which converts the fax to pdf and delivers to an external email (gmail account shared by a team).
The only change that occurred was the system time sprang forward 1 hour (my guess is daylight savings mis-configured).
Running FreePBX 2.11.0
Asterisk 1.8.22.0
Registered FAX Technology Modules:
Type : Spandsp
Description : Spandsp FAX Driver
Capabilities : SEND RECEIVE T.38 G.711
1 registered modules
FAX For Asterisk Settings:
ECM: Enabled
Status Events: Off
Minimum Bit Rate: 9600
Maximum Bit Rate: 9600
Modem Modulations Allowed: V17,V27,V29
FAX For Asterisk Components:
Applications: 1.8.22.0
Spandsp FAX Driver: 20090502 044449
I’ve done some looking at the log files and running DEBUG on fax. Output is at http://pastebin.com/gjFbWggj for anyone interested.
The most interesting item I see is:
[2014-06-02 15:34:01] NOTICE[28903]: chan_sip.c:7921 sip_read: FAX CNG detected but no fax extension
That message has since gone away, but no change in behavior.
FAX Statistics:
Current Sessions : 0
Reserved Sessions : 0
Transmit Attempts : 0
Receive Attempts : 116
Completed FAXes : 0
Failed FAXes : 116
Spandsp G.711
Success : 0
Switched to T.38 : 0
Call Dropped : 3
No FAX : 0
Negotiation Failed : 0
Train Failure : 0
Retries Exceeded : 0
Protocol Error : 0
TX Protocol Error : 0
RX Protocol Error : 0
File Error : 0
Memory Error : 0
Unknown Error : 0
Spandsp T.38
Success : 0
Call Dropped : 2
No FAX : 0
Negotiation Failed : 0
Train Failure : 0
Retries Exceeded : 111
Protocol Error : 0
TX Protocol Error : 0
RX Protocol Error : 0
File Error : 0
Memory Error : 0
Unknown Error : 0
I believe I have some sort of an authentication issue, but I have not tracked down where. I apologize if this rambles. I’m relatively new to all this and I did not build this system; I just get to support it.