adiaz0@gmail.com
2005-Sep-23 12:15 UTC
[Asterisk-Users] Can't receive Faxes with Asterisk (help)
Hi, I have an Asterisk CVS-HEAD-08/29/05-13:21:43 built on a Redhat 9. I have problems to receive faxes with spandsp-0.0.2pre11 and libtiff-3.5.7-11. I'm trying with a fax machine Panasonic KX-FT25, 14.4Kbps modem speed. I have tested sending a Fax document from Asterisk to the fax machine, it is working fine, but when I try to receive with asterisk, I receive transmission error on the fax machine side. my extensions.conf exten =>301,2,Background(mp) exten =>fax,1,RxFax(/home/admin/testfax.tif) and I have tried with as well. Press * star on the fax machine and after hear the fax tone press the start button to send the document. exten =>301,2,Background(mp) exten =>*,1,RxFax(/home/admin/testfax.tif) Can somebody help me ?
niles@atheos.net
2005-Sep-23 14:03 UTC
[Asterisk-Users] MeetMe Application - Empty Conference room problem
Hello, I have MeetMe setup to pick an empty conference room, and it works great. conf,10,MeetMe(,aMXq) However, I also set the flag (X) to exit the conference room with any key, but I need a way to get back to the room with the user having to key in the extension numbers. I'm familiar with this MeetMe variable:${MEETMESECS} I've dug this up in app_meetme.c pbx_builtin_setvar_helper(chan, "MEETMESECS", meetmesecs); Can I define another variable to match the conference room, and use to return the user? like, pbx_builtin_setvar_helper(chan,"MEETMEROOM", ???) Is there a better solution? Thanks! Niles -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050923/7df6eb2a/attachment.htm
Are you trying through Zap channels? Have you changed the RXGain or TXGain? I can send faxes if I use RXGain=20.0 but I can not receive unless I have the RX and TX set to 0. Chris ----- Original Message ----- From: <adiaz0@gmail.com> To: <asterisk-users@lists.digium.com> Sent: Friday, September 23, 2005 2:15 PM Subject: [Asterisk-Users] Can't receive Faxes with Asterisk (help)> Hi, > I have an Asterisk CVS-HEAD-08/29/05-13:21:43 built on a Redhat 9. > I have problems to receive faxes with spandsp-0.0.2pre11 and > libtiff-3.5.7-11. > I'm trying with a fax machine Panasonic KX-FT25, 14.4Kbps modem speed. > I have tested sending a Fax document from Asterisk to the fax machine, > it is working fine, but when I try to receive with asterisk, I receive > transmission error on the fax machine side. > > my extensions.conf > > exten =>301,2,Background(mp) > exten =>fax,1,RxFax(/home/admin/testfax.tif) > > and I have tried with as well. Press * star on the fax machine and > after hear the fax tone press the start button to send the document. > > exten =>301,2,Background(mp) > exten =>*,1,RxFax(/home/admin/testfax.tif) > > Can somebody help me ? > _______________________________________________ > --Bandwidth and Colocation sponsored by Easynews.com -- > > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > >