Displaying 2 results from an estimated 2 matches for "processfax".
2011 Jan 24
6
ReceiveFAX issue.
...m retries.
How would I go about debugging this? Below is my very simple dialplan code
I am using, and the fax show version gives the following as well.
FAX For Asterisk Components:
Applications: SVN-branch-1.8-r297535M
Spandsp FAX Driver: 20110122 075024
[fax_inbound]
exten => ProcessFax,1,Answer()
exten => ProcessFax,n,Wait(2)
exten =>
ProcessFax,n,Set(TIFF=/var/spool/fax_in/fax_${STRFTIME(,,%Y%m%d-%H%M)}_${RAN
D(1)}.tiff)
exten => ProcessFax,n,ReceiveFAX(${TIFF},d)
exten => ProcessFax,n,NoOp(Error = ${FAXOPT(error)})
exten => ProcessFax,n,NoOp(Status = ${FAXOPT(st...
2006 Apr 04
2
queueue recording and what to do next
Guys, if you define recording on queues.conf and also define a
monitor_filename var on your dialplna, you can record a queue call but,
isthere a way to do something with the file after the call ends? I need to
move the file to some other place but I cant find where to define a command
to run after a queue call finishes.
Any hints?