MtasString0to255DT[0..50] |
-
vtasMmtLongDurationCallDestCatList
-
This attribute defines the global destination category list applicable for long duration call supervision in Node. It is a list of strings and each entry is sub-string matched with request URI in the SIP request. When there is a match, the long duration supervision timer value will be vtasMmtLongDurationCallDestCatTimer. A destination category entry may include one or several wildcard characters "^" in any position of the number part. The presence of such wildcard character is interpreted as any character value in the sub-string matching. Definition of TEL URIs and SIP embedded TEL URIs (i.e. SIP URI with user=phone) is supported. If both the destination and the entry URIs are TEL or SIP embedded TEL URIs then the sub-string matching is performed only for the number part of the entry. The sub-string match can be limited to left-string number prefix match if the entry starts with colon ":" or plus "+" characters followed by the number prefix.
Entry configuration examples: a) "tel:+1800", "sip:+1800@;user-phone" : left-string match of the global number prefix "+1800". b) "tel:411", "sip:411@;user=phone" : sub-string match of the number "411", the "411" can appear in any position of the destination URI. c) ":411" : left-string match of local number prefix "411". d) "+1^^^700", "tel:+1^^^700", "sip:+1^^^700@;user=phone" : left-string number prefix match including wildcard characters, any destination in the range of +1000700 and +1999700 (e.g. tel:+10007001111 or sip:+10007001111@operator.com;user=phone) will be considered as destination category matched. e) "invalid.com" : sub-string domain match, any destination URI including the sub-domain of "invalid.com" will be considered as destination category matched.
Takes effect: New session
|