Luke Escudé
Luke Escudé
That makes sense for normal heplify server, but for docker compose file I’m not sure how it wants an array of strings?
Okay I will play around with escaping and let you know!
Yes unfortunately it seems the docker image is not paying attention to DiscardMethod... OPTIONS, NOTIFY, and SUBSCRIBE packets are still being logged in homer-app
I have tried that as well, still OPTIONS packets are logged in Homer.
I have learned more: DiscardMethod works for NOTIFY packets, but it is not working for SUBSCRIBE or OPTIONS it seems.
I believe out-of-band, used just for devices to qualify or "ping" the server. (and for the server to qualify or "ping" devices)
Out of curiosity, would it be a good idea to use both CseqMethod and FirstMethod for discarding? I will try reordering and let you know
It looks like they should both work, but maybe the issue is that CseqMethod is not populating for OPTIONS packets because they are out-of-band (stateless)
Okay the order is the problem. Switched OPTIONS and NOTIFY, now OPTIONS are being discarded but NOTIFY is back.
Do you have an update on this? The discard methods not being read properly (order)