Operates on SIP Request.
BODY (uint i)
Operate as Text on the SIP request body. The length of the body is equal to the number in the argument. If there aren't enough characters in the body then the entire body is selected.
Parameters:i- Body length
Returns: text_tReturns the content of the "Callid" header
Returns: sip_callid_header_tReturns the length of the SIP request as a number.
Returns: sip_content_length_tReturns the SIP Cseq number
Returns: num_tReturns the CS vserver serving the current request.
Returns: vserver_tReturns the content of the "From" header
Returns: sip_from_header_tReturns the entire request header (including the terminating \r\n\r\n)
Returns: text_tReturns the contents of the SIP header specified by the String argument. The header name cannot be longer than 32 characters.
Parameters (expressions not allowed):header_name- Header Name
Returns: sip_header_tReturns TRUE if the SIP request is properly formed.
Returns: bool_atReturns the LB vserver serving the current request.
Returns: vserver_tReturns the SIP method object from the request.
Returns: sip_method_tReturns the content of the "To" header
Returns: sip_to_header_tObtain the SIP URL object from the request. The Text object backing the SIP URL object has the Text Mode set to URLENCODED by default.
Returns: sip_url_tReturns the SIP version.
Returns: sip_version_tReturns the content of the "Via" header
Returns: sip_via_header_t