Re: [SR-Users] db_sqlite bugs

2012-10-12 Thread Timo Teras
On Thu, 11 Oct 2012 12:37:23 +0200 Pedro Antonio Vico Solano pvsol...@amper.es wrote: We are developing a solution based on the SQLite module for Kamailio and we've found some bugs/errors regarding it. We use kamailio 3.2.4 and SQLite 3.7.14.1. The errors are about this: Thanks for the config

Re: [SR-Users] db_sqlite bugs

2012-10-12 Thread Daniel-Constantin Mierla
Hello, fyi, 3.2.x is packaged with memory debug on, so if you set memdbg and memlog paramters to a value equal or higher than debug, then you see all the malloc/free operations in the syslog. That could help to identify what is allocated/from where and it is not freed. Also, you can get a

Re: [SR-Users] TCP error

2012-10-12 Thread Daniel-Constantin Mierla
Hello, can you check if the client is not initiating a tls connection to the tcp port of kamailio? It might want to use tls, as msrp advises, for that you have to load and configure tls module, the port for it is 5061. Cheers, Daniel On 10/11/12 6:18 PM, Klaus Darilion wrote: I haven't used

Re: [SR-Users] log alerting time, progress time connect time

2012-10-12 Thread Daniel-Constantin Mierla
Hello, On 10/11/12 4:28 PM, pars3c wrote: Hi , i need to register the time when arrive the following messages: invite, alerting, progress , connected and hangup. How can I make it ? it's is possible to store these value in the extra field in the acc module ? yes. You just have to store

Re: [SR-Users] update_subs_rlsdb: NO MATCH

2012-10-12 Thread Daniel-Constantin Mierla
Hello, can you send the patch of your changes? If you got the sources from git, then do: git diff /path/to/a/file and send that file to the mailing list. If downloaded from tarball, then use 'diff -u oldfile newfile' to generate the patch. Once we get it, will be reviewed and committed to

[SR-Users] Skype-like service in less than one hour

2012-10-12 Thread శ్రీధర్
I set up my server following the tutorial at http://kb.asipto.com/kamailio:skype-like-service-in-less-than-one-hour, with the latest kamailio 3.3, and updated the config file accordingly. After the reboot the sip server is not running here are the logs. When I do 'sudo /etc/init.d/kamailio start'

Re: [SR-Users] Skype-like service in less than one hour

2012-10-12 Thread Daniel-Constantin Mierla
Hello, what is the command you use to start rtpproxy and what are the parameters for rtpproxy module in kamailio.cfg? Cheers, Daniel On 10/12/12 10:59 AM, శ్రీధర్ wrote: I set up my server following the tutorial at http://kb.asipto.com/kamailio:skype-like-service-in-less-than-one-hour, with

Re: [SR-Users] TLS support in Kamailio

2012-10-12 Thread Kamal Palei
Hi Daniel I was just googling TLS support in Kamailio. Came across http://nil.uniza.sk/network-security/tls/configuring-tls-support-kamailio-31-howto , am just wondering if I have to go step by step mentioned in this link. Can you please advise if all of these are required? And I was looking at

Re: [SR-Users] Skype-like service in less than one hour

2012-10-12 Thread SamyGo
Hi, Besides what Daniel has asked for , can you tell what does this mean ? : ERROR: db_mysql [km_my_con.c:109]: driver error: *Can't connect to local MySQL* server through socket '/var/run/mysqld/mysqld.sock' (2) In my experience Kamailio starts and runs perfectly even with these RTPproxy

Re: [SR-Users] Skype-like service in less than one hour

2012-10-12 Thread శ్రీధర్
I need to check that, I started with fresh ubuntu12.04 installation on virtualbox and followed all the instructions provided at http://kb.asipto.com/kamailio:skype-like-service-in-less-than-one-hour, and used deb http://deb.kamailio.org/kamailio33 squeeze main deb-src

[SR-Users] Kamailio Group voice Call

2012-10-12 Thread Vijay Thakur
All Experts, I have setup kamailio 3.1.5 server and it is working fine in my production environment. I want to implement group voice calls (audio conferencing). How can i do this. Kindly guide me. With Regards, Vijay Thakur ___ SIP Express

Re: [SR-Users] Skype-like service in less than one hour

2012-10-12 Thread శ్రీధర్
Installed rtp proxy using apt-get install rtpproxy and here is the line from kamailio.cfg for rtpproxy modparam(rtpproxy, rtpproxy_sock, unix:/var/run/rtpproxy/rtpproxy.sock) Thanks S On 12 October 2012 14:39, Daniel-Constantin Mierla mico...@gmail.comwrote: Hello, what is the command you

Re: [SR-Users] Skype-like service in less than one hour

2012-10-12 Thread SamyGo
Did you forget to answer what is the command you use to start rtpproxy ? On Fri, Oct 12, 2012 at 3:26 PM, శ్రీధర్ asridh...@gmail.com wrote: Installed rtp proxy using apt-get install rtpproxy and here is the line from kamailio.cfg for rtpproxy modparam(rtpproxy, rtpproxy_sock,

Re: [SR-Users] Skype-like service in less than one hour

2012-10-12 Thread Kamal Palei
The line modparam(rtpproxy, rtpproxy_sock, unix:/var/run/rtpproxy/rtpproxy.sock) Should it not be modparam(rtpproxy, rtpproxy_sock, udp:localhsot:localport) kind of syntax And while starting rtp proxy make sure it is using localport to communicate with kamailio proxy. Using this mechanism, am

[SR-Users] Kamailio Group voice Call

2012-10-12 Thread Juha Heinanen
Vijay Thakur writes: I have setup kamailio 3.1.5 server and it is working fine in my production environment. I want to implement group voice calls (audio conferencing). How can i do this. you need to install conference server to which your kamailio forwards conference bound calls. there

Re: [SR-Users] Kamailio Group voice Call

2012-10-12 Thread Daniel-Constantin Mierla
On 10/12/12 12:50 PM, Juha Heinanen wrote: Vijay Thakur writes: I have setup kamailio 3.1.5 server and it is working fine in my production environment. I want to implement group voice calls (audio conferencing). How can i do this. you need to install conference server to which your kamailio

Re: [SR-Users] db_sqlite bugs

2012-10-12 Thread Carsten Bock
Hi, just some more observations regarding the memory issue: Not the pkg-/ or shmem is leaking, but the process consumes more memory each time (as shown in a ps command). Maybe in some situations a sqlite3_free is missing? Carsten 2012/10/12 Daniel-Constantin Mierla mico...@gmail.com: Hello,

Re: [SR-Users] TLS support in Kamailio

2012-10-12 Thread Klaus Darilion
There might be some steps which can be skipped - eg. if you already have certificates. But if you are not familiar with TLS yet, it may be a good idea to perform the howto step-by-step and learn about TLS. regards Klaus On 12.10.2012 12:00, Kamal Palei wrote: Hi Daniel I was just googling

Re: [SR-Users] update_subs_rlsdb: NO MATCH

2012-10-12 Thread Sangeeta Shah
Daniel, Appreciate you taking the time to respond. Will do regarding sending the path to my changes, once I verify that what the client is sending is standards compliant. After verifying the xml documents PUT by jitsi and boghe (which is the other client we are testing with) against Kamailio,