nixos

NixOS server files. Mirror from https://git.nordgedanken.dev/kubernetes/nixos
git clone git://archive.git.mtrnord.blog/MTRNord/nixos.git
Log | Files | Refs | README

commit e898b0bf30a889487ec2c92cde846077f417a61e
parent 2aaa572f9c248a868632f2d3cd01b2cd61abfc05
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed, 16 Aug 2023 16:41:58 +0200

meow

Diffstat:
Mnixos/worker-1/configuration.nix | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -489,8 +489,8 @@ exten => _0199XXXX,1,Answer() same => n,Verbose(0, Going to play hello) same => n,Playback(/var/lib/asterisk/sounds/en/hello-world) - same => n,Verbose(0, Going to set CALLERID) - same => n,Set(CALLERID(num)=2903) + ;same => n,Verbose(0, Going to set CALLERID) + ;same => n,Set(CALLERID(num)=2903) same => n,Verbose(0, Going to dial ''${EXTEN:4}@eventphone) same => n,Dial(PJSIP/''${EXTEN:4}@eventphone)