Session Initiation Protocol Library Functions
sipgetrespdesc(3SIP)
NAME
sipgetrespdesc - return the response phrase
SYNOPSIS
cc [ flag ... ] file ... -lsip [ library ... ]
#include
char *sipgetrespdesc(int *respcode);
DESCRIPTION
The sipgetrespdesc() function returns the response phrase
for the given response code in respcode. The response code
is not one that is listed in RFC 3261 (Section 21). The
returned string is "UNKNOWN".
RETURN VALUES
The value of errno is not changed by these calls in the
event of an error.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Interface Stability Committed
MT-Level MT-Safe
SEE ALSO
libsip(3LIB)
SunOS 5.11 Last change: 25 Jan 2007 1
Session Initiation Protocol Library Functions
sipgetrespdesc(3SIP)
SunOS 5.11 Last change: 25 Jan 2007 2
|