Logfile full of warnings about '_.' used instead of '_X.'

Hello everybody,
my asterisk logfile has lots of entries like this:
[2018-07-12 11:40:27] WARNING[19102] pbx_config.c: The use of ‘_.’ for an extension is strongly discouraged and can have unexpected behavior. Please use ‘_X.’ instead at line 5806 of /etc/asterisk/extensions_additional.conf

I checked and found a lot of these entries in file extensions_additional.conf like these:

[sub-record-hh-check]
include => sub-record-hh-check-custom
exten => _.,1,Noop(Callee: ${MIXMONITOR_FILENAME})
exten => _.,n(exit),Return()

As this is an autocreated file, I cannot change these entries within the file. What should I do to get rid of these warnings???

Thanks
Codec

Ignore the warnings. Using _. as an extension works fine I don’t know why Asterisk sill includes that warning.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.