Re: Making voice call with Huawei E272 USB Modem

2011-01-13 Thread Denis Kenzior
Hi Neels,

On 01/13/2011 09:43 AM, yanni wrote:
 Hi
 
 I've managed to send SMSs and perform USSD etc. with ofono and the E272.
 
 However, I'm unable to make a voice call with ofono.  I can make voice
 call with pythonpyserial.
 
 Any pointers in right direction will be appreciated
 
 #output from list-modem testscrip
 ./list-modems 
 [ /huawei0 ]
 Features = sms gprs cbs net rat sim 
 Powered = 1
 Lockdown = 0
 Interfaces = org.ofono.SmartMessaging org.ofono.PushNotification
 org.ofono.MessageManager org.ofono.ConnectionManager
 org.ofono.CellBroadcast org.ofono.NetworkRegistration
 org.ofono.SupplementaryServices org.ofono.Phonebook
 org.ofono.RadioSettings org.ofono.SimManager 
 Online = 1
 Model = E272
 Manufacturer = huawei
 Serial = 357865013196535

So all USB dongles support voice calls, however 99% of them do not
support audio.  There are two huawei devices that I know of that do.  Is
your device one of these?  Otherwise oFono does not enable the voicecall
functionality on such devices.

If your device does indeed support audio, then check the huawei modem
driver in plugins/huawei.c.  oFono performs some queries to determine if
your Huawei modem supports voice or not.  This magic might not be
working appropriately for your hardware.

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


RE: Making voice call with Huawei E272 USB Modem

2011-01-13 Thread Li, Zhigang

#output from list-modem testscrip
./list-modems
[ /huawei0 ]
Features = sms gprs cbs net rat sim

There was no voicecall manager interface at all, it mean your modem did not 
support voice call.


Powered = 1
Lockdown = 0
Interfaces = org.ofono.SmartMessaging org.ofono.PushNotification
org.ofono.MessageManager org.ofono.ConnectionManager
org.ofono.CellBroadcast org.ofono.NetworkRegistration
org.ofono.SupplementaryServices org.ofono.Phonebook
org.ofono.RadioSettings org.ofono.SimManager
Online = 1
Model = E272
Manufacturer = huawei
Serial = 357865013196535

B,R
Zhigang

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