3.0.9: linelog reply:Packet-Type
I had this working in 3.0.8: Access-Request = "%S: %{reply:Packet-Type}: r=\"%{Module-Failure-Message}\" r2=\"%{reply:Reply-Message}\" u=%{User-Name} cis=%{Calling-Station-Id} cds=%{Called-Station-Id} pip=%{Packet-Src-IP-Address} nip=%{NAS-IP-Address} n=%{NAS-Identifier}" But in 3.0.9 It seems to give this error: Sun Jul 26 00:57:08 2015 : Debug: (52) linelog: EXPAND messages.%{%{reply:Packet-Type}:-default} Sun Jul 26 00:57:08 2015 : Debug: (52) linelog: --> messages.Access-Accept Sun Jul 26 00:57:08 2015 : Debug: (52) linelog: No such entry ".messages.Access-Accept" Am I doing something wrong? Any work around? Thanks, Mohamed.
found the issue: Replace: reference = "messages.%{%{reply:Packet-Type}:-default}" With this: reference = "messages.%{%{Packet-Type}:-default}" On Sun, Jul 26, 2015 at 1:30 AM, Mohamed Lrhazi < Mohamed.Lrhazi@georgetown.edu> wrote:
I had this working in 3.0.8:
Access-Request = "%S: %{reply:Packet-Type}: r=\"%{Module-Failure-Message}\" r2=\"%{reply:Reply-Message}\" u=%{User-Name} cis=%{Calling-Station-Id} cds=%{Called-Station-Id} pip=%{Packet-Src-IP-Address} nip=%{NAS-IP-Address} n=%{NAS-Identifier}"
But in 3.0.9 It seems to give this error:
Sun Jul 26 00:57:08 2015 : Debug: (52) linelog: EXPAND messages.%{%{reply:Packet-Type}:-default} Sun Jul 26 00:57:08 2015 : Debug: (52) linelog: --> messages.Access-Accept Sun Jul 26 00:57:08 2015 : Debug: (52) linelog: No such entry ".messages.Access-Accept"
Am I doing something wrong? Any work around?
Thanks, Mohamed.
participants (1)
-
Mohamed Lrhazi