hello,
On a fresh news installed trixbox, i try to set it up to receive faxes...
Here is what i've done...
- My trunk is set on Keyyo, a french provider...
- My trunk accept alaw.
- i created an inbound route to my DID with
Fax Extension : System
Fax email : my mail
fax Detection Type : NVFax
Pause after answer : up to 10 secondes
Set destination : Terminate Call.
Here is the geereted extentions_additional.conf file :
exten => 332XXXXXX,1,Set(__FROM_DID=${EXTEN})
exten => 332XXXXXX,n,Gosub(app-blacklist-check,s,1)
exten => 332XXXXXX,n,ExecIf($[ "${CALLERID(name)}" = "" ] ?Set(CALLERID(name)=${CALLERID(num)}))
exten => 332XXXXXX,n,Set(FAX_RX=system)
exten => 332XXXXXX,n,Set(FAX_RX_EMAIL=moi@monmail.fr)
exten => 332XXXXXX,n,Answer
exten => 332XXXXXX,n,Playtones(ring)
exten => 332XXXXXX,n,NVFaxDetect(8|t)
exten => 332XXXXXX,n,Set(__CALLINGPRES_SV=${CALLERPRES()})
exten => 332XXXXXX,n,Set(CALLERPRES()=allowed_not_screened)
exten => 332XXXXXX,n,Goto(app-blackhole,hangup,1)
Fax a incoming fax arrives log says :
[Jul 12 15:52:19] WARNING[20464] pbx.c: No application 'rxfax' for extension (macro-faxreceive, s, 3)
Browsing forums, i 've seen that i have to replace 'rxfax' by 'ReceiFax' in extentions.conf files ( [macro-faxreceive] lines...) so, i did it....
i replaced
exten => s,3,rxfax(${FAXFILE})
by
exten => s,3,ReceiveFax(${FAXFILE})
After reload, a test gave me this log : The fax hang up after a few seconds....
Jul 12 17:04:42] NOTICE[21665] channel.c: Dropping incompatible voice frame on SIP/Keyyo-ill-mob-out-00001859 of format slin since our native format has changed to 0x8 (alaw)
[Jul 12 17:04:47] WARNING[2821] chan_sip.c: Unsupported SDP media type in offer: image 56536 udptl t38
[Jul 12 17:04:47] WARNING[21665] app_fax.c: Error transmitting fax. result=49: The call dropped prematurely.
[Jul 12 17:04:47] WARNING[21665] app_fax.c: Transmission error
Re-Browsing forums, i 've seen that i have to put 'udplt38=yes' in globals_custom.conf, i did it.... without result... nothing change...
I've deleted all the modification in my config files and search a lot : is there anyone who can give me a solution to receive FAX?
Thanks
Member Since:
2011-04-20