[Asterisk-Users] fax detection and X100P
Mamadou Lamine KA
lamineka at chaka.sn
Mon Jul 5 09:27:25 MST 2004
Hi everybody
I am having problem detecting fax with my X100P.
I have RedHat 8 as OS and an X100P and a TDM400P. The X100P being
plugged into PSTN.
I have successfully installed tiff-v3.5.7 and spandsp-0.0.1 and also
patched Asterisk wthout problem.
Here is my zapata.conf file
context=cda
signalling=fxs_ks
echocancel=yes
echocancelwhenbridged=yes
relaxdtmf=yes
rxgain=1.5
txgain=1.5
immediate=no
busydetect=no
callprogress=no
musiconhold=default
usecallerid=yes
callerid=asreceived
faxdetect=both
channel => 1
;
;TDM400P
;
context=cda
signalling=fxo_ks
callwaiting=yes
callwaitingcallerid=yes
echocancel=yes
echocancelwhenbridged=yes
threewaycalling=yes
transfer=yes
callerid="MSY" <103>
mailbox=103
channel => 2
and here is my extension.conf file
[cda]
exten =>s,1,Answer
;Operators
exten => 110,1,SetLanguage(fr)
exten => 110,2,AgentLogin
exten => 15,1,SetLanguage(fr)
exten => 15,2,VoicemailMain
;Clients campagne natural mystic
exten => 12345,1,SetLanguage(fr)
exten => 12345,2,Answer
exten => 12345,3,Queue(110)
; Pour recevoir les faxes
exten =>fax,1,RxFax(/var/spool/asterisk/incoming/lamine.tif)
; Pour envoyer le fax
exten =>8236331,1,TxFax(/var/spool/asterisk/incoming/lamine.tif)
But when I launch Asterisk i get the following message:
[chan_zap.so] => (Zapata Telephony w/PRI)
== Parsing '/etc/asterisk/zapata.conf': Found
Jul 5 16:22:13 WARNING[16384]: chan_zap.c:7890 setup_zap: Ignoring
faxdetect
and there is a timeout when i try to receive fax.
I have checked in dsp.c and the line #define FAX_DETECT is not commented
Has someone ever encountered this problem?
Any help would be greatly appreciated
Lamine
More information about the asterisk-users
mailing list