| getlbsipparametersResult Structure Definition |
The getlbsipparametersResult structure defines the return type for getlbsipparameters API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
lbsipparametersList |
List of lbsipparameterss |
| lbsipparameters Structure Definition |
The lbsipparameters structure defines the actual return type values for getlbsipparameters API. |
Syntax |
Members |
rnatsrcport |
Port number with which to match the source port in server-initiated SIP traffic. The rport parameter is added, without a value, to SIP packets that have a matching source port number, and CALL-ID based persistence is implemented for the responses received by the virtual server. |
rnatdstport |
Port number with which to match the destination port in server-initiated SIP traffic. The rport parameter is added, without a value, to SIP packets that have a matching destination port number, and CALL-ID based persistence is implemented for the responses received by the virtual server. |
retrydur |
Time, in seconds, for which a client must wait before initiating a connection after receiving a 503 Service Unavailable response from the SIP server. The time value is sent in the "Retry-After" header in the 503 response. |
addrportvip |
Add the rport parameter to the VIA headers of SIP requests that virtual servers receive from clients or servers. |
sip503ratethreshold |
Maximum number of 503 Service Unavailable responses to generate, once every 10 milliseconds, when a SIP virtual server becomes unavailable. |
rnatsecuresrcport |
Port number with which to match the source port in server-initiated SIP over SSL traffic. The rport parameter is added, without a value, to SIP packets that have a matching source port number, and CALL-ID based persistence is implemented for the responses received by the virtual server. |
rnatsecuredstport |
Port number with which to match the destination port in server-initiated SIP over SSL traffic. The rport parameter is added, without a value, to SIP packets that have a matching destination port number, and CALL-ID based persistence is implemented for the responses received by the virtual server. |
builtin |
Flag to determine if SIP param is built-in or not |
_nextgenapiresource |
See Also |