Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ex_setup.h(3) [debian man page]

eX_setup.h(3)							    libeXosip2							     eX_setup.h(3)

NAME
eX_setup.h - eXosip setup API SYNOPSIS
#include <eXosip2/eXosip.h> #include <osipparser2/osip_message.h> #include <time.h> Functions int eXosip_init (void) void eXosip_quit (void) int eXosip_execute (void) int eXosip_set_option (int opt, const void *value) int eXosip_lock (void) int eXosip_unlock (void) struct osip_naptr * eXosip_dnsutils_naptr (const char *domain, const char *protocol, const char *transport, int keep_in_cache) int eXosip_dnsutils_dns_process (struct osip_naptr *output_record, int force) int eXosip_dnsutils_rotate_srv (struct osip_srv_record *output_record) int eXosip_listen_addr (int transport, const char *addr, int port, int family, int secure) int eXosip_set_socket (int transport, int socket, int port) void eXosip_set_user_agent (const char *user_agent) const char * eXosip_get_version (void) int eXosip_set_cbsip_message (CbSipCallback cbsipCallback) void eXosip_enable_ipv6 (int ipv6_enable) void eXosip_masquerade_contact (const char *public_address, int port) int eXosip_find_free_port (int free_port, int transport) int eXosip_transport_set (osip_message_t *msg, const char *transport) int eXosip_guess_localip (int family, char *address, int size) Detailed Description eXosip setup API This file provide the API needed to setup and configure the SIP endpoint. Author Generated automatically by Doxygen for libeXosip2 from the source code. Version 3.1.0 Sun Jun 24 2012 eX_setup.h(3)

Check Out this Related Man Page

eXosip2 OPTIONS and UA capabilities Management(3)		    libeXosip2			 eXosip2 OPTIONS and UA capabilities Management(3)

NAME
eXosip2 OPTIONS and UA capabilities Management - 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) Detailed Description Function Documentation int eXosip_options_build_request (osip_message_t **options, const char *to, const char *from, const char *route) Build a default OPTIONS message. Parameters: options Pointer for the SIP request to build. to SIP url for callee. from SIP url for caller. route Route header for INVITE. (optional) int eXosip_options_send_request (osip_message_t *options) Send an OPTIONS request. Parameters: options SIP OPTIONS message to send. int eXosip_options_build_answer (inttid, intstatus, osip_message_t **answer) Build answer for an OPTIONS request. Parameters: tid id of OPTIONS transaction. status status for SIP answer to build. answer The SIP answer to build. int eXosip_options_send_answer (inttid, intstatus, osip_message_t *answer) Send answer for an OPTIONS request. Parameters: tid id of OPTIONS transaction. status status for SIP answer to send. answer The SIP answer to send. (default will be sent if NULL) Author Generated automatically by Doxygen for libeXosip2 from the source code. Version 3.1.0 Sun Jun 24 2012 eXosip2 OPTIONS and UA capabilities Management(3)
Man Page

We Also Found This Discussion For You

1. UNIX for Dummies Questions & Answers

void (char *asd)

void asdf(char *asd) is this thing a pointer? (1 Reply)
Discussion started by: khestoi
1 Replies