On Feb 16, 2008 10:32 AM, Julio Julio <[EMAIL PROTECTED]> wrote:
>
>  Hi Max,
>
>  I made the changes of permission on the files and now I am not receiving
> the error about permission!.
>  But I still receive this error:
>
>
>  Feb 16 12:20:46 WARNING[3059391392] app_txfax.c: WARNING T.30 Cannot open
> source TIFF file '/tmp/mycallweaverbox-1203186038.6.tif'

Looks like
Set: FAXFILE='/tmp/fax_test.tif'
in your spooler file didn't get picked up.

Your posted warnings above seems to indicate you have
FAXFILE defined maybe in your extension file as:
exten => s,n,Set(FAXFILE=/tmp/${UNIQUEID}.tif)

Try to hardcode the FAXFILE :
exten => s,n,Set(FAXFILE=/tmp/fax_test.tif)

Frank
_______________________________________________
Callweaver-users mailing list
[email protected]
http://lists.callweaver.org/mailman/listinfo/callweaver-users

Reply via email to