home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.muug.mb.ca
/
2014.06.ftp.muug.mb.ca.tar
/
ftp.muug.mb.ca
/
pub
/
openh323.tar.gz
/
openh323.tar
/
openh323
/
src
/
h4506.asn
< prev
next >
Wrap
Text File
|
2001-05-03
|
932b
|
34 lines
Call-Waiting-Operations
{
itu-t recommendation h 450 6 version1(0) call-waiting-operations(0)
}
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
IMPORTS Extension FROM H4501 -- Manufacturer-specific-service-extension-definition
{
itu-t recommendation h 450 1 version1(0) msi-definition(18)
}
MixedExtension FROM H4504 -- Call-Hold-Operations
{
itu-t recommendation h 450 4 version1(0) call-hold-operations(0)
};
CallWaitingOperations ::= ENUMERATED
{
callWaiting(105)
}
CallWaitingArg ::= SEQUENCE
{
nbOfAddWaitingCalls INTEGER (0..255) OPTIONAL, -- indicates the number of waiting calls at the served user
-- in addition to the call to which this operation applies.
extensionArg SEQUENCE SIZE (0..255) OF MixedExtension OPTIONAL,
...
}
END -- of Call-Waiting-Operations