public interface SipMBean
| Modifier and Type | Method and Description |
|---|---|
String |
getClusterName() |
String |
getHost()
Address of remote host where all SIP messages should be forwarded to
|
String |
getName() |
int |
getNetworkId()
networkId
default value is 0
|
int |
getPort()
port of remote host where all SIP messages are sent
|
String |
getRoutingAddressRange()
The
DefaultSmsRoutingRule will try to match destination_addr
here. |
int |
getRoutingNpi()
The
DefaultSmsRoutingRule will try to match the dest_addr_npi
with one configured here. |
int |
getRoutingTon()
The
DefaultSmsRoutingRule will try to match the dest_addr_ton of
outgoing SMS with one configured here. |
boolean |
isChargingEnabled()
true if charging is enabled for this SIP stack
|
boolean |
isCountersEnabled()
true if counters is enabled.
|
boolean |
isStarted() |
void |
setChargingEnabled(boolean chargingEnabled) |
void |
setClusterName(String clusterName)
Cluster in which this SIP stack belongs.
|
void |
setCountersEnabled(boolean countersEnabled) |
void |
setHost(String host) |
void |
setNetworkId(int networkId) |
void |
setPort(int port) |
void |
setRoutingAddressRange(String sourceAddressRange) |
void |
setRoutingNpi(int sourceNpi) |
void |
setRoutingTon(int routingTon) |
boolean isStarted()
String getName()
void setClusterName(String clusterName)
clusterName - String getClusterName()
String getHost()
void setHost(String host)
int getPort()
void setPort(int port)
int getNetworkId()
void setNetworkId(int networkId)
int getRoutingTon()
DefaultSmsRoutingRule will try to match the dest_addr_ton of
outgoing SMS with one configured here. If configured value is null(-1) or
it's not null and match's, SMSC will compare dest_addr_npi and
destination_addr as below. It it doesn't match, SMSC will select next SIP
in list for matching routing rulevoid setRoutingTon(int routingTon)
int getRoutingNpi()
DefaultSmsRoutingRule will try to match the dest_addr_npi
with one configured here. If configured value is null(-1)or it's not null
and match's, SMSC will compare destination_addr as below. It it doesn't
match, SMSC will select next SIP in list for matching routing rulevoid setRoutingNpi(int sourceNpi)
String getRoutingAddressRange()
DefaultSmsRoutingRule will try to match destination_addr
here. This is regular java expression. Default value is null. If it
match's, SMSC will send the SMS out over this SIP connection. If it
doesn't match, SMSC will select next ESME in list for matching routing
rulevoid setRoutingAddressRange(String sourceAddressRange)
boolean isCountersEnabled()
void setCountersEnabled(boolean countersEnabled)
boolean isChargingEnabled()
void setChargingEnabled(boolean chargingEnabled)
Copyright © 2017. All Rights Reserved.