Quote from
luishp on March 24, 2025, 7:22 pm
@dglojnar VisualNEO Web and VisualNEO Win are primarily designed for building web and desktop applications with a graphical interface and scripting capabilities. However, neither platform includes built-in functionality to interface directly with VoIP (Voice over IP) systems or record IP phone calls.
To record IP phone calls, you typically need to integrate with:
Here’s how you could potentially incorporate this into a VisualNEO application:
-
VisualNEO Win (more feasible for desktop apps): You might use external tools (like command-line recorders, Asterisk call monitor scripts, or Windows audio capture utilities) triggered by VisualNEO Win’s Exec command or similar methods to initiate recording and store files.
-
VisualNEO Web (limited possibility): Being web-based, it doesn’t have access to low-level system audio or direct VoIP streams. You could, however, interact with external APIs or web services that handle call recording and retrieval.
@dglojnar VisualNEO Web and VisualNEO Win are primarily designed for building web and desktop applications with a graphical interface and scripting capabilities. However, neither platform includes built-in functionality to interface directly with VoIP (Voice over IP) systems or record IP phone calls.
To record IP phone calls, you typically need to integrate with:
Here’s how you could potentially incorporate this into a VisualNEO application:
-
VisualNEO Win (more feasible for desktop apps): You might use external tools (like command-line recorders, Asterisk call monitor scripts, or Windows audio capture utilities) triggered by VisualNEO Win’s Exec command or similar methods to initiate recording and store files.
-
VisualNEO Web (limited possibility): Being web-based, it doesn’t have access to low-level system audio or direct VoIP streams. You could, however, interact with external APIs or web services that handle call recording and retrieval.