Re: [SR-Users] IMC module unresolved issues

2011-06-01 Thread Ozren Lapcevic
Hi, did anyone run into similar problems or have successfully set up IMC module with mysql? Can you please share your know-how on the subject? Besides issue described below, I also had several other issues, but I think they all might be related to the fact that my rooms and members are only

Re: [SR-Users] IMC module unresolved issues

2011-06-01 Thread Daniel-Constantin Mierla
Hello, the module is writing to database only at shutdown, otherwise it keeps everything in cache -- just in case you expected to see some records in database at runtime. However, I think there was an issue that even at shutdown the module didn't write back to database. Please fetch the

[SR-Users] Kamailio Tables with index

2011-06-01 Thread Klaus Darilion
Hi! With Openser 1.2 all the tables got an auto-increment-index column. Is this index column just for layout/performance purposes or is it also used somewhere insides the Kamailio code? If not (what I expect), then Kamailio 3.1 should still work with tables without those columns - correct?

Re: [SR-Users] IMC module unresolved issues

2011-06-01 Thread Ozren Lapcevic
Hi Daniel, thanks for quick response and clarification, it helped a lot. I was indeed expecting records in database at runtime, but until your latest updates to imc module, the module didn't write to database even at shutdown. Now, I can see records in the database when I shutdown Kamailio. When

Re: [SR-Users] IMC module unresolved issues

2011-06-01 Thread Daniel-Constantin Mierla
Hello, On 6/1/11 3:33 PM, Ozren Lapcevic wrote: Hi Daniel, thanks for quick response and clarification, it helped a lot. I was indeed expecting records in database at runtime, but until your latest updates to imc module, the module didn't write to database even at shutdown. Now, I can see

[SR-Users] IMC module - #join to private room crashes kamailio

2011-06-01 Thread Ozren Lapcevic
Hi, there is a bug in IMC module that crashes Kamailio. Here is the scenario: One user (p...@abc.hr) creates private chat room ( chat-...@abc.hr). Other user (o...@abc.hr) tries to join the chat-...@abc.hrby sending #join. Kamailio crashes at that point. Here is the log: Best regards, Ozren

Re: [SR-Users] IMC module - #join to private room crashes kamailio

2011-06-01 Thread Daniel-Constantin Mierla
Hello, can you get the core dump and send the backtrace? Be sure you have 'ulimit -c unlimited', working directory (-w option) set to writable path and you don't run it in chowner (no -u or -g parameters). Cheers, Daniel On 6/1/11 4:25 PM, Ozren Lapcevic wrote: Hi, there is a bug in IMC

Re: [SR-Users] Kamailio Tables with index

2011-06-01 Thread Henning Westerholt
On Wednesday 01 June 2011, Klaus Darilion wrote: With Openser 1.2 all the tables got an auto-increment-index column. Is this index column just for layout/performance purposes or is it also used somewhere insides the Kamailio code? If not (what I expect), then Kamailio 3.1 should still work

[SR-Users] has_tran_tmcbs function

2011-06-01 Thread Bruno Bresciani
Hi, I can't understand the has_tran_tmcbs function... Can someone tell me how it works? Regards, ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org

Re: [SR-Users] has_tran_tmcbs function

2011-06-01 Thread Timo Reimann
Hey Bruno, On 01.06.2011 16:48, Bruno Bresciani wrote: I can't understand the has_tran_tmcbs function... Can someone tell me how it works? The function checks if, for a given transaction T and a bitfield of callbacks, any of the callbacks are registered for T. It does so my logically ANDing

[SR-Users] ClueCon 2011 News and Notes

2011-06-01 Thread marketing
Title: ClueCon 2011 Extra Chances to Win ClueCon 2011 Reminder: Extra Chances to Win We wanted to remind everyone that you still have one more day to book ClueCon 2011 and receive FOUR entries into big giveaways for the coolest laptop and iPad. (Promotion ends on June 1.) Will you be the big

[SR-Users] serweb xSER 3.1

2011-06-01 Thread Skyler
Hi all, Wondering if anyone has serweb working/functioning with Kamailio or SER 3.1 branch? If so which version of serweb are you using 2.0.0 or 2.1.0-dev1? Any issues or tips for first time install/setup of serweb? S. ___ SIP Express

Re: [SR-Users] RTP traffic

2011-06-01 Thread Lucas Alvarez
Alex, thank you for the answer, I have installed rtpproxy and is running: rtpproxy -l 66.152.18.221 -s udp:localhost:7722 this is my NAT kamailio.cfg: #!ifdef WITH_NAT # - rtpproxy params - modparam(rtpproxy, rtpproxy_sock, udp:127.0.0.1:7722) # - nathelper params -