[SR-Users] Siremis 3.3 LCR

2012-11-21 Thread Scott, Matt
Anybody using LCR and Siremis 3.3 with Kamailio 3.3? Do I still need to load lcr.so via Kamailio.cfg, and add routing logic in Kamailio.cfg?? I have a softphone registered to Kamailio. Try calling a number which should route via LCR to an asterisk box. I get: [lookup.c:158]: '' Not found in

Re: [SR-Users] dialog ka_timer and ka_interval problem

2012-11-21 Thread Kristofer Signer
Hi, I've tried a couple of values with the same result. some examples: modparam(dialog, ka_timer, 10 ) modparam(dialog, ka_interval, 30 ) alt. modparam(dialog, ka_timer, 10 ) modparam(dialog, ka_interval, 300 ) First OPTION message is sent after 30 seconds or 5 minutes and the UA replies

Re: [SR-Users] reload to memory is much slower and has problms after upgrade to 3.3.2 and using mem_join=1

2012-11-21 Thread Uri Shacked
Hi, I recompiled with MEMDBG=1 and installed. here are the results for reloading 5 million rows with MTREE: mem_join=1 --takes 56 seconds and the real_used_size of shmem is around 1.2Gb. mem_join=0 -- takes 10 seconds and the real_used_size of shmem is around 2Gb does it seems normal? 56 seconds

Re: [SR-Users] problem with $time Pseudo-Variables on 3.3.2

2012-11-21 Thread Daniel-Constantin Mierla
Hello, On 11/21/12 8:55 AM, Uri Shacked wrote: Hi, I upgraded to 3.3.2 On 3.2 i used the variable $time() to get the current time for some process. Every 2 minutes a RTIMER process started, checked the $time(hour) and $time(min) and on a certain time executed something. This process

[SR-Users] Websocket with Kamailio 3.2.2 release

2012-11-21 Thread Raj Roy Ghandhi
Hi, I am trying to integrate the websocket module into release 3.2.2. But I am unable to do that. Please guide me to get it done. Regards, Roy. ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org

Re: [SR-Users] Websocket with Kamailio 3.2.2 release

2012-11-21 Thread Peter Dunkley
Hi, The websocket module requires several hundred lines of changes in Kamailio core and other modules to work, you cannot just copy it into Kamailio 3.2 and use it (nor will you be able to copy it into Kamailio 3.3). Regards, Peter On Wed, 2012-11-21 at 20:50 +0530, Raj Roy Ghandhi wrote:

Re: [SR-Users] problem with $time Pseudo-Variables on 3.3.2

2012-11-21 Thread Daniel-Constantin Mierla
Can you try again with latest version of branch 3.3? Cheers, Daniel On 11/21/12 3:04 PM, Daniel-Constantin Mierla wrote: Hello, On 11/21/12 8:55 AM, Uri Shacked wrote: Hi, I upgraded to 3.3.2 On 3.2 i used the variable $time() to get the current time for some process. Every 2 minutes a

Re: [SR-Users] Websocket with Kamailio 3.2.2 release

2012-11-21 Thread Jesús Pérez Rubio
Hi, Websockets module is only availiable in devel version (3.4) at this moment, you should try with it. http://www.kamailio.org/wiki/features/new-in-devel#websocket - A Kamailio.cfg example with websockets and MYSQL support: https://gist.github.com/4066845 2012/11/21 Raj Roy Ghandhi

Re: [SR-Users] Shared Call Appearances module

2012-11-21 Thread Ovidiu Sas
On Tue, Nov 20, 2012 at 5:17 PM, Andrew Mortensen admor...@isc.upenn.edu wrote: On Nov 20, 2012, at 3:43 PM, Ovidiu Sas o...@voipembedded.com wrote: Hello Andrew, First of all, thank you for sharing your work. I was following this thread and I have a couple of questions. Why do you need to

Re: [SR-Users] reload to memory is much slower and has problms after upgrade to 3.3.2 and using mem_join=1

2012-11-21 Thread Daniel-Constantin Mierla
Hello, On 11/21/12 1:33 PM, Uri Shacked wrote: Hi, I recompiled with MEMDBG=1 and installed. here are the results for reloading 5 million rows with MTREE: mem_join=1 --takes 56 seconds and the real_used_size of shmem is around 1.2Gb. mem_join=0 -- takes 10 seconds and the real_used_size of

[SR-Users] Kamailio crash

2012-11-21 Thread Ricardo Martinez
Hello In the last three days my kamailio process has crashed two times. I obtained the core file and see it, this is the output. Can someone check what is the problem? Core was generated by `/usr/local/sbin/kamailio -m 1024'. Program terminated with signal 11, Segmentation fault. #0

Re: [SR-Users] Kamailio crash

2012-11-21 Thread Daniel-Constantin Mierla
Hello, do you have any external application sending MI commands to terminate active calls? Just checking to be sure it is not a core file overwrite situation. Cheers, Daniel On 11/21/12 10:20 PM, Ricardo Martinez wrote: Hello In the last three days my kamailio process has crashed two

Re: [SR-Users] Kamailio crash

2012-11-21 Thread Ricardo Martinez
Yes. Every 5 minutes we run a script to drop calls in state “3”. Could be this the problem? Regards, Ricardo.- *De:* Daniel-Constantin Mierla [mailto:mico...@gmail.com] *Enviado el:* miércoles, 21 de noviembre de 2012 18:36 *Para:* SIP Router - Kamailio (OpenSER) and SIP Express Router

Re: [SR-Users] Kamailio crash

2012-11-21 Thread Daniel-Constantin Mierla
On 11/21/12 10:40 PM, Ricardo Martinez wrote: Yes. Every 5 minutes we run a script to drop calls in state “3”. Could be this the problem? Could be cause, but should not be a problem. In gdb, can you do: frame 2 p callid p *callid and send the output? The crash seem to happen when

[SR-Users] Forward Register Message

2012-11-21 Thread kellon
Hi All Can anyone point to documentation tutorial on howto forward statefully a REGISTER message to another SIP Server. I have looked at http://kb.asipto.com/asterisk:realtime:kamailio-3.0.x-asterisk-1.6.2-astdb, However I'm getting errors with the uac_req commands even though I have loaded

Re: [SR-Users] Forward Register Message

2012-11-21 Thread Alex Balashov
On 11/21/2012 04:54 PM, kel...@sis-grenada.com wrote: Can anyone point to documentation tutorial on howto forward statefully a REGISTER message to another SIP Server. I have looked at http://kb.asipto.com/asterisk:realtime:kamailio-3.0.x-asterisk-1.6.2-astdb, However I'm getting errors with the

Re: [SR-Users] reload to memory is much slower and has problms after upgrade to 3.3.2 and using mem_join=1

2012-11-21 Thread Uri Shacked
Hi, Btw, is the reload time constant now? Even if you run couple of times? yes, the reload time is constant - 56 sec. i tested for 100 reloads in an hour and it was OK. What are the values for 'kamctl mi get_statistics shmem:'? i configured kamailio to start with 4Gb and after reload the

Re: [SR-Users] problem with $time Pseudo-Variables on 3.3.2

2012-11-21 Thread Uri Shacked
I install from source and not git. how do i download it? (there is only 3.3.2 source that i already installed) On Wed, Nov 21, 2012 at 6:26 PM, Daniel-Constantin Mierla mico...@gmail.com wrote: Can you try again with latest version of branch 3.3? Cheers, Daniel On 11/21/12 3:04 PM,