[asterisk-dev] [Asterisk] Applications/app_fax asterisk, t.30-t.38 gateway

Pavel Selivanov biohumanoid.lists at gmail.com
Wed Apr 13 13:18:36 CDT 2011


Hello,

Can anybody point the working patch/configuration for t.38-t.30 gateway ?
https://issues.asterisk.org/view.php?id=13405
I've tested asterisk-1.8.3_2_fax.patch 
<https://issues.asterisk.org/file_download.php?file_id=28874&type=bug> & 
asterisk-1.8.4_fax.patch 
<https://issues.asterisk.org/file_download.php?file_id=28947&type=bug>:
t.38-t.38 - OK
t.30-t.30 - OK
t.38 & t.30 termination/origination - OK
t.38-t.30 gateway - don't work

gateway test: t.38(SendFax) - T.38-T.30
on t.38(SendFax) side, I've got
[Apr  4 00:27:05] WARNING[4945]: res_fax.c:2025 sendfax_t38_init: Audio 
FAX not allowed on channel 'SIP/topavel-00000001' and T.38 negotiation 
failed; aborting.
[Apr  4 00:27:05] ERROR[4945]: res_fax.c:2254 sendfax_exec: error 
initializing channel 'SIP/topavel-00000001' in T.38 mode
If I enable alaw and enable "fall to audio mode in Dial" - all is fine.


-- sip.conf
[general]
canreinvite=no
;==fax
t38pt_udptl = yes,fec,maxdatagram=400
t38pt_usertpsource=yes
faxdetect = yes

[pavel]
type=friend
host=dynamic                   ; This device needs to register
disallow=all
allow=speex
secret=1
context=from_local

--- udptl.conf
[general]
udptlstart=4000
udptlend=4999
udptlfecentries = 3
udptlfecspan = 3
use_even_ports = no

T38FaxUdpEC = t38UDPRedundancy
T38FaxMaxDatagram = 400

--- res_fax.conf
[general]
maxrate=14400
minrate=2400
statusevents=yes
modems=v17,v27,v29
ecm=yes
t38gateway=yes

--- extensions.conf
exten => s,1, Dial(SIP/topavel/972)
exten => 972,1, Dial(DAHDI/1/333)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-dev/attachments/20110414/8ed89464/attachment.htm>


More information about the asterisk-dev mailing list