F.A.Q.

Where can I get IP information about Voximplant servers?

We have a special web service that returns the IP addresses of the servers used for different purposes:

https://api.voximplant.com/getMediaResources.

 

To get the list of addresses where SIP comes from (SBCS):

https://api.voximplant.com/getMediaResources?with_sbcs.

 

To get the list of addresses where RTP (media) comes from (Media Servers):

https://api.voximplant.com/getMediaResources?with_mediaservers.

 

To get the list of addresses used by SDKs (Web/Mobile):

https://api.voximplant.com/getMediaResources?with_webgateways.

 

To get the list of addresses where HTTP requests from JS scenarios come from:

https://api.voximplant.com/getMediaResources?with_jsservers.

 

You can also combine parameters to get more information on a specific request.