8 Jun
2011
8 Jun
'11
1:38 p.m.
DaveA wrote:
This is my condition in the default site:
if ("%{request:Tunnel-Client-Endpoint:0}" ==
This is much more comlicated than it needs to be. The ":0" is the problem. Change it to: if (Tunnel-Client-Endpoint == "%{request:Calling-Station-ID}") { Alan DeKok.