|
EcimDerivedString at minimum 0 and maximum 2000 characters, in the following regexp format: [0-9]{1,10}:[1-9][0-9]{0,9}(,[1-9][0-9]{0,9})*:.* (<Priority-nr>:<Capabilities>:<SIP-URI>)
The "Priority-nr" can take the values of an unsigned integer. The higher the "Priority-nr" the lower the priority (0 = max priority, 2^32-1 = min priority).
"Capabilities" is a comma separated list of maximum 16 positive numbers. Each number can only exist ones per entry. Zero is not considered as a valid value.
"SIP-URI" is a standard sip-uri that contains an S-CSCF name but no lr-parameter.
For example "3:5:sip:scscf.network.com" or "1:1,2,3: sip:[1234::1234:1234]".
|