diff options
author | Denis Kenzior <denkenz@gmail.com> | 2010-09-28 16:39:58 -0500 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2010-09-28 16:39:58 -0500 |
commit | ddb32c99ab842e25c50368c786247604b7b32730 (patch) | |
tree | ef5580a12c48a642534816783d65e4a7a5e59c80 /drivers | |
parent | ecccf09844bbe4eb084293ffce79e3ee704761fc (diff) | |
download | ofono-ddb32c99ab842e25c50368c786247604b7b32730.tar.bz2 |
ifx: ifx_chup should send a +CHUP
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/ifxmodem/voicecall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ifxmodem/voicecall.c b/drivers/ifxmodem/voicecall.c index 0fe360be..f229905e 100644 --- a/drivers/ifxmodem/voicecall.c +++ b/drivers/ifxmodem/voicecall.c @@ -367,7 +367,7 @@ static void ifx_chup(struct ofono_voicecall *vc, ofono_voicecall_cb_t cb, void *data) { /* Hangup active + but not held or waiting */ - ifx_template("ATH", vc, generic_cb, 0x1d, cb, data); + ifx_template("AT+CHUP", vc, generic_cb, 0x1d, cb, data); } static void ifx_hold_all_active(struct ofono_voicecall *vc, |