Package | Description |
---|---|
com.opencloud.sentinel.util |
Modifier and Type | Method and Description |
---|---|
static SipAddressString |
SipAddressUtil.getAddressString(Address address)
Extract an address string from an address header in a SIP message (such as From or To), or return null if this address is not a phone number
|
static SipAddressString |
SipAddressUtil.getAddressString(Address address,
boolean forceSipUserEqualsPhone)
Extract an address string from an address header in a SIP message (such as From or To), or return null if this address is not a phone number
|
static SipAddressString |
SipAddressUtil.getAddressString(URI uri)
Extract an address string from a SIP URI, or return null if this URI is not a phone number
|
static SipAddressString |
SipAddressUtil.getAddressString(URI uri,
boolean forceSipUserEqualsPhone)
Extract an address string from a SIP URI, or return null if this URI is not a phone number
|
static SipAddressString |
SipAddressUtil.getDigits(URI uri)
Extract an address string from a SIP or Tel URI, or return null if this URI is not a phone number.
|
static SipAddressString |
SipAddressString.of(java.lang.String address,
boolean isInternational) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
SipAddressStringNormalizer.normaliseAddress(SipAddressString toNormalize,
Normalizer addressNormalizer)
Normalise the address
|
static Address |
SipAddressUtil.updateAddress(Address originalAddress,
SipAddressString extractedAddress,
java.lang.String newAddress)
Updates a URI with a new address.
|
static URI |
SipAddressUtil.updateURI(URI originalURI,
SipAddressString extractedAddress,
java.lang.String newAddress)
Updates a URI with a new address.
|
Copyright © OpenCloud. All Rights Reserved.