SipUri represents a sip Uri (as defined by RFC3261). For the purposes of CSN usage, SipUri is decomposed into the host and user parts. NOTE: the user part may be further decomposed into an FQDN. Constraints: - see Uri constraints ::= : | : ::= sip | sips ::= @ | ::= \w{1,256} ::= | : ::= | ::= . | .. (total hostname length should not be more than 255) ::= . |
User represents the optional user part of the sip Uri. NOTE: for the purposes of CSN usage the user part may be decomposed into an FQDN. Constraints: - [A-Za-z0-9]*{1,256} Default: - none
SipUri represents a sip Uri (as defined by RFC3261). For the purposes of CSN usage, SipUri is decomposed into the host and user parts. NOTE: the user part may be further decomposed into an FQDN. Constraints: - see Uri constraints ::= : | : ::= sip | sips ::= @ | ::= \w{1,256} ::= | : ::= | ::= . | .. (total hostname length should not be more than 255) ::= . | ::= ::= | - (label lenght must be between 1 and 63) ::= [a-zA-Z0-9] ::= ... ::= 0..255 ::= 0..65535 Default: - none
User represents the optional user part of the sip Uri. NOTE: for the purposes of CSN usage the user part may be decomposed into an FQDN. Constraints: - [A-Za-z0-9]*{1,256} Default: - none