[Asterisk-Users] Re: Lockups since upgrade 1.2.3 - anyone else? Any ideas?

Peter Dean peter.john.dean at gmail.com
Fri Jan 27 18:41:26 MST 2006


Alternatively you can issue the following command (which deletes all
the .so modules excluding the g729 codec module) prior to make install

find /usr/lib/asterisk/modules/ -name "*.so" -a ! -name
"codec_g729a.so" -exec rm -f {} \;


On 1/28/06, Julian Lyndon-Smith <asterisk at dotr.com> wrote:
> Hmm - I'd do as others have suggested and move the
> /usr/lib/asterisk/modules  directory to another, and do a make
> clean;make;make install
>
> If you have app_rxfax.so installed then you must have customised your
> original makefile, and not the 1.2.3 makefile, which would suggest that
> these modules are from a previous asterisk version.
>



More information about the asterisk-users mailing list