Jong-suk Lee - 2004-09-29

Some of .so library file is installation dependent.
Our current make file might be missing some of .so file in 
/usr/lib/asterisk/modules

When you run testexample script, you could encounter loading module xxx.so failed.

Right now, our make file needs to be adjusted manually according to missing .so.

Please add whatever missing .so library into SwigAsteriskConfig file and recompile.

If you installed mysql and speex, you probably need to
add  below libraries in SwigAsteriskConfig file.

/usr/lib/asterisk/modules/res_odbc.so
/usr/lib/asterisk/modules/res_config_odbc.so
/usr/lib/asterisk/modules/codec_speex.so
/usr/lib/asterisk/modules/cdr_odbc.so
/usr/lib/asterisk/modules/cdr_pgsql.so

thanks