Results 48 comments of solarmon

Hi. I'm not sure what you mean by "the boot pins are not on a known grid". I was just expecting to be able to connect the BOOT0 and BOOT1...

Hi, I've had a go myself. I've removed the jumpers and I have digital calipers to try to do some measurements. ![image](https://user-images.githubusercontent.com/46369787/100907372-27257c80-34c2-11eb-8456-4717221c1fe4.png) However, the measurements I've made are just by...

Thank you! For my project I did edit the footprint to change the pin number ordering. But thank you for updating the master.

@lmangani Do I add to the input{} or udp{} section? I have tried both and it doesn't seem to have made a difference, I have not done a capture yet...

With input as: ``` input { udp { host => 127.0.0.1 port => 9060 unserializer => raw } } ``` The output UDP packet contents is the same JSON formatted...

I checked the helplify-server environment variables and rotation should be enable with the **HEPLIFYSERVER_DBROTATE** and **HEPLIFYSERVER_DBDROPDAYS** variables: ``` HEPLIFYSERVER_DBROTATE=true HEPLIFYSERVER_DBDROPDAYS=5 HEPLIFYSERVER_LOGLVL=info HEPLIFYSERVER_LOGSTD=true ``` So I'm not sure why/how the postgresql...

I managed to clear enough storage space to be able to restart the docker services, get it running, and now able to login. However, how do I now manually delete...

> We have reports of the ENV variables not working indeed. The immediate solution is map your own heplify configuration file to the container and specify the values there while...

Hi. Not sure whether you need all of it, but this is the end of the logs. There are lots of ERR entries for rotator.go. 2020/09/29 08:58:57.367745 rotator.go:94: ERR dial...

To be honest, I'm not sure how check for the data, since this particular system does not get any/much SIP traffic - this why it is worrying that storage space...