static SipAddressString |
SipAddressUtil.getAddressString(java.lang.String digits) |
Extract an address string from a given string.
|
static SipAddressString |
SipAddressUtil.getAddressString(org.jainslee.resources.sip.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(org.jainslee.resources.sip.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(org.jainslee.resources.sip.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(org.jainslee.resources.sip.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(org.jainslee.resources.sip.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) |
|