SIP Witch 1.9.15
|
Functions | |
sdp_message_t * | eXosip_get_remote_sdp (struct eXosip_t *excontext, int did) |
Get remote SDP body for the latest INVITE of call. More... | |
sdp_message_t * | eXosip_get_local_sdp (struct eXosip_t *excontext, int did) |
Get local SDP body for the latest INVITE of call. More... | |
sdp_message_t * | eXosip_get_previous_local_sdp (struct eXosip_t *excontext, int did) |
Get local SDP body for the previous latest INVITE of call. More... | |
sdp_message_t * | eXosip_get_remote_sdp_from_tid (struct eXosip_t *excontext, int tid) |
Get remote SDP body for the latest INVITE of call. More... | |
sdp_message_t * | eXosip_get_local_sdp_from_tid (struct eXosip_t *excontext, int tid) |
Get local SDP body for the latest INVITE of call. More... | |
sdp_message_t * | eXosip_get_sdp_info (osip_message_t *message) |
Get local SDP body for the given message. More... | |
sdp_connection_t * | eXosip_get_audio_connection (sdp_message_t *sdp) |
Get audio connection information for call. More... | |
sdp_media_t * | eXosip_get_audio_media (sdp_message_t *sdp) |
Get audio media information for call. More... | |
sdp_connection_t * | eXosip_get_video_connection (sdp_message_t *sdp) |
Get video connection information for call. More... | |
sdp_media_t * | eXosip_get_video_media (sdp_message_t *sdp) |
Get video media information for call. More... | |
sdp_connection_t * | eXosip_get_connection (sdp_message_t *sdp, const char *media) |
Get media connection information for call. More... | |
sdp_media_t * | eXosip_get_media (sdp_message_t *sdp, const char *media) |
Get media information for call. More... | |
sdp_connection_t* eXosip_get_audio_connection | ( | sdp_message_t * | sdp | ) |
sdp_media_t* eXosip_get_audio_media | ( | sdp_message_t * | sdp | ) |
sdp_connection_t* eXosip_get_connection | ( | sdp_message_t * | sdp, |
const char * | media | ||
) |
#include <eXosip.h>
Get media connection information for call.
sdp | sdp information. |
media | media to search. |
sdp_message_t* eXosip_get_local_sdp | ( | struct eXosip_t * | excontext, |
int | did | ||
) |
#include <eXosip.h>
Get local SDP body for the latest INVITE of call.
excontext | eXosip_t instance. |
did | dialog id of call. |
sdp_message_t* eXosip_get_local_sdp_from_tid | ( | struct eXosip_t * | excontext, |
int | tid | ||
) |
#include <eXosip.h>
Get local SDP body for the latest INVITE of call.
excontext | eXosip_t instance. |
tid | transction id of transaction. |
sdp_media_t* eXosip_get_media | ( | sdp_message_t * | sdp, |
const char * | media | ||
) |
#include <eXosip.h>
Get media information for call.
sdp | sdp information. |
media | media to search. |
sdp_message_t* eXosip_get_previous_local_sdp | ( | struct eXosip_t * | excontext, |
int | did | ||
) |
#include <eXosip.h>
Get local SDP body for the previous latest INVITE of call.
excontext | eXosip_t instance. |
did | dialog id of call. |
sdp_message_t* eXosip_get_remote_sdp | ( | struct eXosip_t * | excontext, |
int | did | ||
) |
#include <eXosip.h>
Get remote SDP body for the latest INVITE of call.
excontext | eXosip_t instance. |
did | dialog id of call. |
sdp_message_t* eXosip_get_remote_sdp_from_tid | ( | struct eXosip_t * | excontext, |
int | tid | ||
) |
#include <eXosip.h>
Get remote SDP body for the latest INVITE of call.
excontext | eXosip_t instance. |
tid | transction id of transaction. |
sdp_message_t* eXosip_get_sdp_info | ( | osip_message_t * | message | ) |
#include <eXosip.h>
Get local SDP body for the given message.
message | message containing the SDP. |
sdp_connection_t* eXosip_get_video_connection | ( | sdp_message_t * | sdp | ) |
sdp_media_t* eXosip_get_video_media | ( | sdp_message_t * | sdp | ) |