diff options
Diffstat (limited to 'drivers/calypsomodem/voicecall.c')
-rw-r--r-- | drivers/calypsomodem/voicecall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/calypsomodem/voicecall.c b/drivers/calypsomodem/voicecall.c index 511d533f..56ec5a9c 100644 --- a/drivers/calypsomodem/voicecall.c +++ b/drivers/calypsomodem/voicecall.c @@ -407,7 +407,7 @@ static struct ofono_voicecall_driver driver = { .remove = calypso_voicecall_remove, .dial = calypso_dial, .answer = calypso_answer, - .hangup = calypso_hangup, + .hangup_active = calypso_hangup, .hold_all_active = calypso_hold_all_active, .release_all_held = calypso_release_all_held, .set_udub = calypso_set_udub, |