Hi,
This patch set fixes the review comments and also fixes some of the corner cases.
If the modem is able to setup the call, then the alpha id will be freed when the
initiated call ends.
If the modem is not able to setup the call due to some reason, then the memory
allocated for alpha id and dial request are freed when the command end/session
end is received.
Thanks and Regards,
Jeevaka
Jeevaka Badrappan (4):
include: Add driver api for user confirmation
voicecall: api for set/clear alpha and icon id
stk: Handle set up call in handled_notify
ifxmodem: add support for user_confirmation in stk
drivers/ifxmodem/stk.c | 11 ++++
include/stk.h | 1 +
src/ofono.h | 6 ++
src/stk.c | 122 ++++++++++++++++++++++++++++++++++++++++++++++-
src/voicecall.c | 76 ++++++++++++++++++++++++++++++
5 files changed, 213 insertions(+), 3 deletions(-)
--
1.7.4.1