Skip to main content

Questions tagged [call-flow]

A call flow, or call graph, is a representation of the calling relationships between subroutines in a program.

call-flow
0 votes
1 answer
58 views

The name 'MyCall' is not recognized in the current context (3CX, CallFlowDesigner, ASP.NET)

I'm trying to integrate the script of a callflow made with call flow designer (3CX), with the aim of using an ASP.NET web application to trigger the callflow via an external URL. However, I'm ...
Christophe Da Silva's user avatar
0 votes
1 answer
509 views

Amazon Connect not waiting for customer input in Get Customer Input widget

I've created a flow in Amazon Connect where an incoming call comes into a Get Customer Input widget. The widget plays an intro audio file and is connected to an existing Amazon Lex instance. Instead ...
Corinath's user avatar
-3 votes
1 answer
195 views

Call forwarding / Recording / Messaging not working

Hi guys. I am not understanding how to set up a call/sms forwarding and recording. I have tried whit flows. I can see the inbound call, but there is no forwarding and no recording. I am trying to ...
Tamir Perl's user avatar
0 votes
1 answer
47 views

Algorithms for repairing ssaa form after modifying the call-flow graph

I'm learning about compiler optimizations on ssa form. One difficulty I'm having is how to retain/repair/reconstruct the ssa form after modifying the structure of the call-flow graph. Suppose I have ...
Gaslight Deceive Subvert's user avatar
-2 votes
1 answer
1k views

How to read Visio Process Flow

Is there any way to read the process flow of Visio flow. if we have Visio document like the below Can I read the process like From Begin to Process 1 Then From Process 1 to Decision 1. If the ...
Boyalla Venugopal's user avatar
0 votes
1 answer
106 views

WebAssembly: Reconstructing the stack from scratch

By transforming .wasm source files or interacting with a suitable debugger with Javascript it should be possible to serialize the full Wasm execution state (mainly the stack, call frames, local ...
2080's user avatar
  • 1,312
0 votes
2 answers
104 views

Schema and call flow in Voltdb

what is the format of schema when we create a new table using Voltdb? I'm a newbie. I have researched for a while and read the explanation in this https://docs.voltdb.com/UsingVoltDB/ChapDesignSchema....
theasker228's user avatar
1 vote
1 answer
319 views

Twilio Queue management issue / best practice

We are setting up a call center using Twilio. At the end of the greetings and menus, our users are redirected to a queue waiting for the next available agent. We would like the system to: - Call ...
user1416522's user avatar
3 votes
1 answer
6k views

How to create call graph for c/c++ code in eclipse?

I have read on internet that cdt is basically used for generating call graphs for c/c++ code in eclipse. I have installed eclipse juna's latest version along with the MinGW and cygwin to compile and ...
user1575601's user avatar
1 vote
2 answers
3k views

RTP SSRC: How to know call direction

I am using jNetPcap to decode rtp from tcpdumps. Currently I use the SIP Invite Message and the source IP (and also checking via source ips..) to detect the directions (forward, reverse) from the call....
Stefan's user avatar
  • 2,603
12 votes
2 answers
7k views

Practical differences between control flow graph and call (flow?) graph?

Wikipedia has a definition for a control flow graph. I've also heard terminology thrown around referring to 'call (flow?) graph', but can't find any relevant resources. What is the relationship ...
ChaimKut's user avatar
  • 2,809
3 votes
2 answers
6k views

Generate a call graph for a java program - Eclipse

Is there any sort of support in Eclipse whereby I can programatically generate a static call graph for a single method in a class, at build time? I would like to be able to determine all of the ...
Joeblackdev's user avatar
  • 7,297
3 votes
3 answers
6k views

Tool for generating a call flow graph [C C++ solaris linux]

I'm quite fond of IDA, but I'm working in Solaris on this project. I do have a linux machine, and if nothing is in the same league as IDA then I'll convince management to purchase a license for it. ...
Brian Vandenberg's user avatar
34 votes
1 answer
18k views

Creating Dependency Graphs in Python [closed]

I have inherited a huge codebase that I need to make some small changes into. I was wondering if there are utilities that would parse python code and give dependencies between functions, as in if I ...
anijhaw's user avatar
  • 9,292