Operates SIP Response.
BODY (uint i)
Operate as Text on the SIP response 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: text_tReturns the length of the SIP response as a number.
Returns: sip_content_length_tReturns the SIP Cseq number
Returns: num_tReturns the content of the "From" header
Returns: sip_from_header_tReturns the entire response 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 response code is redirect. Note that status code 304 is not
considered a redirect SIP response status code, while
status code 306 is unused.
The following are redirect response codes:
1) 300 (Multiple Choices)
2) 301 (Moved Permanently)
3) 302 (Found)
4) 303 (See Other)
5) 305 (Use Proxy)
6) 307 (Temporary Redirect)
Returns TRUE if the SIP response is properly formed.
Returns: bool_atReturns the SIP method. this is extracted from the Cseq header in the response.
Returns: sip_method_tReturns the SIP response status code.
Returns: num_tReturns the SIP response status message.
Returns: text_tReturns the content of the "To" header
Returns: sip_to_header_tReturns the SIP version.
Returns: sip_version_tReturns the content of the "Via" header
Returns: sip_via_header_t