Set the fine-grained tracing trigger address tracing selectors for a SIS RA entity.
The SIS RA entity to manage to is specified by the
enclosing
sis-in-management
element.
Selectors are specified in nested
selector
elements. For example:
<sis-in-management
raentity="foo">
<settriggeraddresstracingselectors triggertype="originating">
<selector
name="CallingPartyNumber"/>
<selector name="LocationNumber"/>
</settriggeraddresstracingselectors>
</sis-in-management>
This task invokes the
INTriggerAddressTracingManagementMBean.setSelectors(com.opencloud.slee.resources.sis.management.TriggerType, com.opencloud.slee.resources.insis.management.INTriggerAddressTracingSelector[])
management operation.
Ant Parameters
Attribute |
Description |
Required |
triggertype |
The type of trigger to set the selectors for. Must be "originating", "terminating", or "third_party". |
Yes. |
failonerror |
Default failure case behaviour for this task. If set to 'false' or 'no', the build will continue when this task attempts a redundant action. |
No. Default is inherited from the enclosing INSISManagementTask . |
Parameters specified as nested elements
Element |
Description |
selector |
Identifies a trigger addressing tracing selector. Zero or more nested selector elements may be present as required.
Valid selector values are "CallingPartyNumber", "CalledPartyNumber", "CalledPartyBCDNumber",
"RedirectingPartyID", "LocationNumber", "OriginalCalledPartyID", "AdditionalCallingPartyNumber". |