No Fax tone when calling 666

dudu_georgescu
Posts: 44
Member Since:
2010-01-30

In a way, same behaviour as for the other guy bellow. I am dialing 666, and the call fails right away. The difference is that I am using trixbox 2.8.0.3. The log file from asteriks is this:

== Using SIP RTP TOS bits 184
== Using SIP RTP CoS mark 5
== Using SIP VRTP TOS bits 136
== Using SIP VRTP CoS mark 6
-- Executing [666@from-internal:1] Goto("SIP/300-0894f330", "ext-fax,in_fax,1") in new stack
-- Goto (ext-fax,in_fax,1)
-- Executing [in_fax@ext-fax:1] StopPlayTones("SIP/300-0894f330", "") in new stack
-- Executing [in_fax@ext-fax:2] GotoIf("SIP/300-0894f330", "1?3:analog_fax,1") in new stack
-- Goto (ext-fax,in_fax,3)
-- Executing [in_fax@ext-fax:3] Macro("SIP/300-0894f330", "faxreceive") in new stack
-- Executing [s@macro-faxreceive:1] Set("SIP/300-0894f330", "FAXFILE=/var/spool/asterisk/fax/1273628724.3.tif") in new stack
-- Executing [s@macro-faxreceive:2] Set("SIP/300-0894f330", "EMAILADDR=bibi@hotmail.com") in new stack
== Spawn extension (macro-faxreceive, s, 3) exited non-zero on 'SIP/300-0894f330' in macro 'faxreceive'
== Spawn extension (ext-fax, in_fax, 3) exited non-zero on 'SIP/300-0894f330'
-- Executing [h@ext-fax:1] System("SIP/300-0894f330", "/var/lib/asterisk/bin/fax-process.pl --to bibi@hotmail.com --from freepbx@gmail.com --dest "" --subject "Fax from 300 device" --attachment fax_300.pdf --type application/pdf --file /var/spool/asterisk/fax/1273628724.3.tif") in new stack
-- Executing [h@ext-fax:2] Hangup("SIP/300-0894f330", "") in new stack
== Spawn extension (ext-fax, h, 2) exited non-zero on 'SIP/300-0894f330'

Of particular interest is this line:

== Spawn extension (macro-faxreceive, s, 3) exited non-zero on 'SIP/300-0894f330' in macro 'faxreceive'

which basicaly indicates that this line fails:

exten => s,3,rxfax(${FAXFILE})

Do I need to enable anything, install anything (like hylafax) to have this working? Shouldn't this be working right off the bat?

Thx



dudu_georgescu
Posts: 44
Member Since:
2010-01-30
Solved

Umm, actually that is a bug according to this thread:

http://trixbox.org/node/41254

Need to replace :

exten => s,3,rxfax(${FAXFILE})

with :

exten => s,3,ReceiveFAX(${FAXFILE})



Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.