ifxmodem: Enable Calling Name Presentation (CNAP) notifications

This enables the CNAP notifications so that they show up in the traces
if used by a network. No logic is implemented to handle them.
This commit is contained in:
Marcel Holtmann 2010-10-28 18:10:15 +02:00
parent d684c81149
commit b433249763
1 changed files with 1 additions and 0 deletions

View File

@ -707,6 +707,7 @@ static int ifx_voicecall_probe(struct ofono_voicecall *vc, unsigned int vendor,
g_at_chat_send(vd->chat, "AT+CRC=1", none_prefix, NULL, NULL, NULL);
g_at_chat_send(vd->chat, "AT+CLIP=1", none_prefix, NULL, NULL, NULL);
g_at_chat_send(vd->chat, "AT+COLP=1", none_prefix, NULL, NULL, NULL);
g_at_chat_send(vd->chat, "AT+CNAP=1", none_prefix, NULL, NULL, NULL);
g_at_chat_send(vd->chat, "AT+CCWA=1", none_prefix,
ifx_voicecall_initialized, vc, NULL);