Hallo,
ich habe gerade Asterisk 1.2.0-beta1 und chan_capi # 0.4.0-PRE1 (* STABLE, CVS-HEAD) installiert und bekomme folgende Fehlermeldung:
[chan_capi.so] => (Common ISDN API for Asterisk)
Sep 15 01:14:27 WARNING[6490]: config_old.c:32 ast_load: ast_load is deprecated, use ast_config_load instead!
== ast_capi_pvt(99,,0,2) (1,2,64)
== ast_capi_pvt(99,,0,2) (1,2,64)
Sep 15 01:14:27 WARNING[6490]: config_old.c:44 ast_destroy: ast_destroy is deprecated, use ast_config_destroy instead!
-- listening on contr1 CIPmask = 0x1fff03ff
Sep 15 01:14:27 WARNING[6490]: chan_capi.c:2966 load_module: Unused contr2
Sep 15 01:14:27 WARNING[6490]: chan_capi.c:2966 load_module: Unused contr3
Sep 15 01:14:27 WARNING[6490]: chan_capi.c:2966 load_module: Unused contr4
Muss man da was neues beachten? Mit den verwendeten .confs lief mein altes Asterisk...
Hier meine Modules.conf, oder wird noch etwas anderes benötigt?
ich habe gerade Asterisk 1.2.0-beta1 und chan_capi # 0.4.0-PRE1 (* STABLE, CVS-HEAD) installiert und bekomme folgende Fehlermeldung:
[chan_capi.so] => (Common ISDN API for Asterisk)
Sep 15 01:14:27 WARNING[6490]: config_old.c:32 ast_load: ast_load is deprecated, use ast_config_load instead!
== ast_capi_pvt(99,,0,2) (1,2,64)
== ast_capi_pvt(99,,0,2) (1,2,64)
Sep 15 01:14:27 WARNING[6490]: config_old.c:44 ast_destroy: ast_destroy is deprecated, use ast_config_destroy instead!
-- listening on contr1 CIPmask = 0x1fff03ff
Sep 15 01:14:27 WARNING[6490]: chan_capi.c:2966 load_module: Unused contr2
Sep 15 01:14:27 WARNING[6490]: chan_capi.c:2966 load_module: Unused contr3
Sep 15 01:14:27 WARNING[6490]: chan_capi.c:2966 load_module: Unused contr4
Muss man da was neues beachten? Mit den verwendeten .confs lief mein altes Asterisk...
Hier meine Modules.conf, oder wird noch etwas anderes benötigt?
Code:
; Asterisk configuration file
;
; Module Loader configuration file
;
[modules]
autoload=yes
;
; If you want, load the GTK console right away.
; Don't load the KDE console since
; it's not as sophisticated right now.
;
noload => pbx_gtkconsole.so
;load => pbx_gtkconsole.so
noload => pbx_kdeconsole.so
;
; Intercom application is obsoleted by
; chan_oss. Don't load it.
;
noload => app_intercom.so
;
; Explicitly load the chan_modem.so early on to be sure
; it loads before any of the chan_modem_* 's afte rit
;
load => chan_modem.so
load => res_musiconhold.so
;
; Load either OSS or ALSA, not both
; By default, load OSS only (automatically) and do not load ALSA
;
noload => chan_alsa.so
;noload => chan_oss.so
;
; Module names listed in "global" section will have symbols globally
; exported to modules loaded after them.
;
;added
load => res_features.so
load => chan_capi.so
[global]
chan_capi.so=yes
chan_modem.so=yes