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

Does Chime support SIP capabilities with SIP address (instead of phone number)? #2808

Open
majid20222 opened this issue Dec 1, 2023 · 1 comment
Labels
feature-request New feature or request sma Issues related to the telephony/SIP in SDK meeting

Comments

@majid20222
Copy link

What I have already done

I am using chime for video meetings in my web application using AWS Chime sdk Js on client side & AWSChimeSDKMeetings on server side for this purpose and its working fine.

What I am looking to do?

I am looking to integrate 3rd party tool with AWS Chime for SIP capabilities. That tool provides SIP address of type "[email protected]" for SIP call. Does AWS Chime support SIP calls through SIP address instead of phone number. If the intended functionality is available. please provide me the lead to it.

Our requirement is to call the SIP address directly from chime. I have created a voice connector in AWS chime account followed by SIPMediaApplication in it and get the SIPMediaApplicationId. However, firstly SIP address issue needs to be resolved.

I have explored this documents which I found quite relevant :
https://github.com/aws-samples/amazon-chime-sdk-click-to-call
but it is again using CreateSipMediaApplicationCall which makes use of phone numbers but my requirement is with SIP Address.

Looking forward to this brilliant community response.

Additional Documentation explored
https://docs.aws.amazon.com/chime-sdk/latest/dg/mtgs-sdk-cvc.html
https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_CreateSipMediaApplicationCall.html

@ltrung ltrung added the sma Issues related to the telephony/SIP in SDK meeting label Aug 30, 2024
@danieludy
Copy link

Essentially the problem is the initial call.
You can do a CallAndBridge to a non E164 destination from SMA (Chime SDK PSTN Audio) but the call needs to exist first. Essentially you would need to set up a phone number that routes to your SMA that you can dial from the meeting. Then you dial from the meeting to the SMA number that you then CallAndBridge using a bridge endpoint of AWS, URI of "test-siptestlls" and ARN of a Voice Connector that has an origination host of sip-qa.langageline.com. This would result in an outbound call to [email protected] but it would be hard to expand to more than just one destination. For example if you needed to connect calls to test-siptestlls-1 and test-siptestlls-2 at the same time how would your SMA lambda know which inbound call to the same number to send to the varied URI's?
Short answer I think you would need a feature request for CreateSipMediaApplicationCall to support the same sort of construct that CallAndBridge does for sending to a Voice Connector destination directly.

@ltrung ltrung added the feature-request New feature or request label Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request sma Issues related to the telephony/SIP in SDK meeting
Projects
None yet
Development

No branches or pull requests

3 participants