diff options
Diffstat (limited to 'src/voicecall.c')
-rw-r--r-- | src/voicecall.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/voicecall.c b/src/voicecall.c index f5a969c6..07b254f1 100644 --- a/src/voicecall.c +++ b/src/voicecall.c @@ -1248,9 +1248,9 @@ void ofono_voicecall_disconnected(struct ofono_modem *modem, int id, voicecall_set_call_status(modem, call, CALL_STATUS_DISCONNECTED); if (prev_status == CALL_STATUS_INCOMING) - ofono_history_call_missed(modem, call->call, ts); + __ofono_history_call_missed(modem, call->call, ts); else - ofono_history_call_ended(modem, call->call, + __ofono_history_call_ended(modem, call->call, call->detect_time, ts); voicecall_dbus_unregister(modem, call); |