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 69d3f12893c643d381f6848ba329ccaafde6597c
parent f619a59412c8bf65c4b8acd0c0deb64cff7e9888
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed, 16 Aug 2023 17:06:35 +0200

meow

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

diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -490,10 +490,12 @@ same => n,Verbose(0, Going to play hello) same => n,Playback(/var/lib/asterisk/sounds/en/hello-world) same => n,Verbose(0, Going to dial ''${EXTEN:2}@eventphone) - same => n,Dial(PJSIP/''${EXTEN:2}@eventphone) + same => n,Dial(PJSIP/''${EXTEN:2}@eventphone,30) [internals] include => epvpn + exten => 6001,1,Ringing() + same => n,Verbose(0, Incoming call) [externals] exten => 2903,1,Answer() @@ -505,7 +507,7 @@ exten => 1,1,Answer() same => n,Verbose(0, Routing to 6001) - same => n,Dial(PJSIP/6001) + same => n,Dial(PJSIP/6001,30) [unauthorized] '';