clanService/phonebox: use FAXFILE variable

This commit is contained in:
2025-12-26 16:53:07 +07:00
parent ec4c3897e2
commit 322d1bd612

View File

@@ -277,7 +277,7 @@
exten => h,1,GotoIf($[''${FAXECHO}]?sendfax) exten => h,1,GotoIf($[''${FAXECHO}]?sendfax)
same => n,Hangup() same => n,Hangup()
same => n(sendfax),Originate(PJSIP/00,app,SendFAX,${faxDir}/echo-''${UNIQUEID}.tiff) same => n(sendfax),Originate(PJSIP/00,app,SendFAX,''${FAXFILE})
same => n,Set(FAXECHO=false) same => n,Set(FAXECHO=false)
'' ''