A B C D E F G H I K L M N O P Q R S T U V W X Z 

S

scheme - Variable in class com.csipsimple.api.SipProfile
 
scheme - Variable in class com.csipsimple.api.SipUri.ParsedSipContactInfos
Scheme of the protocol
scheme - Variable in class com.csipsimple.api.SipUri.ParsedSipUriInfos
Scheme of the protocol
SELF - Static variable in class com.csipsimple.api.SipMessage
Constant to represent self as sender or receiver of the message.
sendDtmf(int, int) - Method in interface com.csipsimple.api.ISipService
 
sendMessage(String, String, long) - Method in interface com.csipsimple.api.ISipService
 
SET_AUDIO_GENERATE_TONE - Static variable in class com.csipsimple.api.SipConfigManager
Should we generate a silent tone just after the audio is established as a workaround to some devices.
setAccountRegistration(int, int) - Method in interface com.csipsimple.api.ISipService
Change registration for a given account/profile id (id in database)
setActive(boolean) - Method in class com.csipsimple.api.SipProfileState
Should not be used for external use of the API.
setAddedStatus(int) - Method in class com.csipsimple.api.SipProfileState
Should not be used for external use of the API.
setBluetoothOn(boolean) - Method in interface com.csipsimple.api.ISipService
 
setDatabaseId(int) - Method in class com.csipsimple.api.SipProfileState
 
setEchoCancellation(boolean) - Method in interface com.csipsimple.api.ISipService
 
setExpires(int) - Method in class com.csipsimple.api.SipProfileState
Should not be used for external use of the API.
setMicrophoneMute(boolean) - Method in interface com.csipsimple.api.ISipService
 
setPjsuaId(int) - Method in class com.csipsimple.api.SipProfileState
Should not be used for external use of the API.
setPreferenceBoolean(String, boolean) - Method in interface com.csipsimple.api.ISipConfiguration
 
setPreferenceBooleanValue(Context, String, boolean) - Static method in class com.csipsimple.api.SipConfigManager
Set the value of a preference string
setPreferenceFloat(String, float) - Method in interface com.csipsimple.api.ISipConfiguration
 
setPreferenceFloatValue(Context, String, Float) - Static method in class com.csipsimple.api.SipConfigManager
Set the value of a preference string
setPreferenceIntegerValue(Context, String, Integer) - Static method in class com.csipsimple.api.SipConfigManager
Set the value of a preference integer
setPreferenceString(String, String) - Method in interface com.csipsimple.api.ISipConfiguration
 
setPreferenceStringValue(Context, String, String) - Static method in class com.csipsimple.api.SipConfigManager
Set the value of a preference string
setPresence(int, String, long) - Method in interface com.csipsimple.api.ISipService
 
setPriority(int) - Method in class com.csipsimple.api.SipProfileState
Should not be used for external use of the API.
setRead(boolean) - Method in class com.csipsimple.api.SipMessage
Set the message as read or unread.
setRegUri(String) - Method in class com.csipsimple.api.SipProfileState
Should not be used for external use of the API.
setSpeakerphoneOn(boolean) - Method in interface com.csipsimple.api.ISipService
 
setStatusCode(int) - Method in class com.csipsimple.api.SipProfileState
Should not be used for external use of the API.
setStatusText(String) - Method in class com.csipsimple.api.SipProfileState
Should not be used for external use of the API.
SETUP_AUDIO_BEFORE_INIT - Static variable in class com.csipsimple.api.SipConfigManager
Should audio routing be done before media stream start ?
setWizard(String) - Method in class com.csipsimple.api.SipProfileState
Should not be used for external use of the API.
showCallInfosDialog(int) - Method in interface com.csipsimple.api.ISipService
 
SIP_AUDIO_MODE - Static variable in class com.csipsimple.api.SipConfigManager
Which mode to use when in a sip call.
sip_stack - Variable in class com.csipsimple.api.SipProfile
 
sip_stun_use - Variable in class com.csipsimple.api.SipProfile
 
SipCallSession - Class in com.csipsimple.api
Represents state of a call session
This class helps to serialize/deserialize the state of the media layer
Changing these fields has no effect on the sip call session : it's only a structured holder for datas
SipCallSession() - Constructor for class com.csipsimple.api.SipCallSession
Constructor for a sip call session state object
It will contains default values for all flags This class as no setter/getter for members flags
It's aim is to allow to serialize/deserialize easily the state of a sip call, not to modify it
SipCallSession(SipCallSession) - Constructor for class com.csipsimple.api.SipCallSession
Constructor by copy
SipCallSession.InvState - Class in com.csipsimple.api
Describe the control state of a call
Pjsip documentation
SipCallSession.MediaState - Class in com.csipsimple.api
Describe the media state of the call
Pjsip documentation
SipCallSession.StatusCode - Class in com.csipsimple.api
Status code of the sip call dialog Actually just shortcuts to SIP codes
Pjsip documentation
SipCallSession.StatusCode() - Constructor for class com.csipsimple.api.SipCallSession.StatusCode
 
SipConfigManager - Class in com.csipsimple.api
Manage global configuration of the application.
SipConfigManager() - Constructor for class com.csipsimple.api.SipConfigManager
 
