Displaying 1 result from an estimated 1 matches for "fab734cc".
2004 Dec 11
2
help with detecting fax.
I have Spandsp working fine. Asterisk sees a fax on the zap port and redirects the call to the fax-in area.
This works if I have a simple dialing rules that goes answers first and waits 10 secs then goes to the next item. If it hears a fax it goes to the right place. Here is a sample that works.
[incoming]
exten => 2019,1,Goto(test,s,1)
[test]
exten => s,1,answer
exten => s,2,wait(5)