20 Sep
2013
20 Sep
'13
5:04 a.m.
Alan DeKok, 2013-09-19 03:58:
yes. I think I've got to the crux of this matter already. i think theres been a change to the case handling... this is what the old server had I've pushed a fix to the v2.x.x branch. It corrects the "case" issue you ran into.
Can you elaborate on what the problem is? We use 'case' like this: switch Huntgroup-Name { case hg1 { update reply { .. } } case hg1 { update reply { .. } } ... case { update control { .. } update request { ... } } } It seems to still work as intended, but I might have missed something...