mob next [ci-skip] [ci skip] [skip ci]

lastFile:modules/clan/phonebox/default.nix
This commit is contained in:
2025-10-29 16:29:44 +07:00
parent 1cfac7b8a6
commit 2c5d6c4e8e

View File

@@ -172,7 +172,11 @@
services.asterisk = { services.asterisk = {
enable = lib.mkDefault true; enable = lib.mkDefault true;
confFiles = { confFiles =
let
machines = lib.attrNames roles.default.machines;
in
{
"logger.conf" = '' "logger.conf" = ''
[general] [general]
dateformat = %F %T.%3q ; ISO 8601 date format with milliseconds dateformat = %F %T.%3q ; ISO 8601 date format with milliseconds
@@ -191,6 +195,7 @@
full => notice,warning,error,verbose,dtmf,fax full => notice,warning,error,verbose,dtmf,fax
syslog.local0 => notice,warning,error syslog.local0 => notice,warning,error
''; '';
# Dial plan config # Dial plan config
"extensions.conf" = '' "extensions.conf" = ''
[from-internal] [from-internal]