diff options
author | Denis Kenzior <denkenz@gmail.com> | 2009-09-21 09:32:46 -0500 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2009-09-22 00:07:06 -0500 |
commit | 3362de001041604db12ded37c238c350f1a89917 (patch) | |
tree | f709f30f33877881fc8ef0232e44eb83c087f5ae /drivers/atmodem/voicecall.c | |
parent | 63416e28519854712ed972c00c025280d267f482 (diff) | |
download | ofono-3362de001041604db12ded37c238c350f1a89917.tar.bz2 |
Move SSN unsolicited notification activation
Diffstat (limited to 'drivers/atmodem/voicecall.c')
-rw-r--r-- | drivers/atmodem/voicecall.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/atmodem/voicecall.c b/drivers/atmodem/voicecall.c index 4d6cfd22..c7b9ac7f 100644 --- a/drivers/atmodem/voicecall.c +++ b/drivers/atmodem/voicecall.c @@ -979,7 +979,6 @@ static int at_voicecall_probe(struct ofono_voicecall *vc, unsigned int vendor, g_at_chat_send(chat, "AT+CRC=1", NULL, NULL, NULL, NULL); g_at_chat_send(chat, "AT+CLIP=1", NULL, NULL, NULL, NULL); g_at_chat_send(chat, "AT+COLP=1", 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, at_voicecall_initialized, vc, NULL); return 0; |