Re: [SR-Users] Xcap_server error in kamailio 4.0.0

2013-09-27 Thread Daniel-Constantin Mierla
Hello, there is no log message from xcap_server module. Those from nathelper is due to execution of a function for a message with no sdp. The rest are INFO logs or a misconfiguration/wrong domain when using xmpp module. Cheers, Daniel On 9/26/13 4:09 PM, Kethzer Docteur wrote: Error in SIP

[SR-Users] Xcap_server error in kamailio 4.0.0

2013-09-26 Thread Kethzer Docteur
Error in SIP contact list storage Resouce cannot be reade http://Server_ip:80/xcap-root/xcap-caps/global/index Sep 26 09:58:18 kmlsvr /usr/local/sbin/kamailio[2401]: ERROR: nathelper [nathelper.c:1640]: cannot extract body from msg! Sep 26 09:58:18 kmlsvr /usr/local/sbin/kamailio[2401]: INFO: pres

Re: [SR-Users] Xcap_Server

2013-07-10 Thread Daniel-Constantin Mierla
Those functions are from xlog and auth_db modules, but probably the errors are from www_authorize and www_challenge functions, both being in the auth_db module. If based on default config, you have to define WITH_AUTH Cheers, Daniel On 7/9/13 4:39 PM, Kethzer Docteur wrote: error message are

Re: [SR-Users] Xcap_Server

2013-07-09 Thread Daniel-Constantin Mierla
On 7/8/13 4:36 PM, Kethzer Docteur wrote: I'm trying to get cap_server.so running in kamailio so i can pull contact list from the server to the client. I install all the dependencies I saw in the documentation but it isn't working. Please let me know if I'm doing something wrong. I attach my de