Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

sdpadm(1m) [opensolaris man page]

sdpadm(1M)						  System Administration Commands						sdpadm(1M)

NAME
sdpadm - SDP system configuration administration SYNOPSIS
/usr/sbin/sdpadm status | enable | disable DESCRIPTION
The sdpadm command is used to display the system state of the Sockets Direct Protocol (SDP) protocol. The sdpadm command can optionally be used to set the state of the SDP protocol. See sdp(7D). By default the SDP protocol is disabled on the system. It can be enabled by using sdpadm enable. OPTIONS
The following subcommands are supported: status Displays the system status of the SDP protocol enable Enables the SDP protocol disable Disables the SDP protocol USAGE
The required privileges to change the state of the SDP protocol are controlled by the network configuration policy. If a user does not have the correct privileges to set the SDP policy, sdpadm returns the current state of SDP without having changed the state. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWibsdpu | +-----------------------------+-----------------------------+ |Interface Stability |Uncommitted | +-----------------------------+-----------------------------+ SEE ALSO
attributes(5), sdp(7D) Infiniband Specification Volume 1 (http://www.infinibandta.org) SunOS 5.11 22 Dec 2008 sdpadm(1M)

Check Out this Related Man Page

eXosip2 SDP helper API.(3)					    libeXosip2						eXosip2 SDP helper API.(3)

NAME
eXosip2 SDP helper API. - Functions sdp_message_t * eXosip_get_remote_sdp (int did) sdp_message_t * eXosip_get_local_sdp (int did) sdp_message_t * eXosip_get_previous_local_sdp (int did) sdp_message_t * eXosip_get_remote_sdp_from_tid (int tid) sdp_message_t * eXosip_get_local_sdp_from_tid (int tid) sdp_message_t * eXosip_get_sdp_info (osip_message_t *message) 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_video_connection (sdp_message_t *sdp) sdp_media_t * eXosip_get_video_media (sdp_message_t *sdp) sdp_connection_t * eXosip_get_connection (sdp_message_t *sdp, const char *media) sdp_media_t * eXosip_get_media (sdp_message_t *sdp, const char *media) Detailed Description Function Documentation sdp_message_t* eXosip_get_remote_sdp (intdid) Get remote SDP body for the latest INVITE of call. Parameters: did dialog id of call. sdp_message_t* eXosip_get_local_sdp (intdid) Get local SDP body for the latest INVITE of call. Parameters: did dialog id of call. sdp_message_t* eXosip_get_previous_local_sdp (intdid) Get local SDP body for the previous latest INVITE of call. Parameters: did dialog id of call. sdp_message_t* eXosip_get_remote_sdp_from_tid (inttid) Get remote SDP body for the latest INVITE of call. Parameters: tid transction id of transaction. sdp_message_t* eXosip_get_local_sdp_from_tid (inttid) Get local SDP body for the latest INVITE of call. Parameters: tid transction id of transaction. sdp_message_t* eXosip_get_sdp_info (osip_message_t *message) Get local SDP body for the given message. Parameters: message message containing the SDP. sdp_connection_t* eXosip_get_audio_connection (sdp_message_t *sdp) Get audio connection information for call. Parameters: sdp sdp information. sdp_media_t* eXosip_get_audio_media (sdp_message_t *sdp) Get audio media information for call. Parameters: sdp sdp information. sdp_connection_t* eXosip_get_video_connection (sdp_message_t *sdp) Get video connection information for call. Parameters: sdp sdp information. sdp_media_t* eXosip_get_video_media (sdp_message_t *sdp) Get video media information for call. Parameters: sdp sdp information. sdp_connection_t* eXosip_get_connection (sdp_message_t *sdp, const char *media) Get media connection information for call. Parameters: sdp sdp information. media media to search. sdp_media_t* eXosip_get_media (sdp_message_t *sdp, const char *media) Get media information for call. Parameters: sdp sdp information. media media to search. Author Generated automatically by Doxygen for libeXosip2 from the source code. Version 3.1.0 Sun Jun 24 2012 eXosip2 SDP helper API.(3)
Man Page