Call Flow running in background, but where?

Mcom40

SOHO User
Basic Certified
Joined
Jan 4, 2024
Messages
3
Reaction score
0
Hi, I'm doing some tests with the CFD and I have a Variable or something stored somewhere that doesn't disappear even when I restart the whole controller,
So basically I wanted a variable going 1 by 1 each time I launched the CFD, but now I have this number going up every time I launch the CFD putting more and more spaces between my "personalized Logs" (see the attachement) .
So my question is, Where are they running or storing their datas?
 

Attachments

  • Capture d'écran 2024-12-17 144122.png
    Capture d'écran 2024-12-17 144122.png
    15.4 KB · Views: 8
It's hard to tell without seeing what you're doing in your CFD app. The variables you define in a CFD app are associated with the call you're dealing with, so for a new call, a new instance is created and not associated with the previous one. If you need to share the data with multiple calls, you can use a static variable in C# code, or a 3CX global parameter. Can you provide more details on how you're doing this?
 
  • Like
Reactions: Evolute IT
The data were stored in the document, but not showing up when I opened it.
I ended up deleting the file and recreating it to remove it's "hidden data" and it worked...
 
Any C# file in the Libraries folder of your CFD project will be included during build. However, that code will not run if you don't invoke it from your app.
 
  • Like
Reactions: Evolute IT

Members Online Now

Forum statistics

Threads
111,832
Messages
589,285
Members
164,662
Latest member
DejanMDS