-----Original Message-----
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Tom Rymes
Sent: Tuesday, January 25, 2011 2:33 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [asterisk-users] Help determining SpanDSP version
OK, I generally use Hylafax+IAXModem for our faxing, but I have been
fiddling with FFA and SpanDSP for a while.
Is there a good way to determine what version of SpanDSP I have
installed and whether the app_fax.so module is the same version?
Many thanks,
Tom
Try these two commands:
- whereis spandsp.so
- find /|grep spandsp.so
If you (or someone else) compiled spandsp, you should be able to find this
out pretty easily.