activate outgoing call
git-svn-id: http://www.neo1973-germany.de/svn@185 46df4e5c-bc4e-4628-a0fc-830ba316316d
This commit is contained in:
parent
ed83245741
commit
177ccfb336
2 changed files with 4 additions and 3 deletions
|
@ -115,6 +115,6 @@ class DialerScreen(EdjeGroup):
|
||||||
self.part_text_set("numberdisplay_text", "".join(self.text))
|
self.part_text_set("numberdisplay_text", "".join(self.text))
|
||||||
PyneoController.power_status_gps()
|
PyneoController.power_status_gps()
|
||||||
PyneoController.show_gps_status_screen()
|
PyneoController.show_gps_status_screen()
|
||||||
# elif source == "dial":
|
elif source == "dial":
|
||||||
# PyneoController.gsm_dial("".join(self.text))
|
PyneoController.gsm_dial("".join(self.text))
|
||||||
|
|
||||||
|
|
|
@ -211,7 +211,8 @@ class PyneoController(object):
|
||||||
|
|
||||||
# if call:
|
# if call:
|
||||||
call.Hangup(dbus_interface=DIN_CALL)
|
call.Hangup(dbus_interface=DIN_CALL)
|
||||||
|
os.system('alsactl -f /usr/share/openmoko/scenarios/stereoout.state restore')
|
||||||
|
|
||||||
# Remove the call from our list
|
# Remove the call from our list
|
||||||
# class_._calls.__delitem__(call_obj)
|
# class_._calls.__delitem__(call_obj)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue