mob next [ci-skip] [ci skip] [skip ci]

lastFile:modules/clan/phonebox/default.nix
This commit is contained in:
2025-12-26 17:56:40 +07:00
parent 3ca7e1cd9f
commit c5f6ba8219

View File

@@ -339,9 +339,10 @@
exten => 888,1,Answer() exten => 888,1,Answer()
same => n,Set(FAXFILE=${faxDir}/contact.tiff) same => n,Set(FAXFILE=${faxDir}/contact.tiff)
same => n,System(create-contact-tiff ''${FAXFILE}) same => n,System(${lib.getExe createContactListTiff} ''${FAXFILE})
same => n,Set(FAXECHO=true) same => n,Set(FAXECHO=true)
same => n,Playback(hello-world)
same => n,Wait(3)
exten => h,1,GotoIf($[''${FAXECHO}]?sendfax) exten => h,1,GotoIf($[''${FAXECHO}]?sendfax)
same => n,Hangup() same => n,Hangup()