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!
_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to