def voice_dial(self): if not self.has_feature('VoiceRecognition'): return self.__failure('Voice recognition is not supported by phone') self.__ag_interface.SetVoiceRecognition(dbus.Boolean(True))