Is it possible for a Python app to run in the background and wait for phonecalls to be made? I want the app to act the moment it notices (how?) a call setup. Is that possible?
Printable View
Is it possible for a Python app to run in the background and wait for phonecalls to be made? I want the app to act the moment it notices (how?) a call setup. Is that possible?
[QUOTE][i]Originally posted by bercobeute [/i]
[B]Is it possible for a Python app to run in the background and wait for phonecalls to be made? I want the app to act the moment it notices (how?) a call setup. Is that possible? [/B][/QUOTE]
Currently it is not possible to receive notifications for incoming or placed calls (unless the call originated from a Python app).