how i know if the call is attended or not?

Status
Not open for further replies.

luca pellegrini

Joined
Sep 14, 2017
Messages
11
Reaction score
0
i want to use a "create condition" like in the upload image
 

Attachments

  • screen 2132.png
    screen 2132.png
    23.7 KB · Views: 37
What call are you referring to? The call connected to the CFD app is always answered. If you need to do something with other call then you can't use the CFD... Can you please give a detailed description of what you need?
 
I would like to know if the call was open or not, if the customer responds will be sent an email with the duration of the call otherwise will be sent an email with the call id.

I would like to know the conditions to do that, thanks!
 
Are you using a dialer? You need to know if a call made by the dialer was answered or not?
 
I use a Transfer call and i want to know if it is answered or not
 
When you transfer a call, you lose control over it. The only way to check what happens with that call later is using the 3CX Call Control API, and check the ActiveConnection using the Call ID that you have from the callflow. But that's not something to do from the CFD app, because in order to to check that information you need to handle some events from the API (Inserted, Updated, Deleted), which will notify you about changes in any call... So this is definitively not simple to do, you need an external program to subscribe to these events, check the ActiveConnection you need, and then do what you need depending on if the call was answered or not...
 
I have this program, at the beginning the pin request, if it is a validate pin the costumers is transferred to another operator.
With the block "AssignTimeCall","AssignDuration","ConvertDuration" i want to know the time duration of the customers call and send the email but it doesn't work and it doesn't send the email
 

Attachments

  • CapturaFinal.PNG
    CapturaFinal.PNG
    100.6 KB · Views: 15
No, you can't do it like that. As soon as you transfer the call, it gets disconnected from the CFD app, and the Main Flow stops executing. The execution continues in the Disconnect Handler flow. So your components "AssignTimeCall", "AssignDuration", etc. will never be executed...

As I told you, the only way to get the second call duration would be using the 3CX Call Control API from an external program. You can also take the information from the CDRs, but again using another program, not from the CFD app...

Kind regards.
 
  • Like
Reactions: luca pellegrini
ok thanks a lot !!
 
Last edited:
Status
Not open for further replies.

Forum statistics

Threads
111,856
Messages
589,403
Members
164,693
Latest member
FLCC