Hi all the people in the list!<br><br>I&#39;m new on this list, this is my first post.<br>I configured asterisk 1.6 with freepbx 2.7 and dahdi to send faxes with t38modem conected to hylafax as a sip extension of asterisk.<br>
Everything is supposed to be configured fine, the faxes start sending, but at the middle of the transaction, it fails. The T.38 termination provider told me that they were receiving a=T38MaxBitRate:2400 on their asterisk, and told me that this issue could be the problem.<br>
I&#39;ve checked all the configuration and can&#39;t see any kind of configuration for the bitrate of the t38modem.<br>I don&#39;t know if this is an Asterisk issue or a t38modem issue.<br>My configurations are:<br><br>/etc/asterisk/udptl.conf:<br>
<br>[general]<br> udptlstart=4000<br> udptlend=4999<br> udptlchecksums=no<br> T38FaxUdpEC = t38UDPRedundancy<br> T38FaxMaxDatagram = 400<br> udptlfecentries = 3<br> udptlfecspan = 3<br>use_even_ports=no<br><br>/etc/asterisk/sip_custom.conf:<br>
[t38modem-options](!)<br>type = friend<br>host = 127.0.0.1<br>context = fax-out<br>canreinvite = no<br>disallow = all<br>allow = ulaw<br>t38pt_udptl = yes<br>t38pt_rtp=no<br>t38pt_tcp=no<br>dtmfmode = rfc2833<br>nat = no<br>
qualify = yes<br><br><br>[T38modem0](t38modem-options)<br>port = 6060<br><br>[T38modem1](t38modem-options)<br>port = 6061<br><br>[T38modem2](t38modem-options)<br>port = 6062<br><br>[T38modem3](t38modem-options)<br>port = 6063<br>
<br>[T38modem4](t38modem-options)<br>port = 6064<br><br>/etc/asterisk/extensions_custom.conf:<br>[fax-out]<br>exten =&gt; _XXXXXXXXXXX,1,Dial(SIP/991321604${EXTEN}@t38faxing,,R)<br>exten =&gt; _X.,n,Hangup()<br><br>/etc/asterisk/sip_additional.conf:<br>
[t38faxing]<br>disallow=all<br>allow=ulaw<br>canreinvite=yes<br>host=xx.xx.xx.xx<br>outboundproxy=xx.xx.xx.xx<br>fromdomain=<a href="http://9913216.paygvoip.com">9913216.paygvoip.com</a><br>insecure=port,invite<br>type=peer<br>
dtmfmode=rfc2833<br>username=userid<br>password=mypassword<br>fromuser=userid<br>nat=yes<br>context=from-trunk-sip-t38faxing<br><br><br>I&#39;m getting crazy with this, I don&#39;t know where the problem could be. Any kind of help would be appreciated.<br>
Thanks a lot for your time and Implication on this list.<br><br>Regards,<br>Miguel Amez<br><br><br><br>