Re: [SR-Users] MTREE reload question

2012-09-05 Thread Daniel-Constantin Mierla
Hello, On 9/5/12 3:06 PM, Uri Shacked wrote: Hi, I use MTREE to load 5 million rows from the database. it takes about 30 sec to start kamailio and it is running great. Whern I check the shmem usage I see the data take about 0.8G out of 4G i set on shmem. When i reload the data while kamailio i

Re: [SR-Users] Problem with dumping offline messages

2012-09-05 Thread Daniel-Constantin Mierla
Hello, On 9/5/12 5:12 PM, Stoyan Mihaylov wrote: Following examples, I tried to add processing of offline messages. Structure of my system is: SIP client <->Kamailio<->Asterisk<->Kamailio<->SIP client Where Kamailio in above is same server, but SIP clients are different. Now I have no problems w

Re: [SR-Users] Rtpproxy re-INVITE handling

2012-09-05 Thread Spencer Thomason
Hi Daniel, I collected logs and a trace exhibiting this behavior. The logs are here: http://pastebin.com/1rQwLmx9 The trace is here: http://pastebin.com/sXVL69tD Thanks, Spencer On Aug 31, 2012, at 1:33 PM, Daniel-Constantin Mierla wrote: > Hello, > > the command to rtpproxy for the reply s

Re: [SR-Users] frequency of dispatcher probing

2012-09-05 Thread Juha Heinanen
Carsten Bock writes: > the dispatcher module uses TM to send the Ping. What you are seeing > are the regular retransmits due to the unreliable transport (UDP). The > times are the regular retransmission timers of TM. carsten, thanks for the explanation. i thought that dispatcher ping works like

[SR-Users] Problem with dumping offline messages

2012-09-05 Thread Stoyan Mihaylov
Following examples, I tried to add processing of offline messages. Structure of my system is: SIP client <->Kamailio<->Asterisk<->Kamailio<->SIP client Where Kamailio in above is same server, but SIP clients are different. Now I have no problems with audio, video calls and messages, if both clients

Re: [SR-Users] frequency of dispatcher probing

2012-09-05 Thread Carsten Bock
Hi Juha, the dispatcher module uses TM to send the Ping. What you are seeing are the regular retransmits due to the unreliable transport (UDP). The times are the regular retransmission timers of TM. Carsten 2012/9/5 Juha Heinanen : > i have defined: > > modparam("dispatcher", "flags", 2) > mod

Re: [SR-Users] FW: Kamailio as sipRedirect

