On Sun, Nov 30, 2008 at 08:21:05PM -0600, Doug wrote: > I think that it might be important to add that these > .so files were compiled sometime back. They work > on our production system. I was not able to compile > the more recent versions of rxfax and txfax: > > /usr/lib/asterisk/modules# ls -lt app_?xfax.so > -rw-r--r-- 1 root root 159644 2007-03-14 01:01 app_rxfax.so > -rw-r--r-- 1 root root 154725 2007-03-14 01:01 app_txfax.so
At this point I'll just point you to a backport I once made of the then trunk app_fax.c for 1.4. http://svn.debian.org/viewsvn/pkg-voip/asterisk-spandsp-plugins/trunk/debian/ There are several files of interest there: * app_fax.c - The copy I worked with * debian/patches/app_fax_14 - the backport * debian/rules - to see how to build it (as an external module) Shouldn't be difficult to update this to the current version of app_fax.c, but I haven't had the time. -- Tzafrir Cohen icq#16849755 jabber:[EMAIL PROTECTED] +972-50-7952406 mailto:[EMAIL PROTECTED] http://www.xorcom.com iax:[EMAIL PROTECTED]/tzafrir _______________________________________________ -- 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
