Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GPO-13 - Call Management #7

Open
andy-preston opened this issue Nov 14, 2023 · 0 comments
Open

GPO-13 - Call Management #7

andy-preston opened this issue Nov 14, 2023 · 0 comments

Comments

@andy-preston
Copy link
Owner

andy-preston commented Nov 14, 2023

Needs to respond to various signals from USB linked device

  • Hook up
  • Hook down
  • Dialled digits

And to be able to send commands to USB linked device

  • Start Ringing
  • Stop Ringing

A simpler approach to accepting the call once the phone is ringing:
https://stackoverflow.com/questions/26924618/how-can-incoming-calls-be-answered-programmatically-in-android-5-0-lollipop

And this may help for detecting that the phone is ringing:
https://stackoverflow.com/questions/15563921/how-to-detect-incoming-calls-in-an-android-device

The most useful advice seems to be here:
https://developer.android.com/develop/connectivity/telecom/selfManaged

Couple of other details here: (don't know how useful or not they are)
https://android.googlesource.com/platform/packages/apps/Phone/+/refs/heads/eclair-sholes-release/src/com/android/phone
https://stackoverflow.com/questions/26924618/how-can-incoming-calls-be-answered-programmatically-in-android-5-0-lollipop

This one seems to be rather out of date and might not be applicable any more:
https://github.com/arekolek/simple-phone

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

1 participant