On Sun, 2006-01-22 at 15:23 +0800, Ronald Wiplinger wrote: > 1. At the end of compiling asterisk I got a lot of warnings. How can I > solve that? > > I used: > > # svn checkout http://svn.digium.com/svn/zaptel/trunk zaptel > # svn checkout http://svn.digium.com/svn/libpri/trunk libpri > # svn checkout http://svn.digium.com/svn/asterisk /trunk asterisk > # svn checkout http://svn.digium.com/svn/asterisk-addons/trunk > asterisk-addons > # svn checkout http://svn.digium.com/svn/asterisk-sounds/trunk > asterisk-sounds > # svn checkout http://svn.digium.com/svn/iaxyprov/trunk iaxyprov > > compiled in the same order and than asterisk again! > > make clean; make update; make install > > 2. I did not "make samples". What is the best way to get the new and > existing config files mixed? > > > WARNING WARNING WARNING > > Your Asterisk modules directory, located at > /usr/lib/asterisk/modules > contains modules that were not installed by this > version of Asterisk. Please ensure that these > modules are compatible with this version before > attempting to run Asterisk. > > app_addon_sql_mysql.so > app_enumlookup.so > app_eval.so > app_groupcount.so > app_intercom.so > app_math.so > app_md5.so > app_rxfax.so > app_saycountpl.so > app_setcidname.so > app_setcidnum.so > app_setrdnis.so > app_striplsd.so > app_substring.so > app_txfax.so > app_txtcidname.so > cdr_addon_mysql.so > chan_modem.so > chan_modem_aopen.so > chan_modem_bestdata.so > chan_modem_i4l.so > codec_g729a_x86_64.so > format_mp3.so > res_config_mysql.so > > WARNING WARNING WARNING
svn asterisk-addons because the modules you had before may have changed that will get rid of some of the warnings. Add txfax/rxfax to your Makefile etc as before, that will get rid of some more. You have a G729a module installed so follow the instructions for that and that will get rid of another. The rest are then redundant. -- Dave Cotton <[EMAIL PROTECTED]> _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
