Hello All, I can't seem to get callweaver to pass T.38 faxes reliably. I enable
all the debug levels and can see both rtp and udptl packets passing but rarely
does a fax make it through. I'm just looking to get outbound faxing using T.38
working reliably. I have log files with full debug, but they are too large. I
will attach or pastebin them if you need them.
Here are the configs
Sip.cfg
[121]
type=friend
username=121
secret=password
callerid=Fax <55555551212>
context=local
host=dynamic
disallow=all
allow=ulaw
allow=alaw
nat=yes
canreinvite=no
;dtmfmode=rfc2833
dtmfmode=inband
qualify=yes
t38pt_udptl=yes
Extensions.conf
[outbound]
include => local
include => default
exten => _1NXXNXXXXXX,1,Dial(SIP/+${ext...@t38,100) ; US & Canada
exten => _NXXXXXX,1,Dial(SIP/+1555${ext...@t38) ; Local Calls
;exten => _NXXXXXX,1,T38Gateway(SIP/+1716${ext...@t38) ; Local Calls
;w/T38Gateway command
exten => _9NXXNXXXXXX,1,T38Gateway(Sip/sipgateway/${EXTEN:1},360)
exten => _9NXXNXXXXXX,2,Hangup()exten =>
_9NXXXXXX,1,T38Gateway(Sip/t38/1555${EXTEN:1},360)
exten => _9NXXXXXX,2,Hangup()
[faxin]
exten => s,1,Set(LOCALSTATIONID= FAX)
exten => s,n,Set(LOCALHEADERINFO= Fax Termination)
exten => s,n,Set(FAXFILE=/tmp/${UNIQUEID}.tif)
exten => s,n,Set(FAXFILENOEXT=/tmp/${UNIQUEID})
exten => s,n,Set(SIP_CODEC=alaw)
exten => s,n,SipDTMFMode(inband)
;exten => s,n,SipT38SwitchOver()
exten => s,n,RxFAX(${FAXFILE})
exten => s,n,Hangup()
exten => h,1,NoOp(RxFAX completed)
exten => h,n,NoOp(RX: REMOTESTATIONID is ${REMOTESTATIONID})
exten => h,n,NoOp(RX: FAXPAGES is ${FAXPAGES})
exten => h,n,NoOp(RX: FAXRESOLUTION is ${FAXRESOLUTION})
exten => h,n,NoOp(RX: FAXBITRATE is ${FAXBITRATE})
exten => h,n,NoOp(RX: PHASEESTATUS is ${PHASEESTATUS})
exten => h,n,NoOp(RX: PHASESTRING is ${PHASEESTRING})
exten => h,n,System(/usr/bin/tiff2pdf -p letter ${FAXFILE} -o
${FAXFILENOEXT}.pdf |/usr/bin/mutt -s "New Fax" -a ${FAXFILENOEXT}.pdf
[email protected] < /home/mail.txt)
exten => h,n,System(/bin/rm -f ${FAXFILENOEXT}.pdf && /bin/rm -f ${FAXFILE})
.
.
.
.
.
.
.
.
*** Message Virus Free. Email scanned by I-FILTER ***
Corporate Anti-Spam and Anti-Virus email service by www.I-EVOLVE.com
_______________________________________________
Callweaver-users mailing list
[email protected]
http://lists.callweaver.org/mailman/listinfo/callweaver-users