commit e898b0bf30a889487ec2c92cde846077f417a61e
parent 2aaa572f9c248a868632f2d3cd01b2cd61abfc05
Author: MTRNord <mtrnord1@gmail.com>
Date: Wed, 16 Aug 2023 16:41:58 +0200
meow
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix
@@ -489,8 +489,8 @@
exten => _0199XXXX,1,Answer()
same => n,Verbose(0, Going to play hello)
same => n,Playback(/var/lib/asterisk/sounds/en/hello-world)
- same => n,Verbose(0, Going to set CALLERID)
- same => n,Set(CALLERID(num)=2903)
+ ;same => n,Verbose(0, Going to set CALLERID)
+ ;same => n,Set(CALLERID(num)=2903)
same => n,Verbose(0, Going to dial ''${EXTEN:4}@eventphone)
same => n,Dial(PJSIP/''${EXTEN:4}@eventphone)