* u-blox modem plugin: missing VoiceCallManager and MessageManager interfaces
@ 2015-09-04 16:06 Fabio
0 siblings, 0 replies; 4+ messages in thread
From: Fabio @ 2015-09-04 16:06 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 1663 bytes --]
Hello,
I'm using the u-blox driver with a LISA-U200 modem: the modem is correctly
detected, registers to the network, connects to vodafone apn and browse
Internet.
My problem is that the VoiceCallManager and MessageManager interfaces are
not exposed, and I need to send sms and make calls.
$ ./list-modems
[ /ublox_0 ]
Features = net gprs sim
Emergency = 0
Powered = 1
Lockdown = 0
Interfaces = org.ofono.NetworkRegistration org.ofono.ConnectionManager
org.ofono.SimManager
Online = 1
Model = LISA-U200
Revision = 22.40
Type = hardware
Serial = 358901046388192
Manufacturer = u-blox
[ org.ofono.NetworkRegistration ]
Status = registered
Strength = 20
Name = vodafone IT
LocationAreaCode = 36031
Mode = auto
MobileCountryCode = 222
Technology = hspa
CellId = 10735182
MobileNetworkCode = 10
[ org.ofono.ConnectionManager ]
Powered = 1
Attached = 1
Bearer = hspa
Suspended = 0
RoamingAllowed = 1
[ org.ofono.SimManager ]
Retries = [pin2 = 3] [puk2 = 10] [pin = 3] [puk = 10]
MobileCountryCode = 222
FixedDialing = 0
SubscriberNumbers =
PreferredLanguages = it en de fr sv
BarredDialing = 0
CardIdentifier = 8939103100003792186
LockedPins =
MobileNetworkCode = 10
SubscriberIdentity = 222107602654388
Present = 1
PinRequired = none
I know that the driver was implemented for a SARA-U270 modem.
Can someone help me?
Thanks in advance,
FabioT
[-- Attachment #2: attachment.html --]
[-- Type: text/html, Size: 2325 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* u-blox modem plugin: missing VoiceCallManager and MessageManager interfaces
@ 2015-09-07 7:08 Fabio
2015-09-07 14:04 ` Denis Kenzior
0 siblings, 1 reply; 4+ messages in thread
From: Fabio @ 2015-09-07 7:08 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 1664 bytes --]
Hello,
I'm using the u-blox driver with a LISA-U200 modem: the modem is correctly
detected, registers to the network, connects to vodafone apn and browses
Internet.
My problem is that the VoiceCallManager and MessageManager interfaces are
not exposed, and I need to send sms and make calls.
$ ./list-modems
[ /ublox_0 ]
Features = net gprs sim
Emergency = 0
Powered = 1
Lockdown = 0
Interfaces = org.ofono.NetworkRegistration org.ofono.ConnectionManager
org.ofono.SimManager
Online = 1
Model = LISA-U200
Revision = 22.40
Type = hardware
Serial = 358901046388192
Manufacturer = u-blox
[ org.ofono.NetworkRegistration ]
Status = registered
Strength = 20
Name = vodafone IT
LocationAreaCode = 36031
Mode = auto
MobileCountryCode = 222
Technology = hspa
CellId = 10735182
MobileNetworkCode = 10
[ org.ofono.ConnectionManager ]
Powered = 1
Attached = 1
Bearer = hspa
Suspended = 0
RoamingAllowed = 1
[ org.ofono.SimManager ]
Retries = [pin2 = 3] [puk2 = 10] [pin = 3] [puk = 10]
MobileCountryCode = 222
FixedDialing = 0
SubscriberNumbers =
PreferredLanguages = it en de fr sv
BarredDialing = 0
CardIdentifier = 8939103100003792186
LockedPins =
MobileNetworkCode = 10
SubscriberIdentity = 222107602654388
Present = 1
PinRequired = none
I know that the driver was implemented for a SARA-U270 modem.
Can someone help me?
Thanks in advance,
FabioT
[-- Attachment #2: attachment.html --]
[-- Type: text/html, Size: 2896 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: u-blox modem plugin: missing VoiceCallManager and MessageManager interfaces
2015-09-07 7:08 u-blox modem plugin: missing VoiceCallManager and MessageManager interfaces Fabio
@ 2015-09-07 14:04 ` Denis Kenzior
2015-09-08 12:43 ` Fabio
0 siblings, 1 reply; 4+ messages in thread
From: Denis Kenzior @ 2015-09-07 14:04 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 606 bytes --]
Hi Fabio,
On 09/07/2015 02:08 AM, Fabio wrote:
> Hello,
> I'm using the u-blox driver with a LISA-U200 modem: the modem is
> correctly detected, registers to the network, connects to vodafone apn
> and browses Internet.
> My problem is that the VoiceCallManager and MessageManager interfaces
> are not exposed, and I need to send sms and make calls.
The current u-blox driver does not instantiate the voicecall or sms
atoms. Someone (that has access to these devices) will have to write
supporting code to enable the missing features. Patches are always
welcome :)
Regards,
-Denis
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: u-blox modem plugin: missing VoiceCallManager and MessageManager interfaces
2015-09-07 14:04 ` Denis Kenzior
@ 2015-09-08 12:43 ` Fabio
0 siblings, 0 replies; 4+ messages in thread
From: Fabio @ 2015-09-08 12:43 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 1466 bytes --]
Hello Denis,
I've added the voicecall and sms atoms, respectively in the pre_sim and
post_sim functions.
The MessageManager works fine, but sometimes I don't get the
"MessageRemoved" notification, and the sms is delivered or not to the
recipient depending on some condition I can't understand.
I'm facing to some issues also with the VoiceCallManager: an "incoming"
(and answered) voicecall is never notified as "terminated" when the caller
phone hangs-up.
I will submit a patch when I solve these problems.
If someone have any idea, please let me know.
Regards,
FabioT
Il giorno lun 7 set 2015 alle ore 16:04 Denis Kenzior <denkenz@gmail.com>
ha scritto:
> Hi Fabio,
>
> On 09/07/2015 02:08 AM, Fabio wrote:
> > Hello,
> > I'm using the u-blox driver with a LISA-U200 modem: the modem is
> > correctly detected, registers to the network, connects to vodafone apn
> > and browses Internet.
> > My problem is that the VoiceCallManager and MessageManager interfaces
> > are not exposed, and I need to send sms and make calls.
>
> The current u-blox driver does not instantiate the voicecall or sms
> atoms. Someone (that has access to these devices) will have to write
> supporting code to enable the missing features. Patches are always
> welcome :)
>
> Regards,
> -Denis
> _______________________________________________
> ofono mailing list
> ofono(a)ofono.org
> https://lists.ofono.org/mailman/listinfo/ofono
>
[-- Attachment #2: attachment.html --]
[-- Type: text/html, Size: 2696 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-09-08 12:43 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-07 7:08 u-blox modem plugin: missing VoiceCallManager and MessageManager interfaces Fabio
2015-09-07 14:04 ` Denis Kenzior
2015-09-08 12:43 ` Fabio
-- strict thread matches above, loose matches on Subject: below --
2015-09-04 16:06 Fabio
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.