appTrigger

Extends: baseModel
Namespace: (default namespace)
XML Schema: ns0.xsd

Application Trigger model class. It is used for triggering a control flow based on a given protocol (e.g. SIP), a method (e.g. INVITE, REGISTER, SUBSCRIBE, etc.), and a given application (optional, not used, reserved for future) in a given change set.

XML

Elements

name (type) min/max
occurs
description
id (integer) 0/1 The unique database ID.
changeSetId (integer) 0/1 The associated change set ID.
controlFlowPid (integer) 0/1 The control flow ID which is triggered.
application (string) 0/1 The associated application ID. (optional, reserved for future use)
protocol (string) 0/1 The associated protocol, for instance SIP.
method (string) 0/1 The associated method, INVITE, REGISTER, SUBSCRIBE, etc.