A SIP Servlet management task for deactivating a SIP Servlet service using its servlet application name
instead of its
ServiceID
.
Ant Parameters
Attribute |
Description |
Required |
connectionrefid |
The id of a previous connect task that will be used to connect
to a SIP Servlet RA entity. |
No. The connection from the last successful
connect task is used by default. |
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 false . |
appname |
The name of the servlet application to deactivate. |
Yes. |
wait |
If true, the task will block and wait for the service to reach the INACTIVE state. |
No, defaults to false. |