Calling Android users! Hik-Connect push notifications not showing when locked [SOLVED]

NoFate

Getting the hang of it
Joined
Oct 24, 2020
Messages
479
Reaction score
63
Location
Belgium
ok , thnx , keep us posted
but maybe it will affect battery life on your phone?

and what about other apps on your phone that use google push service? do you have issues with them too ?
 

Gazaman

n3wb
Joined
Aug 18, 2021
Messages
4
Reaction score
1
Location
UK
ok , thnx , keep us posted
but maybe it will affect battery life on your phone?

and what about other apps on your phone that use google push service? do you have issues with them too ?
I've read that the additional battery drain is minimal and barely noticeable.
As far as the other apps go I'm not really sure. I sometimes get a few notifications come through when I unlock my phone but I haven't really noticed an issue with anything else. But saying that, I guess I'm not looking for them. With my camera I know that when I go out my front door or arrive on the drive I should get a notification so I'm aware of it.
 

user8963

Known around here
Joined
Nov 26, 2018
Messages
1,465
Reaction score
2,315
Location
Christmas Island
@NoFate

is it possible to turn off the "please leave a message" on 8003 with the new firmware ?
found a discussion on another forum about and i wanted to order one next week ^^
 
Last edited:

NoFate

Getting the hang of it
Joined
Oct 24, 2020
Messages
479
Reaction score
63
Location
Belgium
not specific that message, but i was told if you mute the output volume, that message would be muted too...
not tested yet
 

NoFate

Getting the hang of it
Joined
Oct 24, 2020
Messages
479
Reaction score
63
Location
Belgium
ok, testing out SIP out , again :)
installed this time a yeastar PBX on my esxi server, working good
for clients, tested several yeastar, linphone, sipnetic, sip builtin in android , ...

best client so far = Acrobits: VoIP SIP Softphone - Apps on Google Play
working briliant!! also one of the apps, where you define a custom ringtone
they also have a push service in the app, for ringtone calls, i didnt get that working, but i think its because i am testing it locally on wifi

verry good, impressed by that client

only early media not working :-( , only working after you pickup... so also no early video on the hikconnect indoor panels, thats a bummer :-(
i have a request open with Yeastar, they claim it "should" work...
 

user8963

Known around here
Joined
Nov 26, 2018
Messages
1,465
Reaction score
2,315
Location
Christmas Island
not specific that message, but i was told if you mute the output volume, that message would be muted too...
hmm.. i read that when no one answer the call , then the message "please leave a message" or whatever comes .. even if you disable auto-answer on display ...
 

NoFate

Getting the hang of it
Joined
Oct 24, 2020
Messages
479
Reaction score
63
Location
Belgium
yeah, i dont think we can disable that "voicemail" setup :(
 

user8963

Known around here
Joined
Nov 26, 2018
Messages
1,465
Reaction score
2,315
Location
Christmas Island
ok, testing out SIP out , again :)
there is a mini sip-server which runs also in docker
it is really easy to install


also i read from a guy who have this running:

  • Home Assistant send actionable notification via push
  • on mobile phone he sees video .. can open door ...
  • if he want to speak he has a button link to linphone where he can speak over sip

yeah, i dont think we can disable that "voicemail" setup :(
hmm then it must be a bug.. its not on my KV8 series... if i disabled auto answer, after ring time its like you decline the call
 

NoFate

Getting the hang of it
Joined
Oct 24, 2020
Messages
479
Reaction score
63
Location
Belgium
interesting that SIP server!
i think that guy was me, i use those notifications with Home Assistant :)
 

user8963

Known around here
Joined
Nov 26, 2018
Messages
1,465
Reaction score
2,315
Location
Christmas Island
only early media not working :-(
i did a research on linphone... it seems that the full source code is available... so maybe a good start for code/implement own things...
i will play with SIP on weekend...


also it have rtp libs included...

and more interesting... there is something called linhome/LINDOOR ... seems it already an existing port on the sources .. there is also a doc about sip server implementation... and app sources also public available...


 

Attachments

Last edited:

NoFate

Getting the hang of it
Joined
Oct 24, 2020
Messages
479
Reaction score
63
Location
Belgium
another road is to implent it in the call-info header, i found someone who did it with success :

look at this thread :



[from-internal-custom]
include => from-internal
exten => 2007/2008,1,Log(NOTICE,GDS3710 is calling to extension ${EXTEN})
same => n,GoSub(func-set-sipheader,s,1(Call-Info,<IP_of_GDS3710:443/capture/8001> ;purpose=GDS-view))

if that works, we also have video/image on the indoor panels as well
 

NoFate

Getting the hang of it
Joined
Oct 24, 2020
Messages
479
Reaction score
63
Location
Belgium
and indeed that linhome sip server is also interesting, seems its cloud also

gonna install myself a freepbx first
 

NoFate

Getting the hang of it
Joined
Oct 24, 2020
Messages
479
Reaction score
63
Location
Belgium
Idd , early media supported! But also freepvw supports it, but the problem is that hikvison is not sending it with the header??
We need to modify it, also with that linhome
 

user8963

Known around here
Joined
Nov 26, 2018
Messages
1,465
Reaction score
2,315
Location
Christmas Island
maybe... first need to get log capture what hikvision is sending over SIP

because their "private protocol" is SIP there is a high chance that its in the header.. its china ! they are known for stealing code for years... so they will use linphone source for sure :D
 

NoFate

Getting the hang of it
Joined
Oct 24, 2020
Messages
479
Reaction score
63
Location
Belgium
i have a log, captured one with Yeastar, its a wireshark (yeastar is also based on asterisk)
you want it?
 

user8963

Known around here
Joined
Nov 26, 2018
Messages
1,465
Reaction score
2,315
Location
Christmas Island
i have a log, captured one with Yeastar, its a wireshark (yeastar is also based on asterisk)
you want it?
you will need a full log from.sip server from hik display ... because on linhome app you have to use action codes... so hik display will send something like *91 or message over sip when unlock button is pressed..
 

NoFate

Getting the hang of it
Joined
Oct 24, 2020
Messages
479
Reaction score
63
Location
Belgium
ah, i did a trace from the SIP server..., i see there all SIP info... but not sure where to look if there is a video stream at early media
there should also be somekind of RTSP protocol , not? when i actually accept the call

to open door, i need to enter "#1" during the call, for unlock the door
 
Top