Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

exosip_event(3) [debian man page]

eXosip_event(3) 						    libeXosip2							   eXosip_event(3)

NAME
eXosip_event - SYNOPSIS
#include <eXosip.h> Data Fields eXosip_event_type_t type char textinfo [256] void * external_reference osip_message_t * request osip_message_t * response osip_message_t * ack int tid int did int rid int cid int sid int nid int ss_status int ss_reason Detailed Description Structure for event description Field Documentation eXosip_event_type_t eXosip_event::type type of the event char eXosip_event::textinfo[256] text description of event void* eXosip_event::external_reference external reference (for calls) osip_message_t* eXosip_event::request request within current transaction osip_message_t* eXosip_event::response last response within current transaction osip_message_t* eXosip_event::ack ack within current transaction int eXosip_event::tid unique id for transactions (to be used for answers) int eXosip_event::did unique id for SIP dialogs int eXosip_event::rid unique id for registration int eXosip_event::cid unique id for SIP calls (but multiple dialogs!) int eXosip_event::sid unique id for outgoing subscriptions int eXosip_event::nid unique id for incoming subscriptions int eXosip_event::ss_status current Subscription-State for subscription int eXosip_event::ss_reason current Reason status for subscription Author Generated automatically by Doxygen for libeXosip2 from the source code. Version 3.1.0 Sun Jun 24 2012 eXosip_event(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

6 More Discussions You Might Find Interesting

1. News, Links, Events and Announcements

Linux use in the US Government

http://slashdot.org/article.pl?sid=04/06/24/0135208&mode=thread&tid=106&tid=185 (0 Replies)
Discussion started by: norsk hedensk
0 Replies

2. Shell Programming and Scripting

need to generate unique id from constant sid

Hello I have multiple accounts that running application that uses unique port number I want to generate this port from some sid number that stays constant for every user account , is there any place in the system that generate number that is unique to the account ? thanks (0 Replies)
Discussion started by: umen
0 Replies

3. Shell Programming and Scripting

sFTP result

Hi all, batchfile ====== lcd /home/data/ cd /tmp/source/ get "*.temp.ack" quit Result from sftp ============ 1111.temp.ack| 0B | 0B/s | TOC: 00:00:01 | 100%^M ^M2222.temp.ack | 0B | 0B/s | TOC: 00:00:01 | 100%^M ^M3333.temp.ack | 0B | 0B/s | TOC: 00:00:01 | 100%^M ^M As I don't know... (4 Replies)
Discussion started by: mpang_
4 Replies

4. Shell Programming and Scripting

Awk Script: Nested search using different patter

Hi Friends. Please have a look at dummy file. I need to extract from this file: 1. Counts of event= 2. the 2nd coulmn is unique call id of this transaction. Based on that, i have to search for txstatus= . Note: Values of event, calltype and txstatus can be anything. I want to print... (1 Reply)
Discussion started by: itsmesanju
1 Replies

5. Shell Programming and Scripting

!# used on command line

hi. i installed ack, and on the website, it says to run: curl http://betterthangrep.com/ack-standalone > ~/bin/ack && chmod 0755 !#:3 now, what does the !#:3 mean? i'm guessing that it's referring to the 3rd argument on the command line, which in this case would be ~/bin/ack? is that... (4 Replies)
Discussion started by: joemartinez
4 Replies

6. Shell Programming and Scripting

How to grep on unique id which has request and response on different lines?

Hi I want to find out those unique uids from the log file which have request and response. The log file format is as follows. This log has other irrelevant lines too but each uid should have request and reponse, I need those uids only 2013-04-03 10:51:01,808 INFO <?xml version="1.0"... (4 Replies)
Discussion started by: random_thoughts
4 Replies