01-15-2024 06:12 AM - last edited on 01-17-2024 01:47 AM by Shahzad_Ismail
Hello!
I would like to ask whether it is possible to make script which gets caller phone number and then forms SOAP message which is then sent to the on-prem SOAP service?
For security reasons we would like to use AWS inversion proxy for sending data to on-prem.
Is this kind of a functionality supported on sinch running on AWS cloud platform?
Thanks,
-Marcus
Solved! Go to Solution.
01-15-2024 06:22 AM - edited 01-15-2024 11:26 AM
If you use the Sinch Calling API or Voice and Video SDK and set a Callback URL on your application to receive an incoming call events (ICE) json payload. When an incoming call is made it will contain the CLI.
From the json payload you can format your own SOAP messages as you require to use with your on-prem SOAP service. We only provide ICE events in json format and towards an endpoint you manage, that would parse your incoming call events to handle as you wish.
01-15-2024 06:22 AM - edited 01-15-2024 11:26 AM
If you use the Sinch Calling API or Voice and Video SDK and set a Callback URL on your application to receive an incoming call events (ICE) json payload. When an incoming call is made it will contain the CLI.
From the json payload you can format your own SOAP messages as you require to use with your on-prem SOAP service. We only provide ICE events in json format and towards an endpoint you manage, that would parse your incoming call events to handle as you wish.
01-16-2024 10:59 PM
Thank you for the quick answer!
With best regards, Marcus