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 7c943f39f919eb14aa584771e172833454306d4e
parent c0a08fc819c813ce9674eabdd2264927e1db3252
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed, 16 Aug 2023 21:08:16 +0200

ring?

Diffstat:
Mnixos/worker-1/configuration.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -523,7 +523,7 @@ exten => 1,1,Answer() same => n,Verbose(0, Routing to 6001) same => n,Background(/var/lib/asterisk/sounds/music/waiting) - same => n,Dial(''${PJSIP_DIAL_CONTACTS(6001)},30) + same => n,Dial(''${PJSIP_DIAL_CONTACTS(6001)},30,r) same => n,Verbose(0, Failed to call 6001. Hanging up) same => n,Playback(/var/lib/asterisk/sounds/en/cannot-complete-as-dialed) same => n,Hangup()