I hope this community grows with wider contributions. I have just started looking at BilRun, more on an evaluation basis at this stage. My initial observations are that it is well structured, does the fundamental things required for a billing system (rating, discounting and invoicing).
However, attempting to create a PoC, I have found the documentation lacking in some aspects - especially how to model the common use cases.
Question 1
When you create a customer and a subscription with a set of services are associated to this customer, the subscriber_Id seems to be system generated (a number starting and incrementing by 1), So when you want to test the CDRs, how do you correlate the CLI in the incoming CDR to the subscriber? I had assumed that the subscriber id would be the CLI.
Question 2
I haven’t started looking at the apis (list looks great), but is there a Postman prescript to calculate the HMAC?