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

G

GENERIC_TYPE_AUTO - Static variable in class com.csipsimple.api.SipConfigManager
Auto detect options, depending on android settings.
GENERIC_TYPE_FORCE - Static variable in class com.csipsimple.api.SipConfigManager
Force this option on.
GENERIC_TYPE_PREVENT - Static variable in class com.csipsimple.api.SipConfigManager
Disable this option.
getAccId() - Method in class com.csipsimple.api.SipCallSession
Get the identifier of the account corresponding to this call
This identifier is the one you have in SipProfile.id
It may return SipProfile.INVALID_ID if no account detected for this call.
getAccountId() - Method in class com.csipsimple.api.SipProfileState
Get the identifier identifier of the account that this state is linked to.
getAddedStatus() - Method in class com.csipsimple.api.SipProfileState
 
getAllProfiles(Context, boolean) - Static method in class com.csipsimple.api.SipProfile
Get the list of sip profiles available.
getAllProfiles(Context, boolean, String[]) - Static method in class com.csipsimple.api.SipProfile
Get the list of sip profiles available.
getAsContentValue() - Method in class com.csipsimple.api.SipProfileState
Should not be used for external use of the API.
getAutoRegistration() - Method in class com.csipsimple.api.SipProfile
Gets the flag of 'Auto Registration'
getBandTypeKey(int, int) - Static method in class com.csipsimple.api.SipConfigManager
Get preference key for the kind of bandwidth to associate to a network
getBody() - Method in class com.csipsimple.api.SipMessage
Get the body of the message.
getBodyContent() - Method in class com.csipsimple.api.SipMessage
Get the content of the body without error tag
getCallId() - Method in class com.csipsimple.api.SipCallSession
Get the call id of this call info
getCallInfo(int) - Method in interface com.csipsimple.api.ISipService
 
getCalls() - Method in interface com.csipsimple.api.ISipService
 
getCallStart() - Method in class com.csipsimple.api.SipCallSession
Get the start time of the call.
getCallState() - Method in class com.csipsimple.api.SipCallSession
Get the call state of this call info
getCanonicalSipContact(String) - Static method in class com.csipsimple.api.SipUri
Transform sip uri into something that doesn't depend on remote display name For example, if you give "Display Name" It will return sip:user@domain.com
getCanonicalSipContact(String, boolean) - Static method in class com.csipsimple.api.SipUri
Transform sip uri into something that doesn't depend on remote display name
getCodecKey(String, String) - Static method in class com.csipsimple.api.SipConfigManager
Get the preference key for a codec priority
getComparator() - Static method in class com.csipsimple.api.SipProfileState
Compare accounts profile states.
getConfPort() - Method in class com.csipsimple.api.SipCallSession
Get the sounds conference board port
Pjsip documentation
getConnectStart() - Method in class com.csipsimple.api.SipCallSession
Get the start time of the connection of the call
getContactAddress() - Method in class com.csipsimple.api.SipUri.ParsedSipContactInfos
 
getContentValues() - Method in class com.csipsimple.api.SipMessage
Pack the object content value to store
getCurrentMediaState() - Method in interface com.csipsimple.api.ISipService
 
getDate() - Method in class com.csipsimple.api.SipMessage
Get the send/receive date of the message.
getDbContentValues() - Method in class com.csipsimple.api.SipProfile
Transform pjsua_acc_config into ContentValues that can be insert into database.
getDefaultDomain() - Method in class com.csipsimple.api.SipProfile
Get the default domain for this account
getDisplayedSimpleContact(CharSequence) - Static method in class com.csipsimple.api.SipUri
Return what should be display as caller id for this sip uri This is the merged and fancy way fallback to uri or user name if needed
getDisplayName() - Method in class com.csipsimple.api.SipMessage
Get the display name of remote party.
getDisplayName() - Method in class com.csipsimple.api.SipProfile
Gets the display name of the user.
getDisplayName() - Method in class com.csipsimple.api.SipProfileState
 
getErrorContent() - Method in class com.csipsimple.api.SipMessage
Get optional error of the sip message
getExpires() - Method in class com.csipsimple.api.SipProfileState
 
getFrom() - Method in class com.csipsimple.api.SipMessage
Get the from of the message.
getFullFrom() - Method in class com.csipsimple.api.SipMessage
Get the complete remote contact from which the message comes.
getHasZrtp() - Method in class com.csipsimple.api.SipCallSession
 
