You can edit these attributes through the Admin Console or through the following get and set commands
To get the values of all attributes and properties of the SIP service protocol, use the following command: asadmin get server-config.sip-service.sip-protocol.*
Enable Error Response (error-response-enabled): Specifies whether an error response is sent or not. Set to false by default.
Default TCP Transport(default-tcp-transport): If set to true, transport=tcpis inserted in the URI of the contactand record-routeheaders.
To set an attribute of the SIP service protocol, use the set command as follows: asadmin set server-config.sip-service.sip-protocol.default-tcp-transport=false
The SIP Service Protocol has a sub-element called SIP timer. You can list the sub-elements of the SIP service protocol by using the following command: asadmin list server-config.sip-service.access-log.*
To get the values of all attributes and properties of the SIP service timers, use the following command: asadmin get server-config.sip-service.protocol.sip-timers.*