.TH "eXosip2_options" 3 "Thu Dec 15 2016" "Version 4.1.0" "libeXosip2" \" -*- nroff -*- .ad l .nh .SH NAME eXosip2_options \- eXosip2 OPTIONS and UA capabilities Management .SS "Functions" .in +1c .ti -1c .RI "int \fBeXosip_options_build_request\fP (struct eXosip_t *excontext, osip_message_t **options, const char *to, const char *from, const char *route)" .br .ti -1c .RI "int \fBeXosip_options_send_request\fP (struct eXosip_t *excontext, osip_message_t *options)" .br .ti -1c .RI "int \fBeXosip_options_build_answer\fP (struct eXosip_t *excontext, int tid, int status, osip_message_t **answer)" .br .ti -1c .RI "int \fBeXosip_options_send_answer\fP (struct eXosip_t *excontext, int tid, int status, osip_message_t *answer)" .br .in -1c .SH "Detailed Description" .PP .SH "Function Documentation" .PP .SS "int eXosip_options_build_request (struct eXosip_t * excontext, osip_message_t ** options, const char * to, const char * from, const char * route)" Build a default OPTIONS message\&. .PP \fBParameters:\fP .RS 4 \fIexcontext\fP eXosip_t instance\&. .br \fIoptions\fP Pointer for the SIP request to build\&. .br \fIto\fP SIP url for callee\&. .br \fIfrom\fP SIP url for caller\&. .br \fIroute\fP Route header for INVITE\&. (optional) .RE .PP .SS "int eXosip_options_send_request (struct eXosip_t * excontext, osip_message_t * options)" Send an OPTIONS request\&. .PP \fBParameters:\fP .RS 4 \fIexcontext\fP eXosip_t instance\&. .br \fIoptions\fP SIP OPTIONS message to send\&. .RE .PP .SS "int eXosip_options_build_answer (struct eXosip_t * excontext, int tid, int status, osip_message_t ** answer)" Build answer for an OPTIONS request\&. .PP \fBParameters:\fP .RS 4 \fIexcontext\fP eXosip_t instance\&. .br \fItid\fP id of OPTIONS transaction\&. .br \fIstatus\fP status for SIP answer to build\&. .br \fIanswer\fP The SIP answer to build\&. .RE .PP .SS "int eXosip_options_send_answer (struct eXosip_t * excontext, int tid, int status, osip_message_t * answer)" Send answer for an OPTIONS request\&. .PP \fBParameters:\fP .RS 4 \fIexcontext\fP eXosip_t instance\&. .br \fItid\fP id of OPTIONS transaction\&. .br \fIstatus\fP status for SIP answer to send\&. .br \fIanswer\fP The SIP answer to send\&. (default will be sent if NULL) .RE .PP .SH "Author" .PP Generated automatically by Doxygen for libeXosip2 from the source code\&.