[Asterisk-Users] chan_capi-0.3.4b and asterisk last cvs

Jason Williams jas.williams at gmail.com
Thu Jul 22 01:03:51 MST 2004


On Wed, 21 Jul 2004 15:43:17 +0200, Maurizio Marini
<maumar at datalogica.com> 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



More information about the asterisk-users mailing list