cfa

  1. Cloud Storage and the CFD Read/Write Component

    When asking the CFA to write to a file it creates a file and folder in this location. 2025/05/10 10:34:50.169|0015|Trac| [_3CX.Script] _650_99.Main.14821.[C:2954.3]-WriteNumber - CallFlow.CFD.FileManagementComponent 'WriteNumber' - Creating files folder...
  2. CFA User Input and Authentication Validation Skip

    Hello 3CX Forum, I have a question about the User Input and the Authentication components in CFA. I designed a new Call Flow for a customer of ours that needs to check for a specific number that the caller must enter to be transfered to a specific User. In my tests both of these components...
  3. How to bind a CFA to a DID in v20 ?

    Hello everyone I'm currently testing v20 and wanted to test my CFAs. However I'm already failing at square one. I can't seem to find a way to bind a CFA to a DID. In v18 I would normally bind the CFA to an inbound rule for example. How would I go about doing this in v20 ?
  4. C# set RingGroup CFD endpoint as "no answer type"

    Hello, I create a new RingGroup in C# like: RingGroup rg = PhoneSystem.Root.GetTenants()[0].CreateRingGroup(Program.NUMBER1); rg.Name = "Call001"; rg.RingTime = 1; rg.RingStrategy = StrategyType.Hunt; rg.Save(); that works. But now I want add a "no answer type" to an Call Flow App. But I don´t...