On Wed, 21 Jul 2004 15:43:17 +0200, Maurizio Marini <[EMAIL PROTECTED]> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi > i've installed asterisk by last cvs and i note > res_parking.c > is not anymore there; chan_capi-0.3.4b INSTALL file require: > > in /etc/asterisk/modules.conf insert the line: > load => res_parking.so > load => chan_capi.so > > running asterisk i get: > [app_capiCD.so]Jul 21 15:32:26 WARNING[1076988448]: loader.c:242 ast_load_resource: > /usr/lib/asterisk/modules/app_capiCD.so: undefined symbol: ast_capi_MessageNumber > Jul 21 15:32:26 WARNING[1076988448]: loader.c:423 load_modules: Loading module > app_capiCD.so failed! > > how can i fix the issue? > 10x for help
In /etc/asterisk/modules.conf Insert the line load => res_features.so and remove load => res_parking.so also ensure you have the following in the [global] section [global] chan_modem.so=yes chan_capi.so=yes Jason _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
