public class IAXConfig
extends java.lang.Object
Constructor and Description |
---|
IAXConfig(long handle)
Constructor storing the pointer/address to the underlying native object
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
callerID()
Gets the caller ID used for identification
|
void |
callerID(java.lang.String value)
Configures the caller ID used for identification
|
java.lang.String |
callerNumber()
Gets the caller number used for identification
|
void |
callerNumber(java.lang.String value)
Configures the caller number used for identification
|
java.lang.String |
context()
Gets the context in use
|
void |
context(java.lang.String value)
Configures the context to be used
|
protected void |
finalize()
Ensures the underlying native object destruction
|
long |
handle()
Gets the pointer/address to the underlying native object
|
java.lang.String |
host()
Gets the server/host address in use
|
void |
host(java.lang.String value)
Configures the server/host address to be used
|
boolean |
isEqual(IAXConfig comp)
Compares the current configuration with the given one
|
public IAXConfig(long handle)
handle
- Pointer/address to the underlying native objectpublic long handle()
protected void finalize()
finalize
in class java.lang.Object
public java.lang.String host()
public void host(java.lang.String value)
value
- The server/host addresspublic java.lang.String context()
public void context(java.lang.String value)
value
- The contextpublic java.lang.String callerID()
public void callerID(java.lang.String value)
value
- The caller ID to be usedpublic java.lang.String callerNumber()
public void callerNumber(java.lang.String value)
value
- The caller number to be usedpublic boolean isEqual(IAXConfig comp)
comp
- IAX configuration to be compared