Fix: None of this seems necessary for the Calypso

This commit is contained in:
Denis Kenzior 2009-11-26 07:37:08 -06:00
parent 757c8f096c
commit d91c61e621
1 changed files with 1 additions and 5 deletions

View File

@ -391,11 +391,7 @@ static int calypso_voicecall_probe(struct ofono_voicecall *vc, unsigned int vend
ofono_voicecall_set_data(vc, vd);
g_at_chat_send(chat, "AT%CPI=3", NULL, NULL, NULL, NULL);
g_at_chat_send(chat, "AT+CLIP=1", NULL, NULL, NULL, NULL);
g_at_chat_send(chat, "AT+COLP=0", NULL, NULL, NULL, NULL);
g_at_chat_send(chat, "AT+CSSN=1,1", NULL, NULL, NULL, NULL);
g_at_chat_send(chat, "AT+CCWA=1", NULL,
g_at_chat_send(chat, "AT%CPI=3", NULL,
calypso_voicecall_initialized, vc, NULL);
return 0;