Eloy Coto Pereiro writes:
Any solution to check the rule extra info. I want route billing info to put in the acc. Any standar solution?
i quickly looked the code and seems like rule_id would need to be added to matched_gw_info struct when load_gws() is called and copied from there as a new field to gw_uri_avp. then when next_gw() is called, rule_id stored with matched gw would need to be copied from the gw's matched_gw_info struct to a new rule_id_avp.
-- juha