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

Add ability to answer/decline a call #22

Closed
tomasbedrich opened this issue Jan 26, 2022 · 2 comments
Closed

Add ability to answer/decline a call #22

tomasbedrich opened this issue Jan 26, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@tomasbedrich
Copy link
Owner

As suggested by @pergolafabio:

Decline (cmdId=3) verified as working even on my old device.

@tomasbedrich tomasbedrich added the enhancement New feature or request label Jan 26, 2022
@pergolafabio
Copy link

yes, i'm using now a zigbee sensor at my door, so when door opens, all calls are dropping ! Verry usefull, android clinets stop ringing and also indoor stations... verry usefull if you just open door manually or with HA app :-)

anyway

cmd3 = reject call!
cmd2 = answer call
cmd5 = hangup

i use a a combinaion in script, i fire first 2 and then 5
you could do 3 also, but then you have a hangup sound

also, i now disabled hikconnect push call, so now i open Hikconnect manually with action from HA push notification, and i start twaoway audio manually, then you also need to first answer/hangup call, otherwise the twoway audio is already in use

the reject call , then the visitor always haves a reject notification at doorstation, thats not convenient

@tomasbedrich
Copy link
Owner Author

Partially implemented in #39, no plans to implement other commands at the moment.

In case someone wants to implement also cmd2 or cmd5, please use following PRs as an example:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants