[Asterisk-Users] NVFaxDetect
Jason Lixfeld
jason+lists.asterisk at lixfeld.ca
Sun Jun 25 17:19:46 MST 2006
I've been able to use RxFax directly to receive faxes over iax from
my DID/PSTN provider but I can't seem to get NVDetectFax to work. I
set the timeout to something ridiculously long, like 10 seconds, send
a fax with my laptop fax modem, but it never gets punted to the fax
extension, instead it always just goes to the next sequence:
-- Accepting AUTHENTICATED call from 10.10.10.10:
> requested format = slin,
> requested prefs = (),
> actual format = ulaw,
> host prefs = (),
> priority = mine
-- Executing Answer("IAX2/10.10.10.10-3", "") in new stack
-- Executing NVFaxDetect("IAX2/10.10.10.10-3", "10") in new stack
-- Executing Goto("IAX2/10.10.10.10-3", "extensions|2000|1") in
new stack
exten => _4169671111,1,Answer()
exten => _4169671111,2,NVFaxDetect(10)
exten => _4169671111,3,GoTo(extensions,2000,1)
exten => fax,1,RxFax(/tmp/test.tiff)
Am I missing something?
More information about the asterisk-users
mailing list