Hi!

Trying to set up for incoming faxes via SIP using ulaw. Have read the  
wiki. Read faxdetect application.

Faxdetect is detecting: detectfax_exec: Redirecting SIP/ 
XXXXXXXXX-4a81 to fax extension [DTMF]
but can't find fax extension: app_faxdetect.c:341 detectfax_exec: Fax  
detected, but no fax extension

Any ideas what i need to fix? Should the name of the fax extension be  
something else or should it be in another context? Do i need to move  
to later version of callweaver? Googled "detectfax_exec: Fax  
detected, but no fax extension" but no clues there (just links to the  
source code which seems to indicate 'fax' is the name of the  
extension i need to use).

Running on Mac OS X 10.4.10 with CallWeaver svn-trunk SVN-2877  
(somewhat old but works for SIP calls) with ulaw connection.

My extensions.conf snipet:

[incoming]

exten => s,1,Wait(1) ; Wait a second to get the caller ID
exten => s,n,Answer()
exten => s,n,FaxDetect(10|ring|t|||)
.
.
.

exten => fax,n,Set(CID=${CALLERID(num)})
exten => fax,n(s3),Set(FAXFILE=${UNIQUEID})
exten => fax,n,Set(FAXPATH=/usr/local/callweaver/var/spool/callweaver/ 
rxfax/)
exten => fax,n,Set(FAXPAGES=0)
exten => fax,n,RxFAX(${FAXPATH}${FAXFILE}.tif,ecm)
.
.
.

from callweaver_cli window:

     -- Executing Wait("SIP/XXXXXXXXX-4a81", "1") in new stack
     -- Executing Answer("SIP/XXXXXXXXX-4a81", "") in new stack
     -- Executing FaxDetect("SIP/XXXXXXXXX-4a81", "10|ring|t|||") in  
new stack
2007-10-09 23:56:02 NOTICE[28453]: app_faxdetect.c:333  
detectfax_exec: Redirecting SIP/XXXXXXXXX-4a81 to fax extension [DTMF]
2007-10-09 23:56:02 WARNING[28453]: app_faxdetect.c:341  
detectfax_exec: Fax detected, but no fax extension

Peace,
Dan

_______________________________________________
Callweaver-users mailing list
Callweaver-users@callweaver.org
http://lists.callweaver.org/mailman/listinfo/callweaver-users

Reply via email to