HTTP GET request for incoming call

asked 2017-08-30 17:24:51 +0200

Dankoozy gravatar image

I want my phone to send a GET request each time it receives or makes a call containing the number. Would a simple python script running in the background be able to do it or is it more complicated than that? Is there a library that would be able to help with this?

edit retag flag offensive close delete

Comments

3

Yes, I'd imagine listening for some call-setup oriented dbus message and then triggering the action would be the easiest way to do it.

juiceme ( 2017-08-30 19:25:45 +0200 )edit

Hi, any hint on which dbus messages to look at? Does e.g. ofono or telepathy has an interface that notifies about incoming calls?

Mario ( 2017-10-27 14:24:25 +0200 )edit