[Asterisk-Users] Fax and Asterisk
Angel Diaz
angelrdiaz0 at yahoo.com
Wed Sep 15 15:10:21 MST 2004
Hi all,
I have problems with rxfax application. It seems to be ok but I don't receive the fax in my directory.
My extension.conf is as follow:
[macro-fax]
exten => s,1,SetVar(FAXFILE=/var/spool/asterisk/incoming/${UNIQUEID}.tif)
exten => s,2,rxfax(${FAXFILE})
[fax]
exten => 100,1,macro(fax)
[reception]
exten =>s,1,Answer()
exten =>s,2,Background(00)
exten =>fax,1,Goto(fax,100,1)
And my log is :
-- Executing Answer("Zap/1-1", "") in new stack
-- Executing BackGround("Zap/1-1", "00") in new stack
-- Playing '00' (language 'es')
-- Redirecting Zap/1-1 to fax extension
== Spawn extension (reception, fax, 0) exited non-zero on 'Zap/1-1'
-- Executing Goto("Zap/1-1", "fax1|100|1") in new stack
-- Goto (fax1,100,1)
-- Executing Macro("Zap/1-1", "fax") in new stack
-- Executing SetVar("Zap/1-1", "FAXFILE=/var/spool/asterisk/incoming/1095285200.16.tif") in new stack
-- Executing RxFAX("Zap/1-1", "/var/spool/asterisk/incoming/1095285200.16.tif") in new stack
and after that, it stay there without time out. Any suggestion ?
Thanks,
Angel.
---------------------------------
Do you Yahoo!?
vote.yahoo.com - Register online to vote today!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040915/8ca522b0/attachment.htm
More information about the asterisk-users
mailing list