[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Call and SMS Notification
From: |
Fred Lefévère-Laoide |
Subject: |
Re: Call and SMS Notification |
Date: |
Fri, 28 Mar 2008 12:13:30 +0100 |
User-agent: |
Thunderbird 2.0.0.12 (Windows/20080213) |
I tried replacing AT+CLCC=1 by AT+CCWA=1 in atgen.c/steCallNotification
and I get no error but no callback either ...
When I tried it from a tty connected to my phone, I got :
AT+CCWA=1
OK
+CRING: VOICE
+CLIP: "+33546000000",145,,,"Contact name"
+CLIP: "+33546000000",145,,,"Contact name"
And I saw that +CRING: VOICE should be detected in common/phones/atgen.c
but no ...
Ideas ?
Fred
Fred Lefévère-Laoide a écrit :
Well when I open the phone, there is no error when setting up the
notification but then nothing happens when the phone rang ...
I tried with AT (SE W880i) and 6280 drivers ...
My config : libgnokii latest from svn : 3.8.0
here is the log I get when connecting to SE W880i with AT :
The phone reponded ERROR to AT+CLCC=1 ...
Any ideas ?
Fred
Initializing AT capable mobile phone ...
Serial device: opening device 00:1A:75:XX:XX:XX
Message sent: 0x00 / 0x0004
41 54 5a 0d | ATZ
write: [ATZ<cr>]
read : [ATZ<cr><cr><lf>OK<cr><lf>]
Message received: 0x00 / 0x000a
02 41 54 5a 0d 0d 0a 4f 4b 0d | ATZ OK
Received message type 00
Message sent: 0x00 / 0x0005
41 54 45 31 0d | ATE1
write: [ATE1<cr>]
read : [ATE1<cr><cr><lf>OK<cr><lf>]
Message received: 0x00 / 0x000b
02 41 54 45 31 0d 0d 0a 4f 4b 0d | ATE1 OK
Received message type 00
Message sent: 0x00 / 0x000a
41 54 2b 43 4d 45 45 3d 31 0d | AT+CMEE=1
write: [AT+CMEE=1<cr>]
read : [AT+CMEE=1<cr><cr><lf>OK<cr><lf>]
Message received: 0x00 / 0x0010
02 41 54 2b 43 4d 45 45 3d 31 0d 0d 0a 4f 4b 0d | AT+CMEE=1 OK
Received message type 00
Message sent: 0x06 / 0x0008
41 54 2b 43 47 4d 4d 0d | AT+CGMM
write: [AT+CGMM<cr>]
read : [AT+CGMM<cr><cr><lf>AAD-3022051-BV<cr><lf><cr><lf>OK<cr><lf>]
Message received: 0x06 / 0x0020
02 41 54 2b 43 47 4d 4d 0d 0d 0a 41 41 44 2d 33 | AT+CGMM AAD-3
30 32 32 30 35 31 2d 42 56 0d 0a 0d 0a 4f 4b 0d | 022051-BV OK
Received message type 06
Message sent: 0x06 / 0x0008
41 54 2b 43 47 4d 49 0d | AT+CGMI
write: [AT+CGMI<cr>]
read : [AT+CGMI<cr><cr><lf>Sony Ericsson<cr><lf><cr><lf>OK<cr><lf>]
Message received: 0x06 / 0x001f
02 41 54 2b 43 47 4d 49 0d 0d 0a 53 6f 6e 79 20 | AT+CGMI Sony
45 72 69 63 73 73 6f 6e 0d 0a 0d 0a 4f 4b 0d | Ericsson OK
Received message type 06
Message sent: 0x61 / 0x0009
41 54 2b 43 53 43 53 3f 0d | AT+CSCS?
write: [AT+CSCS?<cr>]
read : [AT+CSCS?<cr><cr><lf>+CSCS: "GSM"<cr><lf><cr><lf>OK<cr><lf>]
Message received: 0x61 / 0x001f
02 41 54 2b 43 53 43 53 3f 0d 0d 0a 2b 43 53 43 | AT+CSCS? +CSC
53 3a 20 22 47 53 4d 22 0d 0a 0d 0a 4f 4b 0d | S: "GSM" OK
Received message type 61
Initialisation completed
Message sent: 0x3c / 0x0009
41 54 2b 43 52 43 3d 31 0d | AT+CRC=1
write: [AT+CRC=1<cr>]
read : [AT+CRC=1<cr><cr><lf>OK<cr><lf>]
Message received: 0x3c / 0x000f
02 41 54 2b 43 52 43 3d 31 0d 0d 0a 4f 4b 0d | AT+CRC=1 OK
Received message type 3c
Message sent: 0x3c / 0x000a
41 54 2b 43 4c 49 50 3d 31 0d | AT+CLIP=1
write: [AT+CLIP=1<cr>]
read : [AT+CLIP=1<cr><cr><lf>OK<cr><lf>]
Message received: 0x3c / 0x0010
02 41 54 2b 43 4c 49 50 3d 31 0d 0d 0a 4f 4b 0d | AT+CLIP=1 OK
Received message type 3c
Message sent: 0x3c / 0x000a
41 54 2b 43 4c 43 43 3d 31 0d | AT+CLCC=1
write: [AT+CLCC=1<cr>]
read : [AT+CLCC=1<cr><cr><lf>ERROR<cr><lf>]
Message received: 0x3c / 0x0013
03 41 54 2b 43 4c 43 43 3d 31 0d 0d 0a 45 52 52 | AT+CLCC=1 ERR
4f 52 0d | OR
Received message type 3c
- Re: Call and SMS Notification, (continued)
- Re: Call and SMS Notification, Fred Lefévère-Laoide, 2008/03/26
- Re: Call and SMS Notification, Pawel Kot, 2008/03/26
- Re: Call and SMS Notification, Fred Lefévère-Laoide, 2008/03/26
- Re: Call and SMS Notification, Fred Lefévère-Laoide, 2008/03/26
- Re: Call and SMS Notification, Pawel Kot, 2008/03/26
- Re: Call and SMS Notification, Fred Lefévère-Laoide, 2008/03/26
- Re: Call and SMS Notification, Fred Lefévère-Laoide, 2008/03/27
- Re: Call and SMS Notification, Pawel Kot, 2008/03/27
- Re: Call and SMS Notification, Fred Lefévère-Laoide, 2008/03/27
- Re: Call and SMS Notification, Fred Lefévère-Laoide, 2008/03/28
- Re: Call and SMS Notification,
Fred Lefévère-Laoide <=
- Re: Call and SMS Notification, Daniele Forsi, 2008/03/30
- Re: Call and SMS Notification, Fred Lefévère-Laoide, 2008/03/31