Below are the sipservlet-console and Ant commands for replacing an application name reference.
An existing application name reference can have its ServiceID replaced with a new ServiceID .
|
Console
Syntax |
replaceapplicationnameref <ra-entity> <name> <service-id> |
---|---|
Example |
replaceapplicationnameref ss my-app name=New-Service,vendor=abc,version=2 |
Ant
Syntax |
<sipservlet:replaceapplicationnameref name="..."> <sipservlet:service name="..." vendor="..." version="..."/> </sipservlet:replaceapplicationnameref> |
---|---|
Example |
<sipservlet:replaceapplicationnameref name="my-app"> <sipservlet:service name="New-Service" vendor="abc" version="2"/> </sipservlet:replaceapplicationnameref> |