public class Configurator extends Object
| Constructor and Description |
|---|
Configurator(InputStream stream) |
| Modifier and Type | Method and Description |
|---|---|
MgcpEndpoint |
activate(Endpoint endpoint,
MgcpProvider mgcpProvider,
String address,
int port)
Creates relation between MGCP endpoint(activity) and server endpoint.
|
public Configurator(InputStream stream) throws ParserConfigurationException, SAXException, IOException
public MgcpEndpoint activate(Endpoint endpoint, MgcpProvider mgcpProvider, String address, int port) throws Exception
endpoint - the server endpoint.mgcpProvider - the MGCP protocol provider;address - the address of the domainport - the port number used for listeningExceptionCopyright © 2016 TeleStax, Inc.. All Rights Reserved.