aws / amazon-chime-sdk-js

A JavaScript client library for integrating multi-party communications powered by the Amazon Chime service.
Apache License 2.0
699 stars 471 forks source link

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

Open majid20222 opened 7 months ago

majid20222 commented 7 months ago

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 "test-siptestlls@sip-qa.langageline.com" 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