Hi all
I use
asterisk-1.4.17.tar.gz
spandsp-0.0.4pre15.tgz
tiff-3.8.2.tar.gz
cmake-2.6.0.tar.gz
agx-ast-addons-1.4.5.tar.bz2
and
t38pt_udptl=yes
t38pt_rtp=no
t38pt_tcp=no
canreinvite=yes
insecure=port,invite
Here is my setup
Fax1 machine <----> Sipura 2100 <—> Asterisk <—> PBX <—> Fax2 machine
I use Panasonic 1232 as PBX.
If fax is sent from fax1 or fax2 to Asterisk, everything is fine
But If I want to send fax from fax1 to fax2 via asterisk passthrough , it fail
what I miss? How can I send fax from fax1 to fax2 ?
Thanks
Can you show us your extensions.conf
Here my extension
Fax2 send to fax1: not success
[pstn-call]
exten => _.,1,Dial(SIP/603|30|Tt)
exten => h,1,Hangup
Fax1 send to asterisk : success
[fax]
exten => _.,1,Set(FAXFILE=/tmp/${EXTEN}.tif)
exten => _.,n,Wait(5)
exten => _.,n,rxfax(${FAXFILE})
exten => h,1,Hangup
Your wildcard setup can have some funny results when you use _.
Try using _X.
Also I am assuming that you have the correct context (pstn-call) from zapata.conf?
Sorry,
Ignore that last post
this is what you should have
[pstn-call]
exten => s,1,Dial(SIP/603|30|Tt)
exten => h,1,Hangup