Get transferred extension

Status
Not open for further replies.

pedrotms

Platinum Partner
Joined
Mar 5, 2024
Messages
19
Reaction score
11
Hello!

How do I send or save somewhere the number of the extension that answered the call after it leaves the call flow designer via transfer?

Is it possible to do this through the main flow or disconnect handler flow?
 
No, unfortunately you can't get that information from the CFD app.
 
How do I get this information?
 
One way would be to configure 3CX to generate CDR files -- chose one file per call. The CDR will provide a list of extensions that touched the phone call.
 
  • Like
Reactions: edossantos
Is a good solution.

But I would need the CDR data being sent in real time to a database. Is it possible in some approved way?
 
  • The CDR file is only created when the call is finished (disconnected).

  • If you need data in real-time, then the CFD is not going to be a solution for you. Once the call leaves the CFD any further updates are not available.

    For example, if the call comes to your CFD, and the CFD transfers the call to a queue, and then the queue distributes the call to an agent, you will NOT be able to capture who answered the call because the CFD is no longer involved with the call once it is transferred to the queue.

  • There are two ways to get real-time events:

    (1) have the agent's computer send the update. Would it be feasible to have the agent's 3CX web client call a web page (when the agent answers the call) and supply to the page the Caller ID number and name? Your page would need to update your application.

    (2) subscribe to 3CX real-time events. The only way to subscribe to real-time events today is via the 3CX Call Control API, or through the VoIPTools Events API. Both of these options require a 3rd-party service that subscribes to the events and pushes the updates to your application.
 
Certo.

Consegui enviar os dados de CallerNumber e CallerDisplayName mas como posso enviar o número do ramal que atendeu? Esta informação é relevante para minha aplicação.
 
Status
Not open for further replies.

Members Online Now

No members online now.

Forum statistics

Threads
111,831
Messages
589,277
Members
164,660
Latest member
RJenkinsROCK