public interface SmsRoutingRule
| Modifier and Type | Method and Description |
|---|---|
String |
getEsmeClusterName(int ton,
int npi,
String address,
String name,
int networkId)
Tries to match the TON, NPI, Address of SMS with underlying ESME.
|
String |
getSipClusterName(int ton,
int npi,
String address,
int networkId) |
void |
setEsmeManagement(org.restcomm.smpp.EsmeManagement em) |
void |
setSipManagement(SipManagement sm) |
void |
setSmscPropertiesManagement(SmscPropertiesManagement sm) |
String getEsmeClusterName(int ton, int npi, String address, String name, int networkId)
ton - npi - address - name - networkId - NetworkId on which this SMS is receivedvoid setEsmeManagement(org.restcomm.smpp.EsmeManagement em)
void setSipManagement(SipManagement sm)
void setSmscPropertiesManagement(SmscPropertiesManagement sm)
Copyright © 2017. All Rights Reserved.