vodafone-station-exporter/collector
Gerrit M. Keller cd742fe7b6 Fix authorization with firmware v3.0.*
After upgrade to firmware version 3.0.41-IMS-KDG
vodafone-station-exporter stopped working
crashing with a segmentation violation after querying
/api/v1/phone_calllog/1,2/CallTbl.

Checking the HTTP traffic all API requests requiring authentication
failed with HTTP error 401 and JSON response
{"error":"error","message":"Unauthorized user!"}

Adding a simple GET request to /api/v1/session/menu directly after the
final login POST request fixes this.
2023-01-07 21:48:55 +01:00
..
api.go Fix authorization with firmware v3.0.* 2023-01-07 21:48:55 +01:00
api_test.go Add GoLang key derivation implementation 2020-12-04 06:41:52 +01:00
collector.go Add scraping of SIP registrations 2020-12-04 22:07:20 +01:00