Liblinphone
3.11.1
|
Macros | |
#define | LINPHONE_CONFIG(obj) BELLE_SIP_CAST(obj, LinphoneConfig); |
#define | lp_config_new linphone_config_new |
#define | lp_config_new_from_buffer linphone_config_new_from_buffer |
#define | lp_config_new_with_factory linphone_config_new_with_factory |
#define | lp_config_read_file linphone_config_read_file |
#define | lp_config_get_string linphone_config_get_string |
#define | lp_config_get_string_list linphone_config_get_string_list |
#define | lp_config_get_range linphone_config_get_range |
#define | lp_config_get_int linphone_config_get_int |
#define | lp_config_get_int64 linphone_config_get_int64 |
#define | lp_config_get_float linphone_config_get_float |
#define | lp_config_set_string linphone_config_set_string |
#define | lp_config_set_string_list linphone_config_set_string_list |
#define | lp_config_set_range linphone_config_set_range |
#define | lp_config_set_int linphone_config_set_int |
#define | lp_config_set_int_hex linphone_config_set_int_hex |
#define | lp_config_set_int64 linphone_config_set_int64 |
#define | lp_config_set_float linphone_config_set_float |
#define | lp_config_sync linphone_config_sync |
#define | lp_config_has_section linphone_config_has_section |
#define | lp_config_clean_section linphone_config_clean_section |
#define | lp_config_has_entry linphone_config_has_entry |
#define | lp_config_clean_entry linphone_config_clean_entry |
#define | lp_config_get_sections_names linphone_config_get_sections_names |
#define | lp_config_for_each_section linphone_config_for_each_section |
#define | lp_config_for_each_entry linphone_config_for_each_entry |
#define | lp_config_needs_commit linphone_config_needs_commit |
#define | lp_config_destroy linphone_config_destroy |
#define | lp_config_get_default_int linphone_config_get_default_int |
#define | lp_config_get_default_int64 linphone_config_get_default_int64 |
#define | lp_config_get_default_float linphone_config_get_default_float |
#define | lp_config_get_default_string linphone_config_get_default_string |
#define | lp_config_get_section_param_string linphone_config_get_section_param_string |
#define | lp_config_ref linphone_config_ref |
#define | lp_config_unref linphone_config_unref |
#define | lp_config_write_relative_file linphone_config_write_relative_file |
#define | lp_config_read_relative_file linphone_config_read_relative_file |
#define | lp_config_relative_file_exists linphone_config_relative_file_exists |
#define | lp_config_dump_as_xml linphone_config_dump_as_xml |
#define | lp_config_dump linphone_config_dump |
#define | lp_config_get_overwrite_flag_for_entry linphone_config_get_overwrite_flag_for_entry |
#define | lp_config_set_overwrite_flag_for_entry linphone_config_set_overwrite_flag_for_entry |
#define | lp_config_get_overwrite_flag_for_section linphone_config_get_overwrite_flag_for_section |
#define | lp_config_set_overwrite_flag_for_section linphone_config_set_overwrite_flag_for_section |
#define | lp_config_get_skip_flag_for_entry linphone_config_get_skip_flag_for_entry |
#define | lp_config_set_skip_flag_for_entry linphone_config_set_skip_flag_for_entry |
#define | lp_config_get_skip_flag_for_section linphone_config_get_skip_flag_for_section |
#define | lp_config_set_skip_flag_for_section linphone_config_set_skip_flag_for_section |
Enumerations | |
enum | _LinphoneAccountCreatorStatus { LinphoneAccountCreatorOK, LinphoneAccountCreatorReqFailed, LinphoneAccountCreatorAccountCreated, LinphoneAccountCreatorAccountNotCreated, LinphoneAccountCreatorAccountExist, LinphoneAccountCreatorAccountExistWithAlias, LinphoneAccountCreatorAccountNotExist, LinphoneAccountCreatorAccountActivated, LinphoneAccountCreatorAccountAlreadyActivated, LinphoneAccountCreatorAccountNotActivated, LinphoneAccountCreatorAccountLinked, LinphoneAccountCreatorAccountNotLinked, LinphoneAccountCreatorEmailInvalid, LinphoneAccountCreatorUsernameInvalid, LinphoneAccountCreatorUsernameTooShort, LinphoneAccountCreatorUsernameTooLong, LinphoneAccountCreatorUsernameInvalidSize, LinphoneAccountCreatorPhoneNumberInvalid, LinphoneAccountCreatorPhoneNumberTooShort, LinphoneAccountCreatorPhoneNumberTooLong, LinphoneAccountCreatorPhoneNumberUsedAccount, LinphoneAccountCreatorPhoneNumberUsedAlias, LinphoneAccountCreatorPhoneNumberNotUsed, LinphoneAccountCreatorPasswordTooShort, LinphoneAccountCreatorPasswordTooLong, LinphoneAccountCreatorDomainInvalid, LinphoneAccountCreatorRouteInvalid, LinphoneAccountCreatorDisplayNameInvalid, LinphoneAccountCreatorTransportNotSupported, LinphoneAccountCreatorCountryCodeInvalid, LinphoneAccountCreatorErrorServer } |
enum | _LinphoneReason { LinphoneReasonNone, LinphoneReasonNoResponse, LinphoneReasonForbidden, LinphoneReasonDeclined, LinphoneReasonNotFound, LinphoneReasonNotAnswered, LinphoneReasonBusy, LinphoneReasonUnsupportedContent, LinphoneReasonIOError, LinphoneReasonDoNotDisturb, LinphoneReasonUnauthorized, LinphoneReasonNotAcceptable, LinphoneReasonNoMatch, LinphoneReasonMovedPermanently, LinphoneReasonGone, LinphoneReasonTemporarilyUnavailable, LinphoneReasonAddressIncomplete, LinphoneReasonNotImplemented, LinphoneReasonBadGateway, LinphoneReasonServerTimeout, LinphoneReasonUnknown } |
enum | _LinphoneToneID { LinphoneToneUndefined, LinphoneToneBusy, LinphoneToneCallWaiting, LinphoneToneCallOnHold, LinphoneToneCallLost } |
enum | _LinphoneXmlRpcArgType { LinphoneXmlRpcArgNone, LinphoneXmlRpcArgInt, LinphoneXmlRpcArgString } |
enum | _LinphoneXmlRpcStatus { LinphoneXmlRpcStatusPending, LinphoneXmlRpcStatusOk, LinphoneXmlRpcStatusFailed } |
#define LINPHONE_CONFIG | ( | obj | ) | BELLE_SIP_CAST(obj, LinphoneConfig); |
Safely downcast a belle_sip_object into LinphoneConfig
typedef struct _LinphoneAccountCreator LinphoneAccountCreator |
The LinphoneAccountCreator object used to create an account on a server via XML-RPC.
typedef struct _LinphoneAccountCreatorCbs LinphoneAccountCreatorCbs |
An object to handle the callbacks for handling the LinphoneAccountCreator operations.
typedef void(* LinphoneAccountCreatorCbsStatusCb) (LinphoneAccountCreator *creator, LinphoneAccountCreatorStatus status, const char *resp) |
Callback to notify a status change of the account creator.
[in] | creator | LinphoneAccountCreator object |
[in] | status | The status of the LinphoneAccountCreator test existence operation that has just finished |
Enum describing the status of a LinphoneAccountCreator operation.
typedef struct _LinphoneBuffer LinphoneBuffer |
The LinphoneContent object representing a data buffer.
typedef struct _LpConfig LinphoneConfig |
The LinphoneConfig object is used to manipulate a configuration file.
The format of the configuration file is a .ini like format:
Example:
typedef struct _LinphoneContent LinphoneContent |
The LinphoneContent object holds data that can be embedded in a signaling message.
typedef struct _LinphoneErrorInfo LinphoneErrorInfo |
Object representing full details about a signaling error or status. All LinphoneErrorInfo object returned by the liblinphone API are readonly and transcients. For safety they must be used immediately after obtaining them. Any other function call to the liblinphone may change their content or invalidate the pointer.
typedef struct _LinphoneImEncryptionEngine LinphoneImEncryptionEngine |
IM encryption engine.
typedef struct _LinphoneImEncryptionEngineCbs LinphoneImEncryptionEngineCbs |
An object to handle the callbacks for the handling a LinphoneImEncryptionEngine object.
typedef int(* LinphoneImEncryptionEngineCbsDownloadingFileCb) (LinphoneImEncryptionEngine *engine, LinphoneChatMessage *msg, const char *buffer, size_t size, char *decrypted_buffer) |
Callback to decrypt downloading file
engine | LinphoneImEncryptionEngine object |
msg | LinphoneChatMessage object |
buffer | Encrypted data buffer |
size | Size of the encrypted data buffer |
decrypted_buffer | Buffer in which to write the decrypted data |
typedef void(* LinphoneImEncryptionEngineCbsGenerateFileTransferKeyCb) (LinphoneImEncryptionEngine *engine, LinphoneChatRoom *room, LinphoneChatMessage *msg) |
Callback to generate the key used to encrypt the files before uploading them Key can be stored in the LinphoneContent object inside the LinphoneChatMessage using linphone_content_set_key
engine | LinphoneImEncryptionEngine object |
room | LinphoneChatRoom object |
msg | LinphoneChatMessage object |
typedef int(* LinphoneImEncryptionEngineCbsIncomingMessageCb) (LinphoneImEncryptionEngine *engine, LinphoneChatRoom *room, LinphoneChatMessage *msg) |
Callback to decrypt incoming LinphoneChatMessage
engine | ImEncryptionEngine object |
room | LinphoneChatRoom object |
msg | LinphoneChatMessage object |
typedef bool_t(* LinphoneImEncryptionEngineCbsIsEncryptionEnabledForFileTransferCb) (LinphoneImEncryptionEngine *engine, LinphoneChatRoom *room) |
Callback to know whether or not the engine will encrypt files before uploading them
engine | LinphoneImEncryptionEngine object |
room | LinphoneChatRoom object |
typedef int(* LinphoneImEncryptionEngineCbsOutgoingMessageCb) (LinphoneImEncryptionEngine *engine, LinphoneChatRoom *room, LinphoneChatMessage *msg) |
Callback to encrypt outgoing LinphoneChatMessage
engine | LinphoneImEncryptionEngine object |
room | LinphoneChatRoom object |
msg | LinphoneChatMessage object |
typedef int(* LinphoneImEncryptionEngineCbsUploadingFileCb) (LinphoneImEncryptionEngine *engine, LinphoneChatMessage *msg, size_t offset, const char *buffer, size_t *size, char *encrypted_buffer) |
Callback to encrypt uploading file
engine | LinphoneImEncryptionEngine object |
msg | LinphoneChatMessage object |
offset | The current offset of the upload |
buffer | Encrypted data buffer |
size | Size of the plain data buffer and the size of the encrypted data buffer once encryption is done |
encrypted_buffer | Buffer in which to write the encrypted data |
typedef struct _LinphoneInfoMessage LinphoneInfoMessage |
The LinphoneInfoMessage is an object representing an informational message sent or received by the core.
typedef enum _LinphoneReason LinphoneReason |
Enum describing various failure reasons or contextual information for some events.
typedef enum _LinphoneToneID LinphoneToneID |
Enum listing frequent telephony tones.
typedef enum _LinphoneXmlRpcArgType LinphoneXmlRpcArgType |
Enum describing the types of argument for LinphoneXmlRpcRequest.
typedef struct _LinphoneXmlRpcRequest LinphoneXmlRpcRequest |
The LinphoneXmlRpcRequest object representing a XML-RPC request to be sent.
typedef struct _LinphoneXmlRpcRequestCbs LinphoneXmlRpcRequestCbs |
An object to handle the callbacks for handling the LinphoneXmlRpcRequest operations.
typedef void(* LinphoneXmlRpcRequestCbsResponseCb) (LinphoneXmlRpcRequest *request) |
Callback used to notify the response to an XML-RPC request.
[in] | request | LinphoneXmlRpcRequest object |
typedef struct _LinphoneXmlRpcSession LinphoneXmlRpcSession |
The LinphoneXmlRpcSession object used to send XML-RPC requests and handle their responses.
typedef enum _LinphoneXmlRpcStatus LinphoneXmlRpcStatus |
Enum describing the status of a LinphoneXmlRpcRequest.
Enum describing the status of a LinphoneAccountCreator operation.
enum _LinphoneReason |
Enum describing various failure reasons or contextual information for some events.
enum _LinphoneToneID |
Enum describing the types of argument for LinphoneXmlRpcRequest.
Enum describing the status of a LinphoneXmlRpcRequest.
LinphoneAccountCreatorStatus linphone_account_creator_activate_account | ( | LinphoneAccountCreator * | creator | ) |
Send an XML-RPC request to activate a Linphone account.
[in] | creator | LinphoneAccountCreator object |
LinphoneAccountCreatorStatus linphone_account_creator_activate_phone_number_link | ( | LinphoneAccountCreator * | creator | ) |
Send an XML-RPC request to activate the link of a phone number with a Linphone account.
[in] | creator | LinphoneAccountCreator object |
LinphoneAccountCreatorCbsStatusCb linphone_account_creator_cbs_get_activate_account | ( | const LinphoneAccountCreatorCbs * | cbs | ) |
Get the activate account callback.
[in] | cbs | LinphoneAccountCreatorCbs object. |
LinphoneAccountCreatorCbsStatusCb linphone_account_creator_cbs_get_activate_phone_number_link | ( | const LinphoneAccountCreatorCbs * | cbs | ) |
Get the activate phone number link callback.
[in] | cbs | LinphoneAccountCreatorCbs object. |
LinphoneAccountCreatorCbsStatusCb linphone_account_creator_cbs_get_create_account | ( | const LinphoneAccountCreatorCbs * | cbs | ) |
Get the create account callback.
[in] | cbs | LinphoneAccountCreatorCbs object. |
LinphoneAccountCreatorCbsStatusCb linphone_account_creator_cbs_get_is_account_activated | ( | const LinphoneAccountCreatorCbs * | cbs | ) |
Get the validation tested callback.
[in] | cbs | LinphoneAccountCreatorCbs object. |
LinphoneAccountCreatorCbsStatusCb linphone_account_creator_cbs_get_is_account_linked | ( | const LinphoneAccountCreatorCbs * | cbs | ) |
Get the current linked tested callback.
[in] | cbs | LinphoneAccountCreatorCbs object. |
LinphoneAccountCreatorCbsStatusCb linphone_account_creator_cbs_get_is_account_used | ( | const LinphoneAccountCreatorCbs * | cbs | ) |
Get the existence tested callback.
[in] | cbs | LinphoneAccountCreatorCbs object. |
LinphoneAccountCreatorCbsStatusCb linphone_account_creator_cbs_get_is_phone_number_used | ( | const LinphoneAccountCreatorCbs * | cbs | ) |
Get the is phone number used callback.
[in] | cbs | LinphoneAccountCreatorCbs object. |
LinphoneAccountCreatorCbsStatusCb linphone_account_creator_cbs_get_link_phone_number_with_account | ( | const LinphoneAccountCreatorCbs * | cbs | ) |
Get the link phone number with account callback.
[in] | cbs | LinphoneAccountCreatorCbs object. |
LinphoneAccountCreatorCbsStatusCb linphone_account_creator_cbs_get_update_hash | ( | const LinphoneAccountCreatorCbs * | cbs | ) |
Retrieve the user pointer associated with a LinphoneAccountCreatorCbs object.
[in] | cbs | LinphoneAccountCreatorCbs object. |
void* linphone_account_creator_cbs_get_user_data | ( | const LinphoneAccountCreatorCbs * | cbs | ) |
Retrieve the user pointer associated with a LinphoneAccountCreatorCbs object.
[in] | cbs | LinphoneAccountCreatorCbs object. |
LinphoneAccountCreatorCbs* linphone_account_creator_cbs_ref | ( | LinphoneAccountCreatorCbs * | cbs | ) |
Acquire a reference to a LinphoneAccountCreatorCbs object.
[in] | cbs | LinphoneAccountCreatorCbs object. |
void linphone_account_creator_cbs_set_activate_account | ( | LinphoneAccountCreatorCbs * | cbs, |
LinphoneAccountCreatorCbsStatusCb | cb | ||
) |
Set the activate account callback.
[in] | cbs | LinphoneAccountCreatorCbs object. |
[in] | cb | The activate account callback to be used. |
void linphone_account_creator_cbs_set_activate_phone_number_link | ( | LinphoneAccountCreatorCbs * | cbs, |
LinphoneAccountCreatorCbsStatusCb | cb | ||
) |
Set the activate phone number link callback.
[in] | cbs | LinphoneAccountCreatorCbs object. |
[in] | cb | The activate phone number link callback to be used. |
void linphone_account_creator_cbs_set_create_account | ( | LinphoneAccountCreatorCbs * | cbs, |
LinphoneAccountCreatorCbsStatusCb | cb | ||
) |
Set the create account callback.
[in] | cbs | LinphoneAccountCreatorCbs object. |
[in] | cb | The create account callback to be used. |
void linphone_account_creator_cbs_set_is_account_activated | ( | LinphoneAccountCreatorCbs * | cbs, |
LinphoneAccountCreatorCbsStatusCb | cb | ||
) |
Set the validation tested callback.
[in] | cbs | LinphoneAccountCreatorCbs object. |
[in] | cb | The validation tested callback to be used. |
void linphone_account_creator_cbs_set_is_account_linked | ( | LinphoneAccountCreatorCbs * | cbs, |
LinphoneAccountCreatorCbsStatusCb | cb | ||
) |
Set the linked tested callback
[in] | cbs | LinphoneAccountCreatorCbs object. |
[in] | cb | The existence tested callback to be used. |
void linphone_account_creator_cbs_set_is_account_used | ( | LinphoneAccountCreatorCbs * | cbs, |
LinphoneAccountCreatorCbsStatusCb | cb | ||
) |
Set the existence tested callback.
[in] | cbs | LinphoneAccountCreatorCbs object. |
[in] | cb | The existence tested callback to be used. |
void linphone_account_creator_cbs_set_is_phone_number_used | ( | LinphoneAccountCreatorCbs * | cbs, |
LinphoneAccountCreatorCbsStatusCb | cb | ||
) |
Set the is phone number used callback.
[in] | cbs | LinphoneAccountCreatorCbs object. |
[in] | cb | is phone number to be used. |
void linphone_account_creator_cbs_set_link_phone_number_with_account | ( | LinphoneAccountCreatorCbs * | cbs, |
LinphoneAccountCreatorCbsStatusCb | cb | ||
) |
Set the link phone number with account callback.
[in] | cbs | LinphoneAccountCreatorCbs object. |
[in] | cb | The link phone number with account callback to be used. |
void linphone_account_creator_cbs_set_update_hash | ( | LinphoneAccountCreatorCbs * | cbs, |
LinphoneAccountCreatorCbsStatusCb | cb | ||
) |
Assign a user pointer to a LinphoneAccountCreatorCbs object.
[in] | cbs | LinphoneAccountCreatorCbs object. |
[in] | cb | The update hash callback to be used. |
void linphone_account_creator_cbs_set_user_data | ( | LinphoneAccountCreatorCbs * | cbs, |
void * | ud | ||
) |
Assign a user pointer to a LinphoneAccountCreatorCbs object.
[in] | cbs | LinphoneAccountCreatorCbs object. |
[in] | ud | The user pointer to associate with the LinphoneAccountCreatorCbs object. |
void linphone_account_creator_cbs_unref | ( | LinphoneAccountCreatorCbs * | cbs | ) |
Release a reference to a LinphoneAccountCreatorCbs object.
[in] | cbs | LinphoneAccountCreatorCbs object. |
LinphoneProxyConfig* linphone_account_creator_configure | ( | const LinphoneAccountCreator * | creator | ) |
Configure an account (create a proxy config and authentication info for it).
[in] | creator | LinphoneAccountCreator object |
LinphoneAccountCreatorStatus linphone_account_creator_create_account | ( | LinphoneAccountCreator * | creator | ) |
Send an XML-RPC request to create a Linphone account.
[in] | creator | LinphoneAccountCreator object |
LinphoneAccountCreatorCbs* linphone_account_creator_get_callbacks | ( | const LinphoneAccountCreator * | creator | ) |
Get the LinphoneAccountCreatorCbs object associated with a LinphoneAccountCreator.
[in] | creator | LinphoneAccountCreator object |
const char* linphone_account_creator_get_display_name | ( | const LinphoneAccountCreator * | creator | ) |
Get the email.
[in] | creator | LinphoneAccountCreator object |
const char* linphone_account_creator_get_domain | ( | const LinphoneAccountCreator * | creator | ) |
Get the domain.
[in] | creator | LinphoneAccountCreator object |
const char* linphone_account_creator_get_email | ( | const LinphoneAccountCreator * | creator | ) |
Get the email.
[in] | creator | LinphoneAccountCreator object |
const char* linphone_account_creator_get_ha1 | ( | const LinphoneAccountCreator * | creator | ) |
Get the ha1.
[in] | creator | LinphoneAccountCreator object |
const char* linphone_account_creator_get_password | ( | const LinphoneAccountCreator * | creator | ) |
Get the password.
[in] | creator | LinphoneAccountCreator object |
const char* linphone_account_creator_get_phone_number | ( | const LinphoneAccountCreator * | creator | ) |
Get the RFC 3966 normalized phone number.
[in] | creator | LinphoneAccountCreator object |
const char* linphone_account_creator_get_route | ( | const LinphoneAccountCreator * | creator | ) |
Get the route.
[in] | creator | LinphoneAccountCreator object |
LinphoneTransportType linphone_account_creator_get_transport | ( | const LinphoneAccountCreator * | creator | ) |
Get the transport.
[in] | creator | LinphoneAccountCreator object |
void* linphone_account_creator_get_user_data | ( | const LinphoneAccountCreator * | creator | ) |
Retrieve the user pointer associated with the LinphoneAccountCreator.
[in] | creator | LinphoneAccountCreator object. |
const char* linphone_account_creator_get_username | ( | const LinphoneAccountCreator * | creator | ) |
Get the username.
[in] | creator | LinphoneAccountCreator object |
LinphoneAccountCreatorStatus linphone_account_creator_is_account_activated | ( | LinphoneAccountCreator * | creator | ) |
Send an XML-RPC request to test the validation of a Linphone account.
[in] | creator | LinphoneAccountCreator object |
LinphoneAccountCreatorStatus linphone_account_creator_is_account_linked | ( | LinphoneAccountCreator * | creator | ) |
Send an XML-RPC request to ask if an account is linked with a phone number
[in] | creator | LinphoneAccountCreator object |
LinphoneAccountCreatorStatus linphone_account_creator_is_account_used | ( | LinphoneAccountCreator * | creator | ) |
Send an XML-RPC request to test the existence of a Linphone account.
[in] | creator | LinphoneAccountCreator object |
LinphoneAccountCreatorStatus linphone_account_creator_is_phone_number_used | ( | LinphoneAccountCreator * | creator | ) |
Send an XML-RPC request to test the existence a phone number with a Linphone account.
[in] | creator | LinphoneAccountCreator object |
LinphoneAccountCreatorStatus linphone_account_creator_link_phone_number_with_account | ( | LinphoneAccountCreator * | creator | ) |
Send an XML-RPC request to link a phone number with a Linphone account.
[in] | creator | LinphoneAccountCreator object |
LinphoneAccountCreator* linphone_account_creator_new | ( | LinphoneCore * | core, |
const char * | xmlrpc_url | ||
) |
Create a LinphoneAccountCreator.
[in] | core | The LinphoneCore used for the XML-RPC communication |
[in] | xmlrpc_url | The URL to the XML-RPC server. Must be NON NULL. |
LinphoneAccountCreator* linphone_account_creator_ref | ( | LinphoneAccountCreator * | creator | ) |
Acquire a reference to the LinphoneAccountCreator.
[in] | creator | LinphoneAccountCreator object. |
LinphoneAccountCreatorStatus linphone_account_creator_set_activation_code | ( | LinphoneAccountCreator * | creator, |
const char * | activation_code | ||
) |
Set the activation code.
[in] | creator | LinphoneAccountCreator object |
[in] | activation_code | The activation code to set |
LinphoneAccountCreatorStatus linphone_account_creator_set_display_name | ( | LinphoneAccountCreator * | creator, |
const char * | display_name | ||
) |
Set the email.
[in] | creator | LinphoneAccountCreator object |
[in] | display_name | The display name to set |
LinphoneAccountCreatorStatus linphone_account_creator_set_domain | ( | LinphoneAccountCreator * | creator, |
const char * | domain | ||
) |
Set the domain.
[in] | creator | LinphoneAccountCreator object |
[in] | domain | The domain to set |
LinphoneAccountCreatorStatus linphone_account_creator_set_email | ( | LinphoneAccountCreator * | creator, |
const char * | |||
) |
Set the email.
[in] | creator | LinphoneAccountCreator object |
[in] | The email to set |
LinphoneAccountCreatorStatus linphone_account_creator_set_ha1 | ( | LinphoneAccountCreator * | creator, |
const char * | ha1 | ||
) |
Set the ha1.
[in] | creator | LinphoneAccountCreator object |
[in] | ha1 | The ha1 to set |
LinphoneAccountCreatorStatus linphone_account_creator_set_language | ( | LinphoneAccountCreator * | creator, |
const char * | lang | ||
) |
Set the language to use in email or SMS if supported.
[in] | creator | LinphoneAccountCreator object |
[in] | lang | The language to use |
LinphoneAccountCreatorStatus linphone_account_creator_set_password | ( | LinphoneAccountCreator * | creator, |
const char * | password | ||
) |
Set the password.
[in] | creator | LinphoneAccountCreator object |
[in] | password | The password to set |
LinphoneAccountCreatorStatus linphone_account_creator_set_phone_number | ( | LinphoneAccountCreator * | creator, |
const char * | phone_number, | ||
const char * | country_code | ||
) |
Set the phone number normalized.
[in] | creator | LinphoneAccountCreator object |
[in] | phone_number | The phone number to set |
[in] | country_code | Country code to associate phone number with |
LinphoneAccountCreatorStatus linphone_account_creator_set_route | ( | LinphoneAccountCreator * | creator, |
const char * | route | ||
) |
Set the route.
[in] | creator | LinphoneAccountCreator object |
[in] | route | The route to set |
LinphoneAccountCreatorStatus linphone_account_creator_set_transport | ( | LinphoneAccountCreator * | creator, |
LinphoneTransportType | transport | ||
) |
Set the transport.
[in] | creator | LinphoneAccountCreator object |
[in] | transport | The transport to set |
void linphone_account_creator_set_user_data | ( | LinphoneAccountCreator * | creator, |
void * | ud | ||
) |
Assign a user pointer to the LinphoneAccountCreator.
[in] | creator | LinphoneAccountCreator object. |
[in] | ud | The user pointer to associate with the LinphoneAccountCreator. |
LinphoneAccountCreatorStatus linphone_account_creator_set_username | ( | LinphoneAccountCreator * | creator, |
const char * | username | ||
) |
Set the username.
[in] | creator | LinphoneAccountCreator object |
[in] | username | The username to set |
void linphone_account_creator_unref | ( | LinphoneAccountCreator * | creator | ) |
Release reference to the LinphoneAccountCreator.
[in] | creator | LinphoneAccountCreator object. |
LinphoneAccountCreatorStatus linphone_account_creator_update_password | ( | LinphoneAccountCreator * | creator, |
const char * | new_pwd | ||
) |
Update the password.
[in] | creator | LinphoneAccountCreator object |
[in] | new_pwd | const char * : new password for the account creator |
const uint8_t* linphone_buffer_get_content | ( | const LinphoneBuffer * | buffer | ) |
Get the content of the data buffer.
[in] | buffer | LinphoneBuffer object. |
size_t linphone_buffer_get_size | ( | const LinphoneBuffer * | buffer | ) |
Get the size of the content of the data buffer.
[in] | buffer | LinphoneBuffer object. |
const char* linphone_buffer_get_string_content | ( | const LinphoneBuffer * | buffer | ) |
Get the string content of the data buffer.
[in] | buffer | LinphoneBuffer object |
void* linphone_buffer_get_user_data | ( | const LinphoneBuffer * | buffer | ) |
Retrieve the user pointer associated with the buffer.
[in] | buffer | LinphoneBuffer object. |
bool_t linphone_buffer_is_empty | ( | const LinphoneBuffer * | buffer | ) |
Tell whether the LinphoneBuffer is empty.
[in] | buffer | LinphoneBuffer object |
LinphoneBuffer* linphone_buffer_new | ( | void | ) |
Create a new empty LinphoneBuffer object.
LinphoneBuffer* linphone_buffer_new_from_data | ( | const uint8_t * | data, |
size_t | size | ||
) |
Create a new LinphoneBuffer object from existing data.
[in] | data | The initial data to store in the LinphoneBuffer. |
[in] | size | The size of the initial data to stroe in the LinphoneBuffer. |
LinphoneBuffer* linphone_buffer_new_from_string | ( | const char * | data | ) |
Create a new LinphoneBuffer object from a string.
[in] | data | The initial string content of the LinphoneBuffer. |
LinphoneBuffer* linphone_buffer_ref | ( | LinphoneBuffer * | buffer | ) |
Acquire a reference to the buffer.
[in] | buffer | LinphoneBuffer object. |
void linphone_buffer_set_content | ( | LinphoneBuffer * | buffer, |
const uint8_t * | content, | ||
size_t | size | ||
) |
Set the content of the data buffer.
[in] | buffer | LinphoneBuffer object. |
[in] | content | The content of the data buffer. |
[in] | size | The size of the content of the data buffer. |
void linphone_buffer_set_size | ( | LinphoneBuffer * | buffer, |
size_t | size | ||
) |
Set the size of the content of the data buffer.
[in] | buffer | LinphoneBuffer object |
[in] | size | The size of the content of the data buffer. |
void linphone_buffer_set_string_content | ( | LinphoneBuffer * | buffer, |
const char * | content | ||
) |
Set the string content of the data buffer.
[in] | buffer | LinphoneBuffer object. |
[in] | content | The string content of the data buffer. |
void linphone_buffer_set_user_data | ( | LinphoneBuffer * | buffer, |
void * | ud | ||
) |
Assign a user pointer to the buffer.
[in] | buffer | LinphoneBuffer object. |
[in] | ud | The user pointer to associate with the buffer. |
void linphone_buffer_unref | ( | LinphoneBuffer * | buffer | ) |
Release reference to the buffer.
[in] | buffer | LinphoneBuffer object. |
void linphone_config_clean_entry | ( | LinphoneConfig * | lpconfig, |
const char * | section, | ||
const char * | key | ||
) |
Removes entries for key,value in a section.
[in] | lpconfig | The LinphoneConfig object |
[in] | section | |
[in] | key |
void linphone_config_clean_section | ( | LinphoneConfig * | lpconfig, |
const char * | section | ||
) |
Removes every pair of key,value in a section and remove the section.
char* linphone_config_dump | ( | const LinphoneConfig * | lpconfig | ) |
Dumps the LinphoneConfig as INI into a buffer
[in] | lpconfig | The LinphoneConfig object |
char* linphone_config_dump_as_xml | ( | const LinphoneConfig * | lpconfig | ) |
Dumps the LinphoneConfig as XML into a buffer
[in] | lpconfig | The LinphoneConfig object |
void linphone_config_for_each_entry | ( | const LinphoneConfig * | lpconfig, |
const char * | section, | ||
void(*)(const char *entry, void *ctx) | callback, | ||
void * | ctx | ||
) |
Call a function for each entry present in a section configuration.
void linphone_config_for_each_section | ( | const LinphoneConfig * | lpconfig, |
void(*)(const char *section, void *ctx) | callback, | ||
void * | ctx | ||
) |
Call a function for each section present in the configuration.
float linphone_config_get_default_float | ( | const LinphoneConfig * | lpconfig, |
const char * | section, | ||
const char * | key, | ||
float | default_value | ||
) |
Retrieves a default configuration item as a float, given its section, key, and default value. The default float value is returned if the config item isn't found.
int linphone_config_get_default_int | ( | const LinphoneConfig * | lpconfig, |
const char * | section, | ||
const char * | key, | ||
int | default_value | ||
) |
Retrieves a default configuration item as an integer, given its section, key, and default value. The default integer value is returned if the config item isn't found.
int64_t linphone_config_get_default_int64 | ( | const LinphoneConfig * | lpconfig, |
const char * | section, | ||
const char * | key, | ||
int64_t | default_value | ||
) |
Retrieves a default configuration item as a 64 bit integer, given its section, key, and default value. The default integer value is returned if the config item isn't found.
const char* linphone_config_get_default_string | ( | const LinphoneConfig * | lpconfig, |
const char * | section, | ||
const char * | key, | ||
const char * | default_value | ||
) |
Retrieves a default configuration item as a string, given its section, key, and default value. The default value string is returned if the config item isn't found.
float linphone_config_get_float | ( | const LinphoneConfig * | lpconfig, |
const char * | section, | ||
const char * | key, | ||
float | default_value | ||
) |
Retrieves a configuration item as a float, given its section, key, and default value.
The default float value is returned if the config item isn't found.
int linphone_config_get_int | ( | const LinphoneConfig * | lpconfig, |
const char * | section, | ||
const char * | key, | ||
int | default_value | ||
) |
Retrieves a configuration item as an integer, given its section, key, and default value.
The default integer value is returned if the config item isn't found.
int64_t linphone_config_get_int64 | ( | const LinphoneConfig * | lpconfig, |
const char * | section, | ||
const char * | key, | ||
int64_t | default_value | ||
) |
Retrieves a configuration item as a 64 bit integer, given its section, key, and default value.
The default integer value is returned if the config item isn't found.
bool_t linphone_config_get_overwrite_flag_for_entry | ( | const LinphoneConfig * | lpconfig, |
const char * | section, | ||
const char * | key | ||
) |
Retrieves the overwrite flag for a config item
bool_t linphone_config_get_overwrite_flag_for_section | ( | const LinphoneConfig * | lpconfig, |
const char * | section | ||
) |
Retrieves the overwrite flag for a config section
bool_t linphone_config_get_range | ( | const LinphoneConfig * | lpconfig, |
const char * | section, | ||
const char * | key, | ||
int * | min, | ||
int * | max, | ||
int | default_min, | ||
int | default_max | ||
) |
Retrieves a configuration item as a range, given its section, key, and default min and max values.
const char* linphone_config_get_section_param_string | ( | const LinphoneConfig * | lpconfig, |
const char * | section, | ||
const char * | key, | ||
const char * | default_value | ||
) |
Retrieves a section parameter item as a string, given its section and key. The default value string is returned if the config item isn't found.
const char** linphone_config_get_sections_names | ( | LinphoneConfig * | lpconfig | ) |
Returns the list of sections' names in the LinphoneConfig.
[in] | lpconfig | The LinphoneConfig object |
bool_t linphone_config_get_skip_flag_for_entry | ( | const LinphoneConfig * | lpconfig, |
const char * | section, | ||
const char * | key | ||
) |
Retrieves the skip flag for a config item
bool_t linphone_config_get_skip_flag_for_section | ( | const LinphoneConfig * | lpconfig, |
const char * | section | ||
) |
Retrieves the skip flag for a config section
const char* linphone_config_get_string | ( | const LinphoneConfig * | lpconfig, |
const char * | section, | ||
const char * | key, | ||
const char * | default_string | ||
) |
Retrieves a configuration item as a string, given its section, key, and default value.
The default value string is returned if the config item isn't found.
bctbx_list_t* linphone_config_get_string_list | ( | const LinphoneConfig * | lpconfig, |
const char * | section, | ||
const char * | key, | ||
bctbx_list_t * | default_list | ||
) |
Retrieves a configuration item as a list of strings, given its section, key, and default value. The default value is returned if the config item is not found.
[in] | lpconfig | A LinphoneConfig object |
[in] | section | The section from which to retrieve a configuration item |
[in] | key | The name of the configuration item to retrieve |
[in] | default_list | A list of const char * objects. |
int linphone_config_has_entry | ( | const LinphoneConfig * | lpconfig, |
const char * | section, | ||
const char * | key | ||
) |
Returns 1 if a given section with a given key is present in the configuration.
[in] | lpconfig | The LinphoneConfig object |
[in] | section | |
[in] | key |
int linphone_config_has_section | ( | const LinphoneConfig * | lpconfig, |
const char * | section | ||
) |
Returns 1 if a given section is present in the configuration.
LinphoneConfig* linphone_config_new | ( | const char * | filename | ) |
Instantiates a LinphoneConfig object from a user config file. The caller of this constructor owns a reference. linphone_config_unref() must be called when this object is no longer needed.
filename | the filename of the config file to read to fill the instantiated LinphoneConfig |
LinphoneConfig* linphone_config_new_from_buffer | ( | const char * | buffer | ) |
Instantiates a LinphoneConfig object from a user provided buffer. The caller of this constructor owns a reference. linphone_config_unref() must be called when this object is no longer needed.
buffer | the buffer from which the LinphoneConfig will be retrieved. We expect the buffer to be null-terminated. |
LinphoneConfig* linphone_config_new_with_factory | ( | const char * | config_filename, |
const char * | factory_config_filename | ||
) |
Instantiates a LinphoneConfig object from a user config file and a factory config file. The caller of this constructor owns a reference. linphone_config_unref() must be called when this object is no longer needed.
config_filename | the filename of the user config file to read to fill the instantiated LinphoneConfig |
factory_config_filename | the filename of the factory config file to read to fill the instantiated LinphoneConfig |
The user config file is read first to fill the LinphoneConfig and then the factory config file is read. Therefore the configuration parameters defined in the user config file will be overwritten by the parameters defined in the factory config file.
int linphone_config_read_file | ( | LinphoneConfig * | lpconfig, |
const char * | filename | ||
) |
Reads a user config file and fill the LinphoneConfig with the read config values.
lpconfig | The LinphoneConfig object to fill with the content of the file |
filename | The filename of the config file to read to fill the LinphoneConfig |
int linphone_config_read_relative_file | ( | const LinphoneConfig * | lpconfig, |
const char * | filename, | ||
char * | data, | ||
size_t | max_length | ||
) |
Read a string from a file placed beside the Linphone configuration file
lpconfig | LinphoneConfig instance used as a reference |
filename | Name of the file where data will be read from. The name is relative to the place of the config file |
data | Buffer where read string will be stored |
max_length | Length of the buffer |
LinphoneConfig* linphone_config_ref | ( | LinphoneConfig * | lpconfig | ) |
increment reference count
bool_t linphone_config_relative_file_exists | ( | const LinphoneConfig * | lpconfig, |
const char * | filename | ||
) |
void linphone_config_set_float | ( | LinphoneConfig * | lpconfig, |
const char * | section, | ||
const char * | key, | ||
float | value | ||
) |
Sets a float config item
void linphone_config_set_int | ( | LinphoneConfig * | lpconfig, |
const char * | section, | ||
const char * | key, | ||
int | value | ||
) |
Sets an integer config item
void linphone_config_set_int64 | ( | LinphoneConfig * | lpconfig, |
const char * | section, | ||
const char * | key, | ||
int64_t | value | ||
) |
Sets a 64 bits integer config item
void linphone_config_set_int_hex | ( | LinphoneConfig * | lpconfig, |
const char * | section, | ||
const char * | key, | ||
int | value | ||
) |
Sets an integer config item, but store it as hexadecimal
void linphone_config_set_overwrite_flag_for_entry | ( | LinphoneConfig * | lpconfig, |
const char * | section, | ||
const char * | key, | ||
bool_t | value | ||
) |
Sets the overwrite flag for a config item (used when dumping config as xml)
void linphone_config_set_overwrite_flag_for_section | ( | LinphoneConfig * | lpconfig, |
const char * | section, | ||
bool_t | value | ||
) |
Sets the overwrite flag for a config section (used when dumping config as xml)
void linphone_config_set_range | ( | LinphoneConfig * | lpconfig, |
const char * | section, | ||
const char * | key, | ||
int | min_value, | ||
int | max_value | ||
) |
Sets a range config item
void linphone_config_set_skip_flag_for_entry | ( | LinphoneConfig * | lpconfig, |
const char * | section, | ||
const char * | key, | ||
bool_t | value | ||
) |
Sets the skip flag for a config item (used when dumping config as xml)
void linphone_config_set_skip_flag_for_section | ( | LinphoneConfig * | lpconfig, |
const char * | section, | ||
bool_t | value | ||
) |
Sets the skip flag for a config section (used when dumping config as xml)
void linphone_config_set_string | ( | LinphoneConfig * | lpconfig, |
const char * | section, | ||
const char * | key, | ||
const char * | value | ||
) |
Sets a string config item
void linphone_config_set_string_list | ( | LinphoneConfig * | lpconfig, |
const char * | section, | ||
const char * | key, | ||
const bctbx_list_t * | value | ||
) |
Sets a string list config item
[in] | lpconfig | A LinphoneConfig object |
[in] | section | The name of the section to put the configuration item into |
[in] | key | The name of the configuration item to set |
[in] | value | A list of const char * objects. The value to set |
int linphone_config_sync | ( | LinphoneConfig * | lpconfig | ) |
Writes the config file to disk.
void linphone_config_unref | ( | LinphoneConfig * | lpconfig | ) |
Decrement reference count, which will eventually free the object.
void linphone_config_write_relative_file | ( | const LinphoneConfig * | lpconfig, |
const char * | filename, | ||
const char * | data | ||
) |
Write a string in a file placed relatively with the Linphone configuration file.
lpconfig | LinphoneConfig instance used as a reference |
filename | Name of the file where to write data. The name is relative to the place of the config file |
data | String to write |
const char* linphone_configuring_state_to_string | ( | LinphoneConfiguringState | cs | ) |
Converts a _LinphoneConfiguringState enum to a string.
LinphoneContent* linphone_content_find_part_by_header | ( | const LinphoneContent * | content, |
const char * | header_name, | ||
const char * | header_value | ||
) |
Find a part from a multipart content looking for a part header with a specified value.
[in] | content | LinphoneContent object. |
[in] | header_name | The name of the header to look for. |
[in] | header_value | The value of the header to look for. |
void* linphone_content_get_buffer | ( | const LinphoneContent * | content | ) |
Get the content data buffer, usually a string.
[in] | content | LinphoneContent object. |
const char* linphone_content_get_custom_header | ( | const LinphoneContent * | content, |
const char * | header_name | ||
) |
Get a custom header value of a content.
[in] | content | LinphoneContent object. |
[in] | header_name | The name of the header to get the value from. |
const char* linphone_content_get_encoding | ( | const LinphoneContent * | content | ) |
Get the encoding of the data buffer, for example "gzip".
[in] | content | LinphoneContent object. |
const char* linphone_content_get_name | ( | const LinphoneContent * | content | ) |
Get the name associated with a RCS file transfer message. It is used to store the original filename of the file to be downloaded from server.
[in] | content | LinphoneContent object. |
LinphoneContent* linphone_content_get_part | ( | const LinphoneContent * | content, |
int | idx | ||
) |
Get a part from a multipart content according to its index.
[in] | content | LinphoneContent object. |
[in] | idx | The index of the part to get. |
size_t linphone_content_get_size | ( | const LinphoneContent * | content | ) |
Get the content data buffer size, excluding null character despite null character is always set for convenience.
[in] | content | LinphoneContent object. |
const char* linphone_content_get_string_buffer | ( | const LinphoneContent * | content | ) |
Get the string content data buffer.
[in] | content | LinphoneContent object |
const char* linphone_content_get_subtype | ( | const LinphoneContent * | content | ) |
Get the mime subtype of the content data.
[in] | content | LinphoneContent object. |
const char* linphone_content_get_type | ( | const LinphoneContent * | content | ) |
Get the mime type of the content data.
[in] | content | LinphoneContent object. |
void* linphone_content_get_user_data | ( | const LinphoneContent * | content | ) |
Retrieve the user pointer associated with the content.
[in] | content | LinphoneContent object. |
bool_t linphone_content_is_multipart | ( | const LinphoneContent * | content | ) |
Tell whether a content is a multipart content.
[in] | content | LinphoneContent object. |
LinphoneContent* linphone_content_ref | ( | LinphoneContent * | content | ) |
Acquire a reference to the content.
[in] | content | LinphoneContent object. |
void linphone_content_set_buffer | ( | LinphoneContent * | content, |
const void * | buffer, | ||
size_t | size | ||
) |
Set the content data buffer, usually a string.
[in] | content | LinphoneContent object. |
[in] | buffer | The content data buffer. |
[in] | size | The size of the content data buffer. |
void linphone_content_set_encoding | ( | LinphoneContent * | content, |
const char * | encoding | ||
) |
Set the encoding of the data buffer, for example "gzip".
[in] | content | LinphoneContent object. |
[in] | encoding | The encoding of the data buffer. |
void linphone_content_set_name | ( | LinphoneContent * | content, |
const char * | name | ||
) |
Set the name associated with a RCS file transfer message. It is used to store the original filename of the file to be downloaded from server.
[in] | content | LinphoneContent object. |
[in] | name | The name of the content. |
void linphone_content_set_size | ( | LinphoneContent * | content, |
size_t | size | ||
) |
Set the content data size, excluding null character despite null character is always set for convenience.
[in] | content | LinphoneContent object |
[in] | size | The content data buffer size. |
void linphone_content_set_string_buffer | ( | LinphoneContent * | content, |
const char * | buffer | ||
) |
Set the string content data buffer.
[in] | content | LinphoneContent object. |
[in] | buffer | The string content data buffer. |
void linphone_content_set_subtype | ( | LinphoneContent * | content, |
const char * | subtype | ||
) |
Set the mime subtype of the content data.
[in] | content | LinphoneContent object. |
[in] | subtype | The mime subtype of the content data, for example "html". |
void linphone_content_set_type | ( | LinphoneContent * | content, |
const char * | type | ||
) |
Set the mime type of the content data.
[in] | content | LinphoneContent object. |
[in] | type | The mime type of the content data, for example "application". |
void linphone_content_set_user_data | ( | LinphoneContent * | content, |
void * | ud | ||
) |
Assign a user pointer to the content.
[in] | content | LinphoneContent object. |
[in] | ud | The user pointer to associate with the content. |
void linphone_content_unref | ( | LinphoneContent * | content | ) |
Release reference to the content.
[in] | content | LinphoneContent object. |
LinphoneConfig* linphone_core_create_config | ( | LinphoneCore * | lc, |
const char * | filename | ||
) |
Create a LinphoneConfig object from a user config file.
[in] | lc | LinphoneCore object |
[in] | filename | The filename of the config file to read to fill the instantiated LinphoneConfig |
LinphoneContent* linphone_core_create_content | ( | LinphoneCore * | lc | ) |
Create a content with default values from Linphone core.
[in] | lc | LinphoneCore object |
LinphoneInfoMessage* linphone_core_create_info_message | ( | LinphoneCore * | lc | ) |
Creates an empty info message.
lc | the LinphoneCore |
The info message can later be filled with information using linphone_info_message_add_header() or linphone_info_message_set_content(), and finally sent with linphone_core_send_info_message().
LinphonePlayer* linphone_core_create_local_player | ( | LinphoneCore * | lc, |
MSSndCard * | snd_card, | ||
const char * | video_out, | ||
void * | window_id | ||
) |
Create an independent media file player. This player support WAVE and MATROSKA formats.
lc | A LinphoneCore object |
snd_card | Playback sound card. If NULL, the sound card set in LinphoneCore will be used |
video_out | Video display. If NULL, the video display set in LinphoneCore will be used |
window_id | Id of the drawing window. Depend of video out |
LINPHONE_DEPRECATED LinphoneConfig* linphone_core_create_lp_config | ( | LinphoneCore * | lc, |
const char * | filename | ||
) |
Create a LpConfig object from a user config file.
[in] | lc | LinphoneCore object |
[in] | filename | The filename of the config file to read to fill the instantiated LpConfig |
LinphoneConfig* linphone_core_get_config | ( | LinphoneCore * | lc | ) |
Returns the LpConfig object used to manage the storage (config) file.
[in] | lc | LinphoneCore object The application can use the LpConfig object to insert its own private sections and pairs of key=value in the configuration file. |
const char* linphone_core_get_file_transfer_server | ( | LinphoneCore * | core | ) |
Get the globaly set http file transfer server to be used for content type application/vnd.gsma.rcs-ft-http+xml.
[in] | core | LinphoneCore from which to get the server_url |
LinphoneAddress* linphone_core_interpret_url | ( | LinphoneCore * | lc, |
const char * | url | ||
) |
See linphone_proxy_config_normalize_sip_uri for documentation. Default proxy config is used to parse the address.
int linphone_core_play_local | ( | LinphoneCore * | lc, |
const char * | audiofile | ||
) |
Plays an audio file to the local user. This function works at any time, during calls, or when no calls are running. It doesn't request the underlying audio system to support multiple playback streams.
[in] | lc | LinphoneCore object |
[in] | audiofile | The path to an audio file in wav PCM 16 bit format |
void linphone_core_set_call_error_tone | ( | LinphoneCore * | lc, |
LinphoneReason | reason, | ||
const char * | audiofile | ||
) |
Assign an audio file to be played locally upon call failure, for a given reason.
lc | the core |
reason | the LinphoneReason representing the failure error code. |
audiofile | a wav file to be played when such call failure happens. |
void linphone_core_set_file_transfer_server | ( | LinphoneCore * | core, |
const char * | server_url | ||
) |
Globaly set an http file transfer server to be used for content type application/vnd.gsma.rcs-ft-http+xml. This value can also be set for a dedicated account using linphone_proxy_config_set_file_transfer_server
[in] | core | LinphoneCore to be modified |
[in] | server_url | URL of the file server like https://file.linphone.org/upload.php |
void linphone_core_set_user_agent | ( | LinphoneCore * | lc, |
const char * | ua_name, | ||
const char * | version | ||
) |
Sets the user agent string used in SIP messages, ideally called just after linphone_core_new() or linphone_core_init().
[in] | lc | LinphoneCore object |
[in] | ua_name | The user agent name |
[in] | version | The user agent version |
int linphone_core_take_preview_snapshot | ( | LinphoneCore * | lc, |
const char * | file | ||
) |
Take a photo of currently from capture device and write it into a jpeg file. Note that the snapshot is asynchronous, an application shall not assume that the file is created when the function returns.
lc | the linphone core |
file | a path where to write the jpeg content. |
bool_t linphone_core_vcard_supported | ( | void | ) |
Tells whether VCARD support is builtin.
int linphone_dial_plan_lookup_ccc_from_e164 | ( | const char * | e164 | ) |
Function to get call country code from an e164 number, ex: +33952650121 will return 33
e164 | phone number |
int linphone_dial_plan_lookup_ccc_from_iso | ( | const char * | iso | ) |
Function to get call country code from ISO 3166-1 alpha-2 code, ex: FR returns 33
iso | country code alpha2 |
LinphoneReason linphone_error_code_to_reason | ( | int | err | ) |
Converts an error code to a LinphoneReason.
[in] | err | An error code |
const char* linphone_error_info_get_details | ( | const LinphoneErrorInfo * | ei | ) |
Provides additional information regarding the failure. With SIP protocol, the "Reason" and "Warning" headers are returned.
[in] | ei | ErrorInfo object |
const char* linphone_error_info_get_phrase | ( | const LinphoneErrorInfo * | ei | ) |
Get textual phrase from the error info. This is the text that is provided by the peer in the protocol (SIP).
[in] | ei | ErrorInfo object |
int linphone_error_info_get_protocol_code | ( | const LinphoneErrorInfo * | ei | ) |
Get the status code from the low level protocol (ex a SIP status code).
[in] | ei | ErrorInfo object |
LinphoneReason linphone_error_info_get_reason | ( | const LinphoneErrorInfo * | ei | ) |
LinphoneImEncryptionEngineCbsGenerateFileTransferKeyCb linphone_im_encryption_engine_cbs_get_generate_file_transfer_key | ( | LinphoneImEncryptionEngineCbs * | cbs | ) |
Gets the callback that will generate the key to encrypt the file before uploading it
[in] | cbs | the LinphoneImEncryptionEngineCbs object |
LinphoneImEncryptionEngineCbsIsEncryptionEnabledForFileTransferCb linphone_im_encryption_engine_cbs_get_is_encryption_enabled_for_file_transfer | ( | LinphoneImEncryptionEngineCbs * | cbs | ) |
Gets the callback telling wheter or not to encrypt the files
[in] | cbs | the LinphoneImEncryptionEngineCbs object |
LinphoneImEncryptionEngineCbsDownloadingFileCb linphone_im_encryption_engine_cbs_get_process_downloading_file | ( | LinphoneImEncryptionEngineCbs * | cbs | ) |
Gets the callback that will decrypt the files while downloading them
[in] | cbs | the LinphoneImEncryptionEngineCbs object |
LinphoneImEncryptionEngineCbsIncomingMessageCb linphone_im_encryption_engine_cbs_get_process_incoming_message | ( | LinphoneImEncryptionEngineCbs * | cbs | ) |
Gets the callback that will decrypt the chat messages upon reception
[in] | cbs | the LinphoneImEncryptionEngineCbs object |
LinphoneImEncryptionEngineCbsOutgoingMessageCb linphone_im_encryption_engine_cbs_get_process_outgoing_message | ( | LinphoneImEncryptionEngineCbs * | cbs | ) |
Gets the callback that will encrypt the chat messages before sending them
[in] | cbs | the LinphoneImEncryptionEngineCbs object |
LinphoneImEncryptionEngineCbsUploadingFileCb linphone_im_encryption_engine_cbs_get_process_uploading_file | ( | LinphoneImEncryptionEngineCbs * | cbs | ) |
Gets the callback that will will encrypt the files while uploading them
[in] | cbs | the LinphoneImEncryptionEngineCbs object |
void* linphone_im_encryption_engine_cbs_get_user_data | ( | const LinphoneImEncryptionEngineCbs * | cbs | ) |
Gets the user data in the LinphoneImEncryptionEngineCbs object
[in] | cbs | the LinphoneImEncryptionEngineCbs |
LinphoneImEncryptionEngineCbs* linphone_im_encryption_engine_cbs_ref | ( | LinphoneImEncryptionEngineCbs * | cbs | ) |
Acquire a reference to the LinphoneImEncryptionEngineCbs.
[in] | cbs | LinphoneImEncryptionEngineCbs object. |
void linphone_im_encryption_engine_cbs_set_generate_file_transfer_key | ( | LinphoneImEncryptionEngineCbs * | cbs, |
LinphoneImEncryptionEngineCbsGenerateFileTransferKeyCb | cb | ||
) |
Sets the callback that will generate the key to encrypt the file before uploading it
[in] | cbs | the LinphoneImEncryptionEngineCbs object |
[in] | cb | the callback to call |
void linphone_im_encryption_engine_cbs_set_is_encryption_enabled_for_file_transfer | ( | LinphoneImEncryptionEngineCbs * | cbs, |
LinphoneImEncryptionEngineCbsIsEncryptionEnabledForFileTransferCb | cb | ||
) |
Sets the callback telling wheter or not to encrypt the files
[in] | cbs | the LinphoneImEncryptionEngineCbs object |
[in] | cb | the callback to call |
void linphone_im_encryption_engine_cbs_set_process_downloading_file | ( | LinphoneImEncryptionEngineCbs * | cbs, |
LinphoneImEncryptionEngineCbsDownloadingFileCb | cb | ||
) |
Sets the callback that will decrypt the files while downloading them
[in] | cbs | the LinphoneImEncryptionEngineCbs object |
[in] | cb | the callback to call |
void linphone_im_encryption_engine_cbs_set_process_incoming_message | ( | LinphoneImEncryptionEngineCbs * | cbs, |
LinphoneImEncryptionEngineCbsIncomingMessageCb | cb | ||
) |
Sets the callback that will decrypt the chat messages upon reception
[in] | cbs | the LinphoneImEncryptionEngineCbs object |
[in] | cb | the callback to call |
void linphone_im_encryption_engine_cbs_set_process_outgoing_message | ( | LinphoneImEncryptionEngineCbs * | cbs, |
LinphoneImEncryptionEngineCbsOutgoingMessageCb | cb | ||
) |
Sets the callback that will encrypt the chat messages before sending them
[in] | cbs | the LinphoneImEncryptionEngineCbs object |
[in] | cb | the callback to call |
void linphone_im_encryption_engine_cbs_set_process_uploading_file | ( | LinphoneImEncryptionEngineCbs * | cbs, |
LinphoneImEncryptionEngineCbsUploadingFileCb | cb | ||
) |
Sets the callback that will encrypt the files while uploading them
[in] | cbs | the LinphoneImEncryptionEngineCbs object |
[in] | cb | the callback to call |
void linphone_im_encryption_engine_cbs_set_user_data | ( | LinphoneImEncryptionEngineCbs * | cbs, |
void * | data | ||
) |
Sets the user data in the LinphoneImEncryptionEngineCbs object
[in] | cbs | the LinphoneImEncryptionEngineCbs object |
[in] | data | the user data |
void linphone_im_encryption_engine_cbs_unref | ( | LinphoneImEncryptionEngineCbs * | cbs | ) |
Release reference to the LinphoneImEncryptionEngineCbs.
[in] | cbs | LinphoneImEncryptionEngineCbs object. |
LinphoneImEncryptionEngineCbs* linphone_im_encryption_engine_get_callbacks | ( | const LinphoneImEncryptionEngine * | imee | ) |
Gets the LinphoneImEncryptionEngineCbs object that holds the callbacks
[in] | imee | the LinphoneImEncryptionEngine object |
LinphoneCore* linphone_im_encryption_engine_get_core | ( | LinphoneImEncryptionEngine * | imee | ) |
Gets the LinphoneCore object that created the IM encryption engine
[in] | imee | LinphoneImEncryptionEngine object |
void* linphone_im_encryption_engine_get_user_data | ( | const LinphoneImEncryptionEngine * | imee | ) |
Gets the user data in the LinphoneImEncryptionEngine object
[in] | imee | the LinphoneImEncryptionEngine |
LinphoneImEncryptionEngine* linphone_im_encryption_engine_ref | ( | LinphoneImEncryptionEngine * | imee | ) |
Acquire a reference to the LinphoneImEncryptionEngine.
[in] | imee | LinphoneImEncryptionEngine object. |
void linphone_im_encryption_engine_set_user_data | ( | LinphoneImEncryptionEngine * | imee, |
void * | data | ||
) |
Sets the user data in the LinphoneImEncryptionEngine object
[in] | imee | the LinphoneImEncryptionEngine object |
[in] | data | the user data |
void linphone_im_encryption_engine_unref | ( | LinphoneImEncryptionEngine * | imee | ) |
Release reference to the LinphoneImEncryptionEngine.
[in] | imee | LinphoneImEncryptionEngine object. |
void linphone_info_message_add_header | ( | LinphoneInfoMessage * | im, |
const char * | name, | ||
const char * | value | ||
) |
Add a header to an info message to be sent.
im | the info message |
name | the header'name |
value | the header's value |
void linphone_info_message_destroy | ( | LinphoneInfoMessage * | im | ) |
Destroy a LinphoneInfoMessage
const LinphoneContent* linphone_info_message_get_content | ( | const LinphoneInfoMessage * | im | ) |
Returns the info message's content as a LinphoneContent structure.
const char* linphone_info_message_get_header | ( | const LinphoneInfoMessage * | im, |
const char * | name | ||
) |
Obtain a header value from a received info message.
im | the info message |
name | the header'name |
void linphone_info_message_set_content | ( | LinphoneInfoMessage * | im, |
const LinphoneContent * | content | ||
) |
Assign a content to the info message.
im | the linphone info message |
content | the content described as a LinphoneContent structure. All fields of the LinphoneContent are copied, thus the application can destroy/modify/recycloe the content object freely ater the function returns. |
int linphone_reason_to_error_code | ( | LinphoneReason | reason | ) |
Converts a LinphoneReason to an error code.
[in] | reason | A LinphoneReason |
const char* linphone_reason_to_string | ( | LinphoneReason | err | ) |
Converts a LinphoneReason enum to a string.
[in] | err | A LinphoneReason |
LinphoneTransportType linphone_transport_parse | ( | const char * | transport | ) |
Converts a lowercase string to a LinphoneTransportType enum.
const char* linphone_transport_to_string | ( | LinphoneTransportType | transport | ) |
Converts a LinphoneTransportType enum to a lowercase string.
void linphone_xml_rpc_request_add_int_arg | ( | LinphoneXmlRpcRequest * | request, |
int | value | ||
) |
Add an integer argument to an XML-RPC request.
[in] | request | LinphoneXmlRpcRequest object. |
[in] | value | The integer value of the added argument. |
void linphone_xml_rpc_request_add_string_arg | ( | LinphoneXmlRpcRequest * | request, |
const char * | value | ||
) |
Add a string argument to an XML-RPC request.
[in] | request | LinphoneXmlRpcRequest object. |
[in] | value | The string value of the added argument. |
LinphoneXmlRpcRequestCbsResponseCb linphone_xml_rpc_request_cbs_get_response | ( | const LinphoneXmlRpcRequestCbs * | cbs | ) |
Get the response callback.
[in] | cbs | LinphoneXmlRpcRequestCbs object. |
void* linphone_xml_rpc_request_cbs_get_user_data | ( | const LinphoneXmlRpcRequestCbs * | cbs | ) |
Retrieve the user pointer associated with a LinphoneXmlRpcRequestCbs object.
[in] | cbs | LinphoneXmlRpcRequestCbs object. |
LinphoneXmlRpcRequestCbs* linphone_xml_rpc_request_cbs_ref | ( | LinphoneXmlRpcRequestCbs * | cbs | ) |
Acquire a reference to a LinphoneXmlRpcRequestCbs object.
[in] | cbs | LinphoneXmlRpcRequestCbs object. |
void linphone_xml_rpc_request_cbs_set_response | ( | LinphoneXmlRpcRequestCbs * | cbs, |
LinphoneXmlRpcRequestCbsResponseCb | cb | ||
) |
Set the response callback.
[in] | cbs | LinphoneXmlRpcRequestCbs object. |
[in] | cb | The response callback to be used. |
void linphone_xml_rpc_request_cbs_set_user_data | ( | LinphoneXmlRpcRequestCbs * | cbs, |
void * | ud | ||
) |
Assign a user pointer to a LinphoneXmlRpcRequestCbs object.
[in] | cbs | LinphoneXmlRpcRequestCbs object. |
[in] | ud | The user pointer to associate with the LinphoneXmlRpcRequestCbs object. |
void linphone_xml_rpc_request_cbs_unref | ( | LinphoneXmlRpcRequestCbs * | cbs | ) |
Release a reference to a LinphoneXmlRpcRequestCbs object.
[in] | cbs | LinphoneXmlRpcRequestCbs object. |
LinphoneXmlRpcRequestCbs* linphone_xml_rpc_request_get_callbacks | ( | const LinphoneXmlRpcRequest * | request | ) |
Get the LinphoneXmlRpcRequestCbs object associated with a LinphoneXmlRpcRequest.
[in] | request | LinphoneXmlRpcRequest object |
const char* linphone_xml_rpc_request_get_content | ( | const LinphoneXmlRpcRequest * | request | ) |
Get the content of the XML-RPC request.
[in] | request | LinphoneXmlRpcRequest object. |
int linphone_xml_rpc_request_get_int_response | ( | const LinphoneXmlRpcRequest * | request | ) |
Get the response to an XML-RPC request sent with linphone_xml_rpc_session_send_request() and returning an integer response.
[in] | request | LinphoneXmlRpcRequest object. |
LinphoneXmlRpcStatus linphone_xml_rpc_request_get_status | ( | const LinphoneXmlRpcRequest * | request | ) |
Get the status of the XML-RPC request.
[in] | request | LinphoneXmlRpcRequest object. |
const char* linphone_xml_rpc_request_get_string_response | ( | const LinphoneXmlRpcRequest * | request | ) |
Get the response to an XML-RPC request sent with linphone_xml_rpc_session_send_request() and returning a string response.
[in] | request | LinphoneXmlRpcRequest object. |
void* linphone_xml_rpc_request_get_user_data | ( | const LinphoneXmlRpcRequest * | request | ) |
Retrieve the user pointer associated with the XML-RPC request.
[in] | request | LinphoneXmlRpcRequest object. |
LinphoneXmlRpcRequest* linphone_xml_rpc_request_new | ( | const char * | method, |
LinphoneXmlRpcArgType | return_type | ||
) |
Create a new LinphoneXmlRpcRequest object.
[in] | method | The XML-RPC method to call. |
[in] | return_type | The expected XML-RPC response type. |
LinphoneXmlRpcRequest* linphone_xml_rpc_request_new_with_args | ( | const char * | method, |
LinphoneXmlRpcArgType | return_type, | ||
... | |||
) |
Create a new LinphoneXmlRpcRequest object giving the arguments to the method call.
[in] | method | The XML-RPC method to call. |
[in] | return_type | The expected XML-RPC response type. |
LinphoneXmlRpcRequest* linphone_xml_rpc_request_ref | ( | LinphoneXmlRpcRequest * | request | ) |
Acquire a reference to the XML-RPC request.
[in] | request | LinphoneXmlRpcRequest object. |
void linphone_xml_rpc_request_set_user_data | ( | LinphoneXmlRpcRequest * | request, |
void * | ud | ||
) |
Assign a user pointer to the XML-RPC request.
[in] | request | LinphoneXmlRpcRequest object. |
[in] | ud | The user pointer to associate with the XML-RPC request. |
void linphone_xml_rpc_request_unref | ( | LinphoneXmlRpcRequest * | request | ) |
Release reference to the XML-RPC request.
[in] | request | LinphoneXmlRpcRequest object. |
void* linphone_xml_rpc_session_get_user_data | ( | const LinphoneXmlRpcSession * | session | ) |
Retrieve the user pointer associated with the XML-RPC session.
[in] | session | LinphoneXmlRpcSession object. |
LinphoneXmlRpcSession* linphone_xml_rpc_session_new | ( | LinphoneCore * | core, |
const char * | url | ||
) |
Create a new LinphoneXmlRpcSession object.
[in] | core | The LinphoneCore object used to send the XML-RPC requests. |
[in] | url | The URL of the XML-RPC server to send the XML-RPC requests to. |
LinphoneXmlRpcSession* linphone_xml_rpc_session_ref | ( | LinphoneXmlRpcSession * | session | ) |
Acquire a reference to the XML-RPC session.
[in] | session | LinphoneXmlRpcSession object. |
void linphone_xml_rpc_session_release | ( | LinphoneXmlRpcSession * | session | ) |
Stop and unref an XML rpc session. Pending requests will be aborted.
[in] | session | LinphoneXmlRpcSession object. |
void linphone_xml_rpc_session_send_request | ( | LinphoneXmlRpcSession * | session, |
LinphoneXmlRpcRequest * | request | ||
) |
Send an XML-RPC request.
[in] | session | LinphoneXmlRpcSession object. |
[in] | request | The LinphoneXmlRpcRequest to be sent. |
void linphone_xml_rpc_session_set_user_data | ( | LinphoneXmlRpcSession * | session, |
void * | ud | ||
) |
Assign a user pointer to the XML-RPC session.
[in] | session | LinphoneXmlRpcSession object. |
[in] | ud | The user pointer to associate with the XML-RPC session. |
void linphone_xml_rpc_session_unref | ( | LinphoneXmlRpcSession * | session | ) |
Release reference to the XML-RPC session.
[in] | session | LinphoneXmlRpcSession object. |
void lp_config_load_dict_to_section | ( | LpConfig * | lpconfig, |
const char * | section, | ||
const LinphoneDictionary * | dict | ||
) |
Loads a dictionary into a section of the lpconfig. If the section doesn't exist it is created. Overwrites existing keys, creates non-existing keys.
LinphoneDictionary* lp_config_section_to_dict | ( | const LpConfig * | lpconfig, |
const char * | section | ||
) |
Converts a config section into a dictionary.