Fix: None of this seems necessary for the Calypso
authorDenis Kenzior <denkenz@gmail.com>
Thu, 26 Nov 2009 13:37:08 +0000 (07:37 -0600)
committerDenis Kenzior <denkenz@gmail.com>
Thu, 26 Nov 2009 13:44:25 +0000 (07:44 -0600)
drivers/calypsomodem/voicecall.c

index 3457968..5deae42 100644 (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;