getLastStatusCode() - Method in class com.csipsimple.api.SipCallSession
Get the latest status code of the sip dialog corresponding to this call call
getLastStatusComment() - Method in class com.csipsimple.api.SipCallSession
Get the last status comment of the sip dialog corresponding to this call
getMediaSecureInfo() - Method in class com.csipsimple.api.SipCallSession
Get the information about the media security of this call
getMediaStatus() - Method in class com.csipsimple.api.SipCallSession
 
getMimeType() - Method in class com.csipsimple.api.SipMessage
Get the mime type of the message.
getPassword() - Method in class com.csipsimple.api.SipProfile
Gets the password.
getPhoneNumber(SipUri.ParsedSipContactInfos) - Static method in class com.csipsimple.api.SipUri
Get extract a phone number from sip uri if any available
getPjsuaId() - Method in class com.csipsimple.api.SipProfileState
Should not be used for external use of the API.
getPreferenceBoolean(String) - Method in interface com.csipsimple.api.ISipConfiguration
 
getPreferenceBooleanValue(Context, String) - Static method in class com.csipsimple.api.SipConfigManager
Get boolean configuration value with null default value
getPreferenceBooleanValue(Context, String, Boolean) - Static method in class com.csipsimple.api.SipConfigManager
Helper method to retrieve a csipsimple boolean config value
getPreferenceFloat(String) - Method in interface com.csipsimple.api.ISipConfiguration
 
getPreferenceFloatValue(Context, String) - Static method in class com.csipsimple.api.SipConfigManager
Get float configuration value with null default value
getPreferenceFloatValue(Context, String, Float) - Static method in class com.csipsimple.api.SipConfigManager
Helper method to retrieve a csipsimple float config value
getPreferenceIntegerValue(Context, String) - Static method in class com.csipsimple.api.SipConfigManager
Get integer configuration value with null default value
getPreferenceIntegerValue(Context, String, Integer) - Static method in class com.csipsimple.api.SipConfigManager
Helper method to retrieve a csipsimple float config value
getPreferenceString(String) - Method in interface com.csipsimple.api.ISipConfiguration
 
getPreferenceStringValue(Context, String) - Static method in class com.csipsimple.api.SipConfigManager
Get string configuration value with null default value
getPreferenceStringValue(Context, String, String) - Static method in class com.csipsimple.api.SipConfigManager
Helper method to retrieve a csipsimple string config value
getPresence(long) - Method in interface com.csipsimple.api.ISipService
 
getPresenceStatus(long) - Method in interface com.csipsimple.api.ISipService
 
getPriority() - Method in class com.csipsimple.api.SipProfileState
 
getProfileFromDbId(Context, long, String[]) - Static method in class com.csipsimple.api.SipProfile
Helper method to retrieve a SipProfile object from its account database id.
getProfileName() - Method in class com.csipsimple.api.SipProfile
Gets the (user-defined) name of the profile.
getProxyAddress() - Method in class com.csipsimple.api.SipProfile
Gets the network address of the server outbound proxy.
getRegUri() - Method in class com.csipsimple.api.SipProfileState
 
getRemoteContact() - Method in class com.csipsimple.api.SipCallSession
Get the remote Contact for this call info
getRemoteNumber() - Method in class com.csipsimple.api.SipMessage
Get the number of the remote party.
getSipDomain() - Method in class com.csipsimple.api.SipProfile
Gets the SIP domain when acc_id is username@domain.
getSipProfileState(int) - Method in interface com.csipsimple.api.ISipService
Get registration state for a given account id
getSipUserName() - Method in class com.csipsimple.api.SipProfile
Gets the username when acc_id is username@domain.
getStatusCode() - Method in class com.csipsimple.api.SipProfileState
 
getStatusText() - Method in class com.csipsimple.api.SipProfileState
 
getTo() - Method in class com.csipsimple.api.SipMessage
Get to of the message.
getTransportSecureLevel() - Method in class com.csipsimple.api.SipCallSession
Get the secure level of the signaling of the call.
getType() - Method in class com.csipsimple.api.SipMessage
Get the type of the message.
getUriString() - Method in class com.csipsimple.api.SipProfile
Gets the SIP URI string of this profile.
getVersion() - Method in interface com.csipsimple.api.ISipService
Get the current API version
getWizard() - Method in class com.csipsimple.api.SipProfileState
 
GOOGLE_STACK - Static variable in class com.csipsimple.api.SipProfile
Deprecated.
Use google google android 2.3 backend.
This is not supported for now.
GSM_INTEGRATION_TYPE - Static variable in class com.csipsimple.api.SipConfigManager
How GSM is integrated inside the application user interface.
A B C D E F G H I K L M N O P Q R S T U V W X Z