commit 6c6229f98eb2ac14f52bf99b5428841b83b4d845
parent 2f83952b8e01f9cb872c7bb33cbfc1da9e259a79
Author: MTRNord <mtrnord1@gmail.com>
Date: Wed, 16 Aug 2023 16:00:14 +0200
meow
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix
@@ -503,7 +503,7 @@
exten => 1,1,Answer()
same => n,Verbose(0, Routing to 6001)
- same => n,Ringing()
+ same => n,Playback(/var/lib/asterisk/sounds/en/hello-world)
same => n,Dial(PJSIP/6001)
same => n,Hangup()