diff --git a/drivers/atmodem/voicecall.c b/drivers/atmodem/voicecall.c index c5d7176b..3d17b44f 100644 --- a/drivers/atmodem/voicecall.c +++ b/drivers/atmodem/voicecall.c @@ -871,7 +871,7 @@ static struct ofono_voicecall_driver driver = { .remove = at_voicecall_remove, .dial = at_dial, .answer = at_answer, - .hangup_active = at_hangup, + .hangup_all = at_hangup, .hold_all_active = at_hold_all_active, .release_all_held = at_release_all_held, .set_udub = at_set_udub,