Hi Ty,
There are no logs related to the RadiusAgent in the syslog you posted so please make sure the following:
- that your `cgr-engine` is running( did not panic in any way)
- the radius package arrives at the port CGRateS listen to
This is because even if the package doesn't match any request processor you should still view a log related to it.
Testing your config found that there are some issues with it:
- the `*authorize` flag is used on master only. For v0.10 you should use the `*auth` flag
- in the v0.10 the `*variable` is not supported in the reply fields please use `*composed` instead
Please update your configuration and retest making sure that the packet arrives at CGRateS.
Thanks,
Trial97