Functions | |
int | eXosip_options_build_request (osip_message_t **options, const char *to, const char *from, const char *route) |
int | eXosip_options_send_request (osip_message_t *options) |
int | eXosip_options_build_answer (int tid, int status, osip_message_t **answer) |
int | eXosip_options_send_answer (int tid, int status, osip_message_t *answer) |
|
Build a default OPTIONS message.
|
|
Send an OPTIONS request.
|
|
Build answer for an OPTIONS request.
|
|
Send answer for an OPTIONS request.
|