SipManager - Class in com.csipsimple.api
Manage SIP application globally
Define intent, action, broadcast, extra constants
It also define authority and uris for some content holds by the internal database
SipManager() - Constructor for class com.csipsimple.api.SipManager
 
SipManager.PresenceStatus - Enum in com.csipsimple.api
Possible presence status.
SipMessage - Class in com.csipsimple.api
Holder for a sip message.
SipMessage(String, String, String, String, String, long, int, String) - Constructor for class com.csipsimple.api.SipMessage
Construct from raw datas.
SipMessage(Cursor) - Constructor for class com.csipsimple.api.SipMessage
Construct a sip message wrapper from a cursor retrieved with a ContentProvider query on SipMessage.MESSAGES_TABLE_NAME.
SipProfile - Class in com.csipsimple.api
 
SipProfile() - Constructor for class com.csipsimple.api.SipProfile
 
SipProfile(Cursor) - Constructor for class com.csipsimple.api.SipProfile
Construct a sip profile wrapper from a cursor retrieved with a ContentProvider query on SipProfile.ACCOUNTS_TABLE_NAME.
SipProfileState - Class in com.csipsimple.api
Holder for a sip profile state.
SipProfileState(Parcel) - Constructor for class com.csipsimple.api.SipProfileState
 
SipProfileState() - Constructor for class com.csipsimple.api.SipProfileState
Should not be used for external use of the API.
SipProfileState(SipProfile) - Constructor for class com.csipsimple.api.SipProfileState
Should not be used for external use of the API.
SipProfileState(Cursor) - Constructor for class com.csipsimple.api.SipProfileState
Construct a sip state wrapper from a cursor retrieved with a ContentProvider query on SipProfile.ACCOUNT_STATUS_URI.
sipStart() - Method in interface com.csipsimple.api.ISipService
Start the sip stack
sipStop() - Method in interface com.csipsimple.api.ISipService
Stop the sip stack
SipUri - Class in com.csipsimple.api
Helper class for Sip uri manipulation in java space.
SipUri.ParsedSipContactInfos - Class in com.csipsimple.api
Holder for parsed sip contact information.
SipUri.ParsedSipContactInfos() - Constructor for class com.csipsimple.api.SipUri.ParsedSipContactInfos
 
SipUri.ParsedSipUriInfos - Class in com.csipsimple.api
Holder for parsed sip uri information.
SipUri.ParsedSipUriInfos() - Constructor for class com.csipsimple.api.SipUri.ParsedSipUriInfos
 
SND_AUTO_CLOSE_TIME - Static variable in class com.csipsimple.api.SipConfigManager
Specify idle time of sound device before it is automatically closed, in seconds.
SND_BT_MIC_LEVEL - Static variable in class com.csipsimple.api.SipConfigManager
Default Bluethooth micro amplification between 0.0 and 10.0.
SND_BT_SPEAKER_LEVEL - Static variable in class com.csipsimple.api.SipConfigManager
Default Bluethooth speaker amplification between 0.0 and 10.0.
SND_CLOCK_RATE - Static variable in class com.csipsimple.api.SipConfigManager
Clock rate to be applied to the conference bridge.
SND_MEDIA_QUALITY - Static variable in class com.csipsimple.api.SipConfigManager
Media quality, 0-10.
SND_MIC_LEVEL - Static variable in class com.csipsimple.api.SipConfigManager
Default micro amplification between 0.0 and 10.0.
SND_PTIME - Static variable in class com.csipsimple.api.SipConfigManager
Specify audio frame ptime.
SND_SPEAKER_LEVEL - Static variable in class com.csipsimple.api.SipConfigManager
Default speaker amplification between 0.0 and 10.0.
SND_STREAM_LEVEL - Static variable in class com.csipsimple.api.SipConfigManager
Level of android audio stream when starting call.
START_WITH_TEXT_DIALER - Static variable in class com.csipsimple.api.SipConfigManager
Start application dialer UI with text dialer instead of digit dialer.
startLoopbackTest() - Method in interface com.csipsimple.api.ISipService
 
startRecording(int, int) - Method in interface com.csipsimple.api.ISipService
Start recording of a call to a file.
STATUS_CODE - Static variable in class com.csipsimple.api.SipProfileState
Status code of the latest registration.
STATUS_NONE - Static variable in class com.csipsimple.api.SipMessage
Status unknown for a message.
STATUS_TEXT - Static variable in class com.csipsimple.api.SipProfileState
Status comment of latest registration.
stopLoopbackTest() - Method in interface com.csipsimple.api.ISipService
 
stopRecording(int) - Method in interface com.csipsimple.api.ISipService
Stop recording of a call.
STUN_SERVER - Static variable in class com.csipsimple.api.SipConfigManager
Stun server.
SUCCESS - Static variable in class com.csipsimple.api.SipManager
Constant for success return
SUPPORT_MULTIPLE_CALLS - Static variable in class com.csipsimple.api.SipConfigManager
Should the application allow multiple calls?
switchToAutoAnswer() - Method in interface com.csipsimple.api.ISipService
Switch next incoming request to auto answer
A B C D E F G H I K L M N O P Q R S T U V W X Z