On June 02, 2009 08:49, Gerald Cox wrote,
> Just build it like you would build anything else. The instructions are
> in a file called "INSTALL".
Cool. I found the config.log for both callweaver and spandDSP and used them in
the configure script. I had to remove the /lib/modules directory to do the
"make install" though. The modules for 1.2.1 were successfully installed when
I re-ran the "make install" command.
> callweaver -V will give you the callweaver version. U can look in the
> config.log in the callweaver build directory for the version of spandsp
> used to build with. Alternatively you can goto the spandsp build
> directory.
Thank you again. I upgraded spanDSPT to the latest version.
> Look in your zapata.conf to see if you're even using any zaptel stuff.
> Follow the instructions in DAHDI to upgrade if you are.
We aren't using zaptel. I made a successful fax after the upgrades though. I
wrote a basic bash script to continuously run a tethereal capture. If I have
any other questions, I'll be sure to ask. Thank you all for the quick replies.
:)
#!/bin/bash
CAPTURE=/var/log/captures/fax-`date +%y%m%d-%H%m`.cap
/usr/bin/killall -9 tethereal
/bin/chmod -R 755 /var/log/captures/
/usr/sbin/tethereal -w $CAPTURE ip host 64.152.60.74 or ip host 64.152.60.164
or ip host 64.152.60.71 -a filesize:104857600 -a duration:3600
/usr/bin/find /var/log/captures/ -type f -mmin +1920 -exec rm {} \;
CONFIDENTIAL. This e-mail and any attached files are confidential and should
be destroyed and/or returned if you are not the intended and proper recipient.
_______________________________________________
Callweaver-users mailing list
[email protected]
http://lists.callweaver.org/mailman/listinfo/callweaver-users