2012-09-05 Thread Fatima Chahrour~Vanrise Support
Hi Daniel, The call is not redirected to 1st kamailio, below is the call trace where 2nd kamailio(192.168.111.139) send request to 192.168.111.15 which is the gateway in the lcr rule instead of sending this invite to 192.168.111.138. U 192.168.111.139:5060 -> 192.168.111.15:5060 (shouldn

[SR-Users] MTREE reload question

2012-09-05 Thread Uri Shacked
Hi, I use MTREE to load 5 million rows from the database. it takes about 30 sec to start kamailio and it is running great. Whern I check the shmem usage I see the data take about 0.8G out of 4G i set on shmem. When i reload the data while kamailio is running, the memory usage rises to 1.3G and sta

Re: [SR-Users] User accounting

2012-09-05 Thread Alex Balashov
Sure, just pull it out with the $ua or $hdr(User-Agent) PVs. On 09/05/2012 07:53 AM, Ali Jawad wrote: Hi Alex Sounds good, thanks for the input so far, anyway I can add the useragent to the entry ? Regards On Wed, Sep 5, 2012 at 2:49 PM, Alex Balashov mailto:abalas...@evaristesys.com>> wrote:

Re: [SR-Users] kamctlrc SQL definitions and db/schema/entities.xml

2012-09-05 Thread Henning Westerholt
Am Mittwoch, 5. September 2012, 14:06:14 schrieb Vieri: > > > # FOREVER="2020-05-28 21:32:15" > > > [..] > > > > this definitions just needs to be the same as in the > > database scheme, as they > > are used in the script. The path was indeed outdated, I've > > just fixed it in git > > master. >

Re: [SR-Users] kamctlrc SQL definitions and db/schema/entities.xml

2012-09-05 Thread Vieri
--- On Mon, 9/3/12, Henning Westerholt wrote: > > kamctlrc contains: > > > > # SQL definitions > > # If you change this definitions here, then you must > change them > > # in db/schema/entities.xml too. > > # FIXME > > > > # FOREVER="2020-05-28 21:32:15" > > [..] > > Hello Vieri, > > this d

Re: [SR-Users] User accounting

2012-09-05 Thread Ali Jawad
Hi Alex Sounds good, thanks for the input so far, anyway I can add the useragent to the entry ? Regards On Wed, Sep 5, 2012 at 2:49 PM, Alex Balashov wrote: > Hi Ali, > > > On 09/05/2012 07:18 AM, Ali Jawad wrote: > > Is it possible to store user logon/logout dates + user agent used. I >> know t

Re: [SR-Users] User accounting

2012-09-05 Thread Alex Balashov
Hi Ali, On 09/05/2012 07:18 AM, Ali Jawad wrote: Is it possible to store user logon/logout dates + user agent used. I know that the info is in the location table but it is not persistent, and I am using the accounting table to store calls. But I am not sure there is a way to store logon/logout/

[SR-Users] User accounting

2012-09-05 Thread Ali Jawad
Hi Is it possible to store user logon/logout dates + user agent used. I know that the info is in the location table but it is not persistent, and I am using the accounting table to store calls. But I am not sure there is a way to store logon/logout/user agent. Any input please ? Regards ___

[SR-Users] frequency of dispatcher probing

2012-09-05 Thread Juha Heinanen
i have defined: modparam("dispatcher", "flags", 2) modparam("dispatcher", "ds_ping_interval", 10) modparam("dispatcher", "ds_probing_threshhold", 3) modparam("dispatcher", "ds_probing_mode", 2) and still i see that dispatcher is pinging inactive node at least once per second: U 2012/09/05 13:47

Re: [SR-Users] memory usage

2012-09-05 Thread Uri Shacked
> The 20% initialy loaded is because I load many data with MTREE, > HTABLE,DIALPLAN etc(5 million rows with MTREE..) > Regarding the PKG, how do i set it? I read a few months ago that the > shared and private memory on version 3.2.2 are the same. > Thanks for the help :-) > > On 09/05/2012 11:4

Re: [SR-Users] memory usage

2012-09-05 Thread Marius Zbihlei
On 09/05/2012 11:44 AM, Uri Shacked wrote: Hi, Thanks, How do i find memory leaks? when my application starts the it shows the following values: shmem:fragments = 143898 shmem:freesize = 3446570952 shmem:max_used_size = 861854768 shmem:real_used_size = 848396344 shmem:total_size = 4294967296 shme

[SR-Users] memory usage

2012-09-05 Thread Uri Shacked
Hi, Thanks, How do i find memory leaks? when my application starts the it shows the following values: shmem:fragments = 143898 shmem:freesize = 3446570952 shmem:max_used_size = 861854768 shmem:real_used_size = 848396344 shmem:total_size = 4294967296 shmem:used_size = 319676976 I divided the "real

Re: [SR-Users] memory usage

2012-09-05 Thread Marius Zbihlei
On 09/05/2012 10:19 AM, Uri Shacked wrote: Hi, When I start kamailio it loads some data into memory. Now calls are starting to gather up. How can I check how mach memory does my avp's take? BR, Uri Hello Uri, avp's are associated with the transactions, so they free'd when the transaction sto

[SR-Users] memory usage

2012-09-05 Thread Uri Shacked
Hi, When I start kamailio it loads some data into memory. Now calls are starting to gather up. How can I check how mach memory does my avp's take? BR, Uri ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-rou

Re: [SR-Users] event_route[dialog:failure]

2012-09-05 Thread Uri Shacked
thanks. On Wed, Sep 5, 2012 at 9:42 AM, Daniel-Constantin Mierla wrote: > Hello, > > the readme is wrong regarding the name of the event route, it should be: > > event_route[dialog:failed] > > I will fix the docs. > > Cheers, > Daniel > > > On 9/3/12 11:00 AM, Uri Shacked wrote: > > Hi, > > i s