Hi, I am trying to install the last unstable SER version with support for SIP-based presence. When I compile and install SER with presence modules (make install include_modules="pa rls mysql), it does several errors: receive.o: In the function 'receive_msg': /root/sip_router/receive.c:231:undefined reference to 'reset_user_avps' receive.o:/root/sip_router/receive.c:232:undefined reference to 'reset_user_avps' receive.o:/root/sip_router/receive.c:251:undefined reference to 'reset_user_avps' receive.o:/root/sip_router/receive.c:252:undefined reference to 'reset_domain_avps' I have downloaded current ser sources by "cvs -d :pserver:anonymous@cvs.berlios.de:/cvsroot/ser checkout sip_router" and I have seen the usr_avp.h and user_avp.c files. In this files, the reset_user_avps and reset_domain_avps functions hasnt been defined. Could anybody help me? Thanks!!
---------------------------------
Correo Yahoo! Comprueba qué es nuevo, aquí http://correo.yahoo.es
Alle 10:18, giovedì 01 dicembre 2005, victoria beltran ha scritto:
Hi, I am trying to install the last unstable SER version with support for SIP-based presence. When I compile and install SER with presence modules (make install include_modules="pa rls mysql), it does several errors: ...
I did compile it and got no such errors, make sure that you have run 'make' in sip_router/libs subdir and you that have devel packages for every lib required (libxml and some other now I don't recall).
Btw, after install I had to deal with some changes in auth and acc modules. Furthermore I wanted to test presence but I have no XCAP server, I'm trying with python xcap posted on the list but I can't understand how to make it work. Waiting for the boss to get me a brand new Eyebeam SDK for Xmas ;)
Ciao
It is possible to run without real XCAP server, you can use Apache for simulation. More about it is written in "SER presence handbook" (distributed with other SER doc). Vaclav
On Thu, 1 Dec 2005, Giovanni Balasso wrote:
Alle 10:18, gioved? 01 dicembre 2005, victoria beltran ha scritto:
Hi, I am trying to install the last unstable SER version with support for SIP-based presence. When I compile and install SER with presence modules (make install include_modules="pa rls mysql?), it does several errors: ...
I did compile it and got no such errors, make sure that you have run 'make' in sip_router/libs subdir and you that have devel packages for every lib required (libxml and some other now I don't recall).
Btw, after install I had to deal with some changes in auth and acc modules. Furthermore I wanted to test presence but I have no XCAP server, I'm trying with python xcap posted on the list but I can't understand how to make it work. Waiting for the boss to get me a brand new Eyebeam SDK for Xmas ;)
Ciao
Giovanni Balasso giaso@yahoo.it