Defines |
| #define | linphone_call_log_get_from(cl) linphone_call_log_get_from_address(cl) |
| #define | linphone_call_log_get_to(cl) linphone_call_log_get_to_address(cl) |
| #define | linphone_call_log_set_user_pointer(cl, ud) linphone_call_log_set_user_data(cl, ud) |
| #define | linphone_call_log_get_user_pointer(cl) linphone_call_log_get_user_data(cl) |
Typedefs |
| typedef enum _LinphoneCallDir | LinphoneCallDir |
| typedef enum _LinphoneCallStatus | LinphoneCallStatus |
| typedef struct _LinphoneCallLog | LinphoneCallLog |
Enumerations |
| enum | _LinphoneCallDir {
LinphoneCallOutgoing,
LinphoneCallIncoming
} |
| enum | _LinphoneCallStatus {
LinphoneCallSuccess,
LinphoneCallAborted,
LinphoneCallMissed,
LinphoneCallDeclined
} |
Functions |
| const char * | linphone_call_log_get_call_id (const LinphoneCallLog *cl) |
| LinphoneCallDir | linphone_call_log_get_dir (LinphoneCallLog *cl) |
| int | linphone_call_log_get_duration (LinphoneCallLog *cl) |
| LinphoneAddress * | linphone_call_log_get_from_address (LinphoneCallLog *cl) |
| const rtp_stats_t * | linphone_call_log_get_local_stats (const LinphoneCallLog *cl) |
| float | linphone_call_log_get_quality (LinphoneCallLog *cl) |
| const char * | linphone_call_log_get_ref_key (const LinphoneCallLog *cl) |
| LinphoneAddress * | linphone_call_log_get_remote_address (LinphoneCallLog *cl) |
| const rtp_stats_t * | linphone_call_log_get_remote_stats (const LinphoneCallLog *cl) |
| time_t | linphone_call_log_get_start_date (LinphoneCallLog *cl) |
| LinphoneCallStatus | linphone_call_log_get_status (LinphoneCallLog *cl) |
| LinphoneAddress * | linphone_call_log_get_to_address (LinphoneCallLog *cl) |
| void | linphone_call_log_set_ref_key (LinphoneCallLog *cl, const char *refkey) |
| bool_t | linphone_call_log_video_enabled (LinphoneCallLog *cl) |
| char * | linphone_call_log_to_str (LinphoneCallLog *cl) |
| bool_t | linphone_call_log_was_conference (LinphoneCallLog *cl) |
| void * | linphone_call_log_get_user_data (const LinphoneCallLog *cl) |
| void | linphone_call_log_set_user_data (LinphoneCallLog *cl, void *ud) |
| LinphoneCallLog * | linphone_call_log_ref (LinphoneCallLog *cl) |
| void | linphone_call_log_unref (LinphoneCallLog *cl) |
| void | linphone_call_log_destroy (LinphoneCallLog *cl) |
| const bctbx_list_t * | linphone_core_get_call_logs (LinphoneCore *lc) |
| bctbx_list_t * | linphone_core_get_call_history_for_address (LinphoneCore *lc, const LinphoneAddress *addr) |
| LinphoneCallLog * | linphone_core_get_last_outgoing_call_log (LinphoneCore *lc) |
| LinphoneCallLog * | linphone_core_find_call_log_from_call_id (LinphoneCore *lc, const char *call_id) |
| void | linphone_core_clear_call_logs (LinphoneCore *lc) |
| int | linphone_core_get_missed_calls_count (LinphoneCore *lc) |
| void | linphone_core_reset_missed_calls_count (LinphoneCore *lc) |
| void | linphone_core_remove_call_log (LinphoneCore *lc, LinphoneCallLog *call_log) |