Re: Problems with voice call.

2009-07-16 Thread Juha Korpi

Hi,

I am using Nokia 6021 and there seems to be same problem(I guess):

ofonod[8320]: at_cpms_query_cb got result: 1
ofonod[8320]: Final response: OK
ofonod[8320]: Response line: +CPMS: (ME,SM),(ME,SM),(MT)
ofonod[8320]: at_cpms_query_cb
ofonod[8320]: SMS not supported by this modem.  If this is in error  
please submit patches to support this hardware

--
Juha Korpi


Lainaus Marko Saukko marko.sau...@gmail.com:


Hi Denis,

With Option iCON 225 the SMS service started to work and I was also able
to send SMS message with the following command:

$ dbus-send --system --print-reply --dest=org.ofono /modem1
org.ofono.SmsManager.SendMessage array:string:+3580
string:ofono test message


The Nokia E51 returns still the SMS error thing. To AT+CPMS=? the E51
returns the following:
+CPMS: (),(),()

OK

There is also following errors printed by the ofonod when modem is
created with E51:

...
ofonod[14999]: at_crsm_info_cb got result: 0
ofonod[14999]: Final response: ERROR
ofonod[14999]: cops_numeric_cb got result: 1
...
ofonod[14999]: at_crsm_info_cb got result: 0
ofonod[14999]: Final response: ERROR
ofonod[14999]: cmgf_query_cb got result: 1
...
ofonod[14999]: at_crsm_info_cb got result: 0
ofonod[14999]: Final response: ERROR
ofonod[14999]: cpms_query_cb got result: 1
ofonod[14999]: Response line: +CPMS: (),(),()
ofonod[14999]: SMS not supported by this modem.  If this is in error
please submit patches to support this hardware



Regards,
Marko
___
ofono mailing list
ofono@ofono.org
http://lists.ofono.org/listinfo/ofono





___
ofono mailing list
ofono@ofono.org
http://lists.ofono.org/listinfo/ofono


Re: Problems with voice call.

2009-07-16 Thread Denis Kenzior
Hi Marko,

 Hi Denis,

 With Option iCON 225 the SMS service started to work and I was also able
 to send SMS message with the following command:

 $ dbus-send --system --print-reply --dest=org.ofono /modem1
 org.ofono.SmsManager.SendMessage array:string:+3580
 string:ofono test message

Excellent.

 The Nokia E51 returns still the SMS error thing. To AT+CPMS=? the E51
 returns the following:
 +CPMS: (),(),()

 OK

Are you running this over bluetooth?  Perhaps this has a really cut down at 
command set in bluetooth serial profile.  The other possibility is that you 
need to send some initialization commands first, (maybe AT+CFUN=1 would do it?)

Regards,
-Denis
___
ofono mailing list
ofono@ofono.org
http://lists.ofono.org/listinfo/ofono


Re: Problems with voice call.

2009-07-14 Thread Denis Kenzior
Hi Marko,

 Hi denkenz,

 thanks for the reply. I was not sure about the voice call features of
 the modem. Now when I searched the answer I found out that the modem
 does not in fact support voice calls.

Yes, oFono's current implementation does not understand hardware specifics.  
The current atmodem driver assumes a fully featured modem with perfect fluency 
in 27.007  27.005.  Obviously this is wrong for real modems.  Mostly this is 
because we were concentrating on getting the high level features working, 
before delving into hardware specifics.


 I did not realize this at first, because ofono offered the possibility
 for voice calls (loaded for example the VoiceCallManager interface). For
 SMS ofonod says

 ofonod[7906]: SMS not supported by this modem.  If this is in error
 please submit patches to support this hardware

 however the modem has a support for SMS, which I also tested with the
 windows drivers that were delivered with the modem.


I've seen this reported at least twice now.  Which means that my SMS support 
detection in atmodem driver is probably not quite correct.  Would you be able 
to report at which point in the drivers/atmodem/sms.c initialization that this 
fails?

 Maybe there could be similar not supported feature for the voice call
 plugins?

27.005 defines at least some rudimentary way to detect whether SMS is supported 
by the modem or not.  Unfortunately 27.007 doesn't have an equivalent for 
voice calls.  The generic driver will do its best to figure out what is 
supported or not supported, but it will be up to the device-specific driver to 
have the final say.

Regards,
-Denis
___
ofono mailing list
ofono@ofono.org
http://lists.ofono.org/listinfo/ofono


Re: Problems with voice call.

2009-07-13 Thread Marko Saukko
Hi denkenz,

thanks for the reply. I was not sure about the voice call features of
the modem. Now when I searched the answer I found out that the modem
does not in fact support voice calls.

I did not realize this at first, because ofono offered the possibility
for voice calls (loaded for example the VoiceCallManager interface). For
SMS ofonod says

ofonod[7906]: SMS not supported by this modem.  If this is in error
please submit patches to support this hardware

however the modem has a support for SMS, which I also tested with the
windows drivers that were delivered with the modem.

Maybe there could be similar not supported feature for the voice call
plugins?

Regards,
Marko
___
ofono mailing list
ofono@ofono.org
http://lists.ofono.org/listinfo/ofono