[Asterisk-Users] Re: SpanDSP/RxFax help...
Stefan Tichy
asterisk at pi4tel.de
Sun Aug 22 10:17:53 MST 2004
On Thu, Aug 19, 2004 at 11:25:17AM -0500, Rob Fugina wrote:
> I'm using the latest Asterisk from CVS, SpanDSP 0.0.1k, and the
> latest
> app_rxfax.c (as mirrored by friendly list members recently), and
> libtiff
> 3.5.7. Asterisk is detecting the fax signal properly, and
> executing
> the fax extension in the dialplan.
I am using the same software versions, but don't have Zap channels.
> The fax part of the dialplan is pretty simple. The incoming call
> is
> already answered by this point:
>
> exten => fax,1,RxFax(/tmp/fax.tif)
> exten => fax,2,Hangup
This should be enough.
> I do get files in /tmp called fax-[tr]x-audio-*, but no tif...
> The console output follows. I don't really know what any of it
> means...
> Can anyone give me a hand getting this working?
Files like /tmp/fax-[tr]x-audio-* are just audio logs for debug.
LOG_FAX_AUDIO in ./src/t30.c is the trigger for this debugging.
It is not related to your problem, but files used as argument to
txfax() are left open.
This is not the answer to your problem, I know. But maybe theese
remarks are usefull anyway.
--
Stefan Tichy <asterisk at pi4tel.de>
More information about the asterisk-users
mailing list