29 Jul
2011
29 Jul
'11
9:25 a.m.
Try:
if ((Client-IP-Address == x) || (Client-IP-Address == y)) { }
No joy :-(. For now, I ended up doing: if (Called-Station-Id) { if (Client-IP-Address == "x") { update request { Huntgroup-Name := "zzzz" } } elsif (Client-IP-Address == "y") { update request { Huntgroup-Name := "zzzz" } } } Not as efficient, but it works. I'll retest the old unlang code after I upgrade later this year.