Hi! Have probably not understand how fax is working in Asterisk 1.6. I did install: ptlib-v1_12_0 h323plus-v1_19_7 dahdi-linux-complete-2.2.0.2+2.2.0 spandsp-0.0.5 asterisk-1.6.2 asterisk-addons-1.6.2 make menuselect in asterisk-1.6.2 source directory shows: [*] app_fax But "core show applications" doesnt show me any "fax applications" and when I try to receive a fax: exten => 960,1,Answer() exten => 960,2,Wait(3) exten => 960,3,ReceiveFAX(/var/spool/asterisk/tmp/fax.tiff) [Nov 30 09:29:18] WARNING[19893]: pbx.c:3677 pbx_extension_helper: No application 'ReceiveFAX' for extension (inputinterior.se, 960, 3) Can any "guru" guide me what I am doing wrong? Best regards, MAGNUS BENNGRD Direktnr 031-799 89 75 F?ltspatsgatan 2 421 30 V?stra Fr?lunda Tel. 031-799 89 00 Fax 031-799 89 01 www.inputinterior.se [1] Links: ------ [1] http://www.inputinterior.se -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091130/dfd61dd0/attachment.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: 7 Type: image/png Size: 6742 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20091130/dfd61dd0/attachment.png
Magnus Benngård
2009-Nov-30 11:00 UTC
[asterisk-users] No application 'ReceiveFAX' - Solved
Did a recompile of everything, and then it started to work. Must have missed somthing when I did the first compile, or I did something in wrong order. DId a test with a fax machine attached to a POTS interface on an Avaya CM, H.323 trunk to Asterisk. Manage to send from the fax machine to the Asterisk server. Need to work on the T.38 and H.323 in the Asterisk, had to disable T.38 in the Avaya CM to be able to get the fax through. Can keep u posted if u are intrested in how it goes. On Mon, 30 Nov 2009 09:32:14 +0100, Magnus Benng?rd wrote: Hi! Have probably not understand how fax is working in Asterisk 1.6. I did install: ptlib-v1_12_0 h323plus-v1_19_7 dahdi-linux-complete-2.2.0.2+2.2.0 spandsp-0.0.5 asterisk-1.6.2 asterisk-addons-1.6.2 make menuselect in asterisk-1.6.2 source directory shows: [*] app_fax But "core show applications" doesnt show me any "fax applications" and when I try to receive a fax: exten => 960,1,Answer() exten => 960,2,Wait(3) exten => 960,3,ReceiveFAX(/var/spool/asterisk/tmp/fax.tiff) [Nov 30 09:29:18] WARNING[19893]: pbx.c:3677 pbx_extension_helper: No application 'ReceiveFAX' for extension (inputinterior.se, 960, 3) Can any "guru" guide me what I am doing wrong? Best regards, MAGNUS BENNGRD Direktnr 031-799 89 75 F?ltspatsgatan 2 421 30 V?stra Fr?lunda Tel. 031-799 89 00 Fax 031-799 89 01 www.inputinterior.se [1] Links: ------ [1] http://www.inputinterior.se -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091130/3319c38d/attachment.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: 7 Type: image/png Size: 6742 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20091130/3319c38d/attachment.png
Run a module load app_fax.so on asterisk console and see what happens. Regards 2009/11/30 Magnus Benng?rd <magnus.b at inputinterior.se>> Hi! > > Have probably not understand how fax is working in Asterisk 1.6. > > I did install: > > ptlib-v1_12_0 > h323plus-v1_19_7 > dahdi-linux-complete-2.2.0.2+2.2.0 > spandsp-0.0.5 > asterisk-1.6.2 > asterisk-addons-1.6.2 > > make menuselect in asterisk-1.6.2 source directory shows: [*] app_fax > > But "core show applications" doesnt show me any "fax applications" and when > I try to receive a fax: > > exten => 960,1,Answer() > exten => 960,2,Wait(3) > exten => 960,3,ReceiveFAX(/var/spool/asterisk/tmp/fax.tiff) > > [Nov 30 09:29:18] WARNING[19893]: pbx.c:3677 pbx_extension_helper: No > application 'ReceiveFAX' for extension (inputinterior.se, 960, 3) > > Can any "guru" guide me what I am doing wrong? > > Best regards, > *Magnus Benng?rd* > > Direktnr 031-799 89 75 > [image: mailfot] > > F?ltspatsgatan 2 > 421 30 V?stra Fr?lunda > > Tel. 031-799 89 00 > Fax 031-799 89 01 > > www.inputinterior.se > > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- Eduardo Vieira -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091130/c8dedac9/attachment.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/png Size: 6742 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20091130/c8dedac9/attachment.png