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

connect.BaseConnection.getEndpoint() does not provide proper details of endpoint #876

Open
SanketK-25 opened this issue May 22, 2024 · 4 comments

Comments

@SanketK-25
Copy link

I'm adding an additional connections via Quick Connect to the initial Connection, Trying to get the Endpoint details but getting this instead for type AGENT and QUEUE
{ "endpointARN": null, "endpointId": null, "type": "phone_number", "name": null, "phoneNumber": "INTERNAL-TRANSFER", "agentLogin": null, "queue": null }
For Type phone_numer
{ "endpointARN": null, "endpointId": null, "type": "phone_number", "name": null, "phoneNumber": "{phoneNumber}", "agentLogin": null, "queue": null }

@miaowing
Copy link

miaowing commented Jun 5, 2024

same problem

@vs-amzn
Copy link
Contributor

vs-amzn commented Jun 17, 2024

Has this always been an issue for you? When did this start occurring?

@SanketK-25
Copy link
Author

SanketK-25 commented Jun 17, 2024

@vs-amzn Not Sure as I was not using this method initially, Got a use-care last month where I thought this would help.

@seiyako
Copy link
Contributor

seiyako commented Aug 23, 2024

This seems related to this request. #258

Currently the information populated in the connection object is limited and it has been this way since beginning. We're tracking this issue in our backlog.

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

4 participants