diff --git a/epydial/dialer_screen.py b/epydial/dialer_screen.py index 103fc57..0e771f3 100644 --- a/epydial/dialer_screen.py +++ b/epydial/dialer_screen.py @@ -115,6 +115,6 @@ class DialerScreen(EdjeGroup): self.part_text_set("numberdisplay_text", "".join(self.text)) PyneoController.power_status_gps() PyneoController.show_gps_status_screen() -# elif source == "dial": -# PyneoController.gsm_dial("".join(self.text)) + elif source == "dial": + PyneoController.gsm_dial("".join(self.text)) diff --git a/epydial/epydial.py b/epydial/epydial.py index d05b277..c7d6cfa 100755 --- a/epydial/epydial.py +++ b/epydial/epydial.py @@ -211,7 +211,8 @@ class PyneoController(object): # if call: call.Hangup(dbus_interface=DIN_CALL) - + os.system('alsactl -f /usr/share/openmoko/scenarios/stereoout.state restore') + # Remove the call from our list # class_._calls.__delitem__(call_obj)