[Home]

Summary:ASTERISK-24794: Spandsp FAX Driver Q?
Reporter:Svetlin Ivanov (izrodix)Labels:
Date Opened:2015-02-15 12:10:20.000-0600Date Closed:2015-02-15 15:07:08.000-0600
Priority:MajorRegression?
Status:Closed/CompleteComponents:Resources/res_fax Resources/res_fax_spandsp
Versions:1.8.32.2 Frequency of
Occurrence
Related
Issues:
Environment:Running software versions: - FreeBSD OS - asterisk18-1.8.32.2 - spandsp-0.0.6Attachments:
Description:Hello Guys,
Can you please explain me what does this error mean?

"Selected FAX technology module (Spandsp FAX Driver) does not support reserving sessions."

-----------------------------------------------------------------------------------------------
[Feb 15 17:24:13] VERBOSE[-1] pbx.c: -- Executing [s@fax-to-email:5] ReceiveFAX("SIP/trunk-VOS-00000004", "/var/spool/asterisk/fax/024341506-20150215-1724-1981602597.tiff
[Feb 15 17:24:13] VERBOSE[-1] res_fax.c: -- Channel 'SIP/trunk-VOS-00000004' receiving FAX '/var/spool/asterisk/fax/024341506-20150215-1724-1981602597.tiff'
[Feb 15 17:24:13] DEBUG[-1] res_fax.c: Selected FAX technology module (Spandsp FAX Driver) does not support reserving sessions.

[fax-to-email]
exten => s,1,Set(FAXFROM=${IF($[${LEN(${CALLERID(num)})} > 0]?${CALLERID(num)}: Unknown)})
exten => s,n,Set(FAXFILE=/var/spool/asterisk/fax/${FAXFROM}-${STRFTIME(,,%Y%m%d-%H%M)}-${RAND(1)}.tiff)
exten => s,n,ReceiveFAX(${FAXFILE})
exten => s,n,Hangup()

asterisk -vvvvrx 'module show like fax'
Module Description Use Count
res_fax.so Generic FAX Applications 1
res_fax_spandsp.so Spandsp G.711 and T.38 FAX Technologies 0
2 modules loaded

Comments:By: Michael L. Young (elguero) 2015-02-15 15:06:40.513-0600

Thanks for your comments. This does not appear to be a bug report and we are closing it. We appreciate the difficulties you are facing, but it would make more sense to raise your question in the support tracker, http://www.asterisk.org/support.