On Tue, Jan 20, 2009 at 10:06 AM, Fedotov Yuriy <[email protected]> wrote: > Hi. Does enebody can help me with some problem? > I wont add new attibute H323-setup-time to radus and get access. > When i added to radius.h file > > #define PW_H323_SETUP_TIME 25 > > and rlm_example.c > > VALUE_PAIR *state; > > > char *val; > state = pairfind(request->packet->vps, PW_H323_SETUP_TIME); > if (state) { > val = state->vp_strvalue; > DEBUG("\nPW_H323_SETUP_TIME = %s\n",val); > } > else printf("empty\n"); > > I allways received "empty" status
Just in case, you already have h323-setup-time attribute defined in dictionary.cisco ATTRIBUTE h323-setup-time 25 string Regards Luciano - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

