Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting the name of the agent that initiated a quick connect #258

Open
Darkneon opened this issue Jun 1, 2020 · 8 comments
Open

Getting the name of the agent that initiated a quick connect #258

Darkneon opened this issue Jun 1, 2020 · 8 comments

Comments

@Darkneon
Copy link

Darkneon commented Jun 1, 2020

Hi guys,

I'm trying to add a short message that displays 'Transfer from ' but I can't seem to find the agent name. When I inspect the connections during onConnecting, although I see an name property it's always null. Is there a way to accomplish this?

Thanks

@Christian-Sesta
Copy link

I was wondering if there was any progress on this @ctwomblyamzn ?

This is especially frustrating when it comes to multi party conferences with multiple internal transfers, as there is no way for me to currently identify who is who. The only thing I can think of is to add connection info to my external transfer directory, HOWEVER, the connection IDs are not unique for the contact interaction. The UUIDs for all connections are unique to the connected agent, NOT the contact interaction as a whole. So this will sadly not work :(

@gjesse
Copy link

gjesse commented Jun 21, 2023

this is pretty annoying, as far as i can tell there's still no way to really tell who is who on a multiparty call. sometimes the quick connect name is populated, but often it's just 'INTERNAL-TRANSFER'.

@Christian-Sesta
Copy link

@ctwomblyamzn Has this progressed at all?

Copy link

github-actions bot commented Jan 6, 2024

This issue is stale because it has been open for 90 days with no activity. Remove stale label or comment to keep this active.

@Christian-Sesta
Copy link

Love the github actions, its been like this for 90 day's waiting for a response. Can we get a response on this @ctwomblyamzn ?

Copy link

github-actions bot commented Apr 8, 2024

This issue is stale because it has been open for 90 days with no activity. Remove stale label or comment to keep this active.

@alexgurr
Copy link

Relevant for us too, as we generate quick connects with UUIDs and are unable to differentiate queues or agents, with names. Bump!

@oharez
Copy link

oharez commented Jun 25, 2024

Hi guys,

I'm trying to add a short message that displays 'Transfer from ' but I can't seem to find the agent name. When I inspect the connections during onConnecting, although I see an name property it's always null. Is there a way to accomplish this?

Thanks

Hi guys,

I'm trying to add a short message that displays 'Transfer from ' but I can't seem to find the agent name. When I inspect the connections during onConnecting, although I see an name property it's always null. Is there a way to accomplish this?

Thanks

Hi guys,

I'm trying to add a short message that displays 'Transfer from ' but I can't seem to find the agent name. When I inspect the connections during onConnecting, although I see an name property it's always null. Is there a way to accomplish this?

Thanks

I'm assuming custom CCP, are you hosting views and such? I can think of a few ways to do this if you have access in your CRM/the CCP host- to the trace records and agent data stream. Could do it from client side when the agent is receiving a contact - contact.onPending() or contact.onConnecting() - that is a transfer type, use the CID to match to agent data stream, get the previous agent from there. So contact.getInitialConctactId() returns the initial contact id if an internal transfer, lookup that prior contactId in your agent status data, trace record may not have been created- especially if original agent is still in ACW, then the prior contact will still "exist" within Connect, and thus a trace record won't yet have been created.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants