forked from willamowius/gnugk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cisco.asn
32 lines (28 loc) · 886 Bytes
/
cisco.asn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
CISCO-MESSAGES DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
IMPORTS
CallIdentifier,
AliasAddress
FROM H225-MESSAGES;
ARQnonStandardInfo ::= [2] SEQUENCE
{
sourceAlias SEQUENCE OF AliasAddress, -- of calling proxy
sourceExtAlias SEQUENCE OF AliasAddress, -- of calling endpoint
...,
redirectIEinfo INTEGER(0..255) OPTIONAL,
callingOctet3a INTEGER(0..255) OPTIONAL,
displayInformationElement IA5String (SIZE (1..128)) OPTIONAL,
interfaceSpecificBillingId IA5String (SIZE (1..128)) OPTIONAL,
interfaceDescription IA5String (SIZE (1..128)) OPTIONAL
}
LRQnonStandardInfo ::= [4] SEQUENCE
{
ttl INTEGER(1..255),
...,
callIdentifier CallIdentifier OPTIONAL,
redirectIEinfo INTEGER(0..255) OPTIONAL,
callingOctet3a INTEGER(0..255) OPTIONAL,
gatewaySrcInfo SEQUENCE OF AliasAddress OPTIONAL,
displayInformationElement IA5String (SIZE (1..128)) OPTIONAL
}
END