aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h225
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2007-02-14 08:08:44 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2007-02-14 08:08:44 +0000
commita91eb30021bbc28ae6d1442353469b1c5618c9de (patch)
tree3024414970946c1bf98676dc426fb3efc0150a95 /asn1/h225
parent3f3d725506a331c48f7f9ec35259146a510fbdee (diff)
H.225.0 updated to 05/2006, Amendment 1 01/2007
svn path=/trunk/; revision=20807
Diffstat (limited to 'asn1/h225')
-rw-r--r--asn1/h225/H323-MESSAGES.asn17
1 files changed, 10 insertions, 7 deletions
diff --git a/asn1/h225/H323-MESSAGES.asn b/asn1/h225/H323-MESSAGES.asn
index 1a6b455835..9833dbc3ab 100644
--- a/asn1/h225/H323-MESSAGES.asn
+++ b/asn1/h225/H323-MESSAGES.asn
@@ -1,12 +1,12 @@
-- H323-MESSAGES.asn
--
-- Taken from ITU ASN.1 database
--- http://www.itu.int/ITU-T/asn1/database/itu-t/h/h225-0/2006/H323-MESSAGES.asn
+-- http://www.itu.int/ITU-T/asn1/database/itu-t/h/h225-0/2006-amd1/H323-MESSAGES.asn
--
-- $Id$
--
--- Module H323-MESSAGES (H.225.0:05/2006)
+-- Module H323-MESSAGES (H.225.0:05/2006, Amendment 1:01/2007)
H323-MESSAGES DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
@@ -439,11 +439,14 @@ SetupAcknowledge-UUIE ::= SEQUENCE {
}
Notify-UUIE ::= SEQUENCE {
- protocolIdentifier ProtocolIdentifier,
- callIdentifier CallIdentifier,
- tokens SEQUENCE OF ClearToken OPTIONAL,
- cryptoTokens SEQUENCE OF CryptoH323Token OPTIONAL,
- ...
+ protocolIdentifier ProtocolIdentifier,
+ callIdentifier CallIdentifier,
+ tokens SEQUENCE OF ClearToken OPTIONAL,
+ cryptoTokens SEQUENCE OF CryptoH323Token OPTIONAL,
+ ...,
+ connectedAddress SEQUENCE OF AliasAddress OPTIONAL,
+ presentationIndicator PresentationIndicator OPTIONAL,
+ screeningIndicator ScreeningIndicator OPTIONAL
}
-- Beginning of common message elements section