Android Question Binding code with a phone call

khwarizmi

Active Member
Licensed User
Longtime User
Hi all

How can I bind the implementation of a specific code to call a phone number?
For example, there are attendance systems in which the employee calls his ID and there is an automated response system for him.

Thanks in advance.
 
Last edited:

khwarizmi

Active Member
Licensed User
Longtime User
I have an attendance manager application, there is no user interface at the beginning, there is a service that works constantly. When registering attendance, the employee must make a phone call to his ID via the usual keypad, the service picks up this call and logs in as soon as this call is made.
 
Upvote 0

khwarizmi

Active Member
Licensed User
Longtime User
This example interrupts incoming calls, isn't there something similar for outgoing calls?
 
Upvote 0

teddybear

Well-Known Member
Licensed User
Is the attendance management system only working on phone?
 
Upvote 0

teddybear

Well-Known Member
Licensed User
I have an attendance manager application, there is no user interface at the beginning, there is a service that works constantly. When registering attendance, the employee must make a phone call to his ID via the usual keypad, the service picks up this call and logs in as soon as this call is made.
Is the service working on phone too? how does the employee make a phone call to his ID? Is ID a phone number of employee ?
 
Upvote 0

khwarizmi

Active Member
Licensed User
Longtime User
Is the service working on phone too? how does the employee make a phone call to his ID? Is ID a phone number of employee ?
The service is working in the same phone and listening to detect phone calls. If the number of digits of the phone number which was dialed is 5, then it is the employee's ID.
 
Upvote 0
Top