Hi,
I'm a newbie of kamailio. I'm an Asterisk expert, and I want to explore the
"*SER" world, because I need a real SIP proxy. I planned kamailio project to
begin. I want the radius auth.
I have a question about a compile message. If I
try to compile kamailio-
1.5.0-tls, I always receive the message "cfg.y:
conflicts: 1 shift/reduce"
Before build:
# make distclean
# make mantainer-
clean
and then:
# make all
bison -d -b cfg cfg.y
cfg.y: conflicts: 1
shift/reduce
flex cfg.lex
The rest of build is OK, without errors.
Is this a
problem or is normal?
And if is not normal, how to avoid this problem?
I have
a
Debian Lenny
# uname -a
Linux voicelab 2.6.26-1-686 #1 SMP Sat Jan 10 18:29:
31
UTC 2009 i686 GNU/Linux
Uncomment:
Makefile:
TLS=1
FREERADIUS=1
Makefile.
vars
MODS_MYSQL=on
and
MODS_RADIUS=on
/usr/local/src/kamailio/kamailio-1.5.0-
tls/modules/acc/Makefile
ENABLE_RADIUS_ACC=true
Many thanks
Priz