Displaying 3 results from an estimated 3 matches for "recebefax".
2010 Feb 05
6
Still on spandsp/app_fax and T.38
This message is pointed directly to Steve Underwood. I tought it would not be nice to directly email him with a question that interests a good part of the Asterisk community, so here it is. :)
Steve, remember a few days ago when we discussed about issues on Asterisk 1.6.1.13 and T.38 fax reception? Well I opened an issue on Mantis (https://issues.asterisk.org/view.php?id=16756) and turns out it
2010 Jul 05
0
Reinvite to alaw after T.38 reception
...nd extensions.conf portions:
[voxip]
username=5421047000
nat=yes
type=peer
secret=supersecret
port=5060
canreinvite=no
insecure=port,invite
host=10.150.65.16
fromuser=5421047000
fromdomain=10.153.66.146
dtmfmode=rfc2833
context=entrada-e1
disallow=all
allow=alaw
qualify=no
t38pt_udptl=yes
[macro-recebefax]
exten => s,1,Set(DB(fax/count)=$[${DB(fax/count)} + 1])
exten => s,n,Set(FAXCOUNT=${DB(fax/count)})
exten => s,n,Set(FAXFILE=fax-${DB(fax/count)}-rx)
exten => s,n,Set(LOCALSTATIONID=5421047008)
exten => s,n,ReceiveFAX(/var/spool/asterisk/fax/${FAXFILE}.tif)
Vin?cius Fontes
Geren...
2010 Feb 02
4
Asterisk 1.6.1.13 and T.38 faxing
Hello everyone.
I'm struggling to get T.38 faxing to work in Asterisk 1.6.1.13 with a SIP DID provider here in Brazil (GVT - Vox IP service). Here's my scenario:
When faxes arrive by a specific DID, they are routed thru this simple macro:
[macro-recebefax]
exten => s,1,Set(DB(fax/count)=$[${DB(fax/count)} + 1])
exten => s,n,Set(FAXCOUNT=${DB(fax/count)})
exten => s,n,Set(FAXFILE=fax-${DB(fax/count)}-rx)
exten => s,n,Answer()
exten => s,n,Wait(3)
exten => s,n,ReceiveFAX(/var/spool/asterisk/fax/${FAXFILE}.tif)
exten => s,n,NoOp(F...