I have a python backend based web app. I have to identify in our database the incoming caller. Is it possible to get the incoming mobile call number (of an android based phone) in a web based application? Actually what I'm looking for is to automatically display the customer record from the database based on the incoming phone number The pseudo SQL query would look like: select * from customer where phone_number = ?
How can I "link" the incoming call to the web app? (as it would be a voip app)