Re: Problem in xlat.c code

2012-12-18 Thread Alan DeKok
BALSIANOK, Peter wrote: > I have recompiled freeradius-2.2.0 ( with new version of xlat.c ), I get > segmentation fault when i tried accounting request And don't replace just one file. Grab a new version of the code from git. The v2.x.x branch. Alan DeKok. - List info/subscribe/unsubscribe

Re: Problem in xlat.c code

2012-12-18 Thread Alan DeKok
BALSIANOK, Peter wrote: > I have recompiled freeradius-2.2.0 ( with new version of xlat.c ), I get > segmentation fault when i tried accounting request See doc/bugs Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: Problem in xlat.c code

2012-12-18 Thread BALSIANOK, Peter
S-profile = "05-23921F939668AF748000" 3GPP-Charging-ID = 2009269186 Calling-Station-Id = "421905012405" Framed-Protocol = GPRS-PDP-Context Event-Timestamp = "Dec 10 2012 00:51:32 CET" Acct-Input-Gigawords = 0 3GPP-Session-Stop-Indica

Re: Problem in xlat.c code

2012-12-18 Thread Alan DeKok
BALSIANOK, Peter wrote: > i have found problem in xlat.c code. I've pulled a fix from the "master' branch. It should now work. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Problem in xlat.c code

2012-12-18 Thread Alan DeKok
BALSIANOK, Peter wrote: > I have changed xlat.c > > [radiusd@tdrad1 main]$ diff xlat.c xlat.c.backup > > 1043a1044,1046 > >> if (isdigit(*p)) { > >>module_name = xlat_str = p; > >> } else { > >

Problem in xlat.c code

2012-12-18 Thread BALSIANOK, Peter
Hi all, i have found problem in xlat.c code. Original code doesn`t work when i want to use in acct_users: DEFAULT Called-Station-Id == "orangewap" Called-Station-Id := "%{Called-Station-Id}.%{3GPP-SGSN-Address}" I have changed xlat.c [radiusd@tdrad