commit 9b62538336aded841432e9b4f1e5d41aa823e3a9
parent aa5f4514f35cea4ecf7706a484d04e9d2dc8a9f3
Author: MTRNord <mtrnord1@gmail.com>
Date: Wed, 16 Aug 2023 16:13:33 +0200
IT WORKS
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,Playback(/var/lib/asterisk/sounds/en/hello-world)
+ same => n,Ringing()
same => n,Dial(PJSIP/6001)
same => n,Hangup()