blob: ac93226a1bba2ee5615a5eec24009ed5e905d2a9 (
plain) (
tree)
|
|
ChoiceInSeq DEFINITIONS ::=
BEGIN
CallCentreServiceNotificationArg ::= SEQUENCE {
scriptInformation [0] ScriptToScriptInformation,
eventInformation
CHOICE
{ callEvent [1] CallEvent,
billingReport [2] BillingInformation
} OPTIONAL
}
ScriptToScriptInformation ::= INTEGER
CallEvent ::= INTEGER
BillingInformation ::= INTEGER
EventInformation ::=
CHOICE
{ callEvent [1] CallEvent,
billingReport [2] BillingInformation
}
END
|