TerminatingFeatures - UCM Plugin Map
Map Description
Handles the terminating features, including the basing rigning of the device.
Responsibilities
Name | Description | Pseudo-code | Metadata | URN Links |
ringingTreatment | This user is available. Prepares the ringback signal. | |
| |
busyTreatment | This user is busy and cannot answer. Prepares busy signal. | |
| |
ringTreatment | Prepares the ring signal | |
| |
Or Fork Description
Guard Conditions | Metadata |
[NotBusy] ==> !Busy(1.0) [Busy] ==> Busy(1.0) | |
Stubs
Dynamic Stub - Displaying
Input Bindings | IN 1 <-> start
| Output Bindings | OUT 1 <-> continue
|
Expression: | !SubCND | Transaction: | false | Probability: | 1.0 | |
Input Bindings | IN 1 <-> start
| Output Bindings | OUT 1 <-> success OUT 2 <-> disp
|
Expression: | SubCND | Transaction: | false | Probability: | 1.0 | |