commit 91e6dc311ba5137d568257318455e4a65742e7e9
parent dd3486171f7280a07ea36316529d66bb649429a8
Author: MTRNord <mtrnord1@gmail.com>
Date: Wed, 16 Aug 2023 20:21:05 +0200
Debug jazz
Diffstat:
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix
@@ -475,10 +475,6 @@
'';
# FIXME: Remove at some point. This is a test tbh
- # sops.secrets."asterisk/sip_conf" = {
- # mode = "0777";
- # path = "/etc/asterisk/sip.conf";
- # };
sops.secrets."asterisk/pjsip_conf" = {
mode = "0777";
path = "/etc/asterisk/pjsip.conf";
@@ -489,7 +485,9 @@
"extensions.conf" = ''
[tests]
exten => 100,1,Answer()
+ same => n,Verbose(0, 1s)
same => n,Wait(1)
+ same => n,Verbose(0, Playing jazz)
same => n,Playback(/var/lib/asterisk/sounds/music/waiting)
same => n,Hangup()