Warning: Can't synchronize with repository "(default)" (No changeset 96d22ec3fa3ef6de3ea8dc0d7d398adc9aa071cf in the repository). Look in the Trac log for more information.

Ticket #377 (closed defect: wontfix)

Opened 4 years ago

Last modified 11 months ago

GSM.Call.Emergency blocks

Reported by: charlie Owned by: mickey
Priority: major Milestone: cornucopia-0.12
Component: framework/ogsmd Version:
Keywords: emergency, 112 Cc:

Description

This may be a bug or me failing to understand how the Emergency method works :

When I try to call an emergency number, it works, but the call to GSM.Call.Emergency blocks, I am also not sure how to release the call.

I try it using cli-framework :

>>> usageiface.RequestResource('GSM')
>>> gsmdevice.SetAntennaPower(True)
>>> gsmnetwork.Register()
>>> gsmcall.Emergency('112')

At this point the program blocks.

Change History

comment:1 Changed 4 years ago by daniel

  • Milestone set to milestone6

The blocking seems to be intentional, but this poses some problems since no signals will be emitted... Should we consider changeing this to async?

comment:2 Changed 13 months ago by morphis

  • Milestone changed from 0.10 to 0.11

comment:3 Changed 11 months ago by morphis

  • Milestone changed from 0.11 to 0.12

comment:4 Changed 11 months ago by morphis

  • Status changed from new to closed
  • Resolution set to wontfix

It's related to ogsmd which we don't support anymore.

Note: See TracTickets for help on using tickets.