Fehlermeldungen im CLI

Hallo,

im cli stören mich diese Meldungen:

[Oct 10 13:58:21] WARNING[22973]: pbx.c:7144 add_priority: Unable to register extension ‘team’ priority 1 in ‘mdc_localdevice_predial’, already in use
[Oct 10 13:58:21] WARNING[22973]: pbx_config.c:1891 pbx_load_config: Unable to register extension at line 269 of /etc/asterisk/mdc_extensions.conf
[Oct 10 13:58:21] WARNING[22973]: pbx.c:7144 add_priority: Unable to register extension ‘team’ priority 2 in ‘mdc_localdevice_predial’, already in use
[Oct 10 13:58:21] WARNING[22973]: pbx_config.c:1891 pbx_load_config: Unable to register extension at line 270 of /etc/asterisk/mdc_extensions.conf
[Oct 10 13:58:21] WARNING[22973]: pbx.c:7144 add_priority: Unable to register extension ‘112’ priority 1 in ‘sub_emergency-check’, already in use
[Oct 10 13:58:21] WARNING[22973]: pbx_config.c:1891 pbx_load_config: Unable to register extension at line 315 of /etc/asterisk/mdc_extensions.conf
[Oct 10 13:58:21] WARNING[22973]: pbx.c:7144 add_priority: Unable to register extension ‘112’ priority 2 in ‘sub_emergency-check’, already in use
[Oct 10 13:58:21] WARNING[22973]: pbx_config.c:1891 pbx_load_config: Unable to register extension at line 316 of /etc/asterisk/mdc_extensions.conf
[Oct 10 13:58:21] WARNING[22973]: pbx.c:7144 add_priority: Unable to register extension ‘110’ priority 1 in ‘sub_emergency-check’, already in use
[Oct 10 13:58:21] WARNING[22973]: pbx_config.c:1891 pbx_load_config: Unable to register extension at line 321 of /etc/asterisk/mdc_extensions.conf
[Oct 10 13:58:21] WARNING[22973]: pbx.c:7144 add_priority: Unable to register extension ‘110’ priority 2 in ‘sub_emergency-check’, already in use
[Oct 10 13:58:21] WARNING[22973]: pbx_config.c:1891 pbx_load_config: Unable to register extension at line 322 of /etc/asterisk/mdc_extensions.conf
[Oct 10 13:58:21] WARNING[22973]: pbx_config.c:1879 pbx_load_config: The use of ‘_.’ for an extension is strongly discouraged and can have unexpected behavior. Please use ‘X.’ instead at line 745 of /etc/asterisk/mdc_extensions.conf
[Oct 10 13:58:21] WARNING[22973]: pbx_config.c:1879 pbx_load_config: The use of '
.’ for an extension is strongly discouraged and can have unexpected behavior. Please use ‘X.’ instead at line 746 of /etc/asterisk/mdc_extensions.conf
[Oct 10 13:58:21] WARNING[22973]: pbx_config.c:1879 pbx_load_config: The use of '
.’ for an extension is strongly discouraged and can have unexpected behavior. Please use ‘X.’ instead at line 747 of /etc/asterisk/mdc_extensions.conf
[Oct 10 13:58:21] WARNING[22973]: pbx_config.c:1879 pbx_load_config: The use of '
.’ for an extension is strongly discouraged and can have unexpected behavior. Please use ‘X.’ instead at line 748 of /etc/asterisk/mdc_extensions.conf
[Oct 10 13:58:21] WARNING[22973]: pbx_config.c:1879 pbx_load_config: The use of '
!’ for an extension is strongly discouraged and can have unexpected behavior. Please use ‘_X!’ instead at line 1888 of /etc/asterisk/mdc_extensions.conf

Bezogen auf die letzten Meldungen mit der Extension “_.” finde ich das in der Config:

[mdc_incoming-1]
; generated by mod_inboundrules
; sipgate-2924009e0
exten => _.,1,Verbose(1,Inbound call on trunk: sipgate, getting number by: request-uri)
exten => _.,n,Set(MDC_CALLER_NUM_TRUNK=${CALLERID(num)})
exten => _.,n,Set(MDC_CALLEE_NUM_TRUNK=${EXTEN})
exten => _.,n,GoTo(mdc_trunk-1,s,1)

Was nun - kann / muss ich etwas tun, um die Warning weg zu bekommen?

LG