Bug 67844 - Rejects incoming calls rather than letting them ring
Summary: Rejects incoming calls rather than letting them ring
Status: RESOLVED WONTFIX
Alias: None
Product: libqmi
Classification: Unclassified
Component: libqmi (show other bugs)
Version: unspecified
Hardware: Other Linux (All)
: medium normal
Assignee: Dan Williams
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-06 20:37 UTC by marius
Modified: 2015-02-25 12:22 UTC (History)
2 users (show)

See Also:
i915 platform:
i915 features:


Attachments

Description marius 2013-08-06 20:37:44 UTC
Forwarded from downstream Debian bug report:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=718886

"I have a MultiSIM setup where my phone number is routed to multiple MEs,
with all of them ringing at once. If any of the SIM cards is active in a
modem run with libqmi, the call is rejected immediately and sent to
voicebox.

This means my phone no longer rings while I'm online."
Comment 1 Aleksander Morgado 2013-08-13 13:21:14 UTC
(In reply to comment #0)
> Forwarded from downstream Debian bug report:
> 
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=718886
> 
> "I have a MultiSIM setup where my phone number is routed to multiple MEs,
> with all of them ringing at once. If any of the SIM cards is active in a
> modem run with libqmi, the call is rejected immediately and sent to
> voicebox.
> 
> This means my phone no longer rings while I'm online."

That is weird, very weird. libqmi doesn't even support the Voice service yet, so we do not explicitly process any incoming calls anywhere.

Is this when using ModemManager with QMI support? Or plain qmicli-based setup? If the former, can you manually run ModemManager to gather debug logs? See:
http://www.freedesktop.org/wiki/Software/ModemManager/Debugging/
Comment 2 Simon Richter 2013-08-13 13:26:19 UTC
Hi,

this is plain libqmi, with a Sierra Wireless modem:

[ 4467.638086] usb 3-1.5: New USB device found, idVendor=1199, idProduct=68a2
[ 4467.638093] usb 3-1.5: New USB device strings: Mfr=3, Product=2, SerialNumber=0
[ 4467.638097] usb 3-1.5: Product: MC7710
[ 4467.638101] usb 3-1.5: Manufacturer: Sierra Wireless, Incorporated
Comment 3 Aleksander Morgado 2013-08-13 13:28:33 UTC
(In reply to comment #2)
> Hi,
> 
> this is plain libqmi, with a Sierra Wireless modem:
> 
> [ 4467.638086] usb 3-1.5: New USB device found, idVendor=1199, idProduct=68a2
> [ 4467.638093] usb 3-1.5: New USB device strings: Mfr=3, Product=2,
> SerialNumber=0
> [ 4467.638097] usb 3-1.5: Product: MC7710
> [ 4467.638101] usb 3-1.5: Manufacturer: Sierra Wireless, Incorporated

So which is the application using libqmi? Your own qmicli commands? Or...
Comment 4 Simon Richter 2013-08-13 13:31:39 UTC
I run qmicli from /etc/network/interfaces:

iface wwan0 inet dhcp
        pre-up qmicli -d /dev/cdc-wdm0 --dms-uim-verify-pin=PIN,xxxx
        pre-up qmi-network /dev/cdc-wdm0 start
Comment 5 Aleksander Morgado 2013-08-13 13:39:47 UTC
(In reply to comment #4)
> I run qmicli from /etc/network/interfaces:
> 
> iface wwan0 inet dhcp
>         pre-up qmicli -d /dev/cdc-wdm0 --dms-uim-verify-pin=PIN,xxxx
>         pre-up qmi-network /dev/cdc-wdm0 start

Oh, ok... hard to gather unsolicited indications reported by the modem when no application is actually listening to them (qmi-network just calls qmicli internally, so no app is actually really reading from the port while connected).

Anyway; this behaviour is really handled by the modem firmware; the modem detects that there is an active connection ongoing and decides to tell the network that it cannot handle the call. What to do with that? hard to tell... There may be some configuration that I don't know about in the QMI services to handle this situation... no idea.
Comment 6 marius 2013-08-13 14:07:12 UTC
Are you sure you have the latest firmware version? Which revision do you have?
Comment 7 marius 2013-08-13 14:25:13 UTC
For workarounds, maybe your provider let you control if the extra SIM should ring? I have an option to let it ring the primary SIM first instead of simultaniously at both.
Comment 8 Aleksander Morgado 2015-02-25 12:22:52 UTC
I'm going to close this as wontfix; I don't really think we can do anything with this at libqmi level...


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.