You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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
The text was updated successfully, but these errors were encountered: