Re: [SR-Users] ims_dialog default_timeout parameter

2018-04-10 Thread tyd
Hello, > > there are a lot of active dialogs there, however, as they BYEs are > replied, the structures should be released in short time and shared memory > freed. Do you execute dlg_manage() when receiving BYE? > > Cheers, > Daniel > Hello, I can not find dlg_manage in example scscf

Re: [SR-Users] ims_dialog default_timeout parameter

2018-04-10 Thread Daniel-Constantin Mierla
Hello, there are a lot of active dialogs there, however, as they BYEs are replied, the structures should be released in short time and shared memory freed. Do you execute dlg_manage() when receiving BYE? Cheers, Daniel On 10.04.18 10:43, tyd wrote: > > > Hello, > > do you get also

Re: [SR-Users] ims_dialog default_timeout parameter

2018-04-10 Thread tyd
Hello, > > do you get also dialog statistics? tm stats are not relevant in this > context. > > Cheers, > Daniel > Hi, I'm re-running SIPp. The share memory is decreaing and will run out of memory. Is below information enough ? # kamctl stats shmem shmem:fragments = 40 shmem:free_size =

Re: [SR-Users] ims_dialog default_timeout parameter

2018-04-10 Thread tyd
> > Hello, > > On 10.04.18 07:25, tyd wrote: > > Hi, Daniel > > No, the dialogs were not terminated after 10 minutes if no BYE message was > sent. > > > Not using ims_dialog, but it may be that it doesn't send bye when the > dialog lifetime elapses, just destroys the structure it keeps in memory.

Re: [SR-Users] ims_dialog default_timeout parameter

2018-04-10 Thread Daniel-Constantin Mierla
Hello, On 10.04.18 07:25, tyd wrote: > Hi, Daniel > > No, the dialogs were not terminated after 10 minutes if no BYE message > was sent. Not using ims_dialog, but it may be that it doesn't send bye when the dialog lifetime elapses, just destroys the structure it keeps in memory. With the other

Re: [SR-Users] ims_dialog default_timeout parameter

2018-04-09 Thread tyd
Hi, Daniel No, the dialogs were not terminated after 10 minutes if no BYE message was sent. But if Default value(43200) was set, the S-CSCF will run out of memory finally (after 20 calls). Have any relation with this parameter and memory release ? Any impacts if using value 600 at

Re: [SR-Users] ims_dialog default_timeout parameter

2018-04-09 Thread Daniel-Constantin Mierla
Hello, that should be the call lifetime. Are the dialogs terminated after 10 minutes? Cheers, Daniel On 09.04.18 16:58, tyd wrote: > Dear all, > > What's the meaning of ims_dialog  default_timeout parameter ? > /Default value is 「43200 (12 hours)」/ > > When modparam("ims_dialog",

[SR-Users] ims_dialog default_timeout parameter

2018-04-09 Thread tyd
Dear all, What's the meaning of ims_dialog default_timeout parameter ? *Default value is 「43200 (12 hours)」* When modparam("ims_dialog", "default_timeout", 600) was set, the situation of Kamailio S-CSCF out of memory was solved and is running smoothly. Debian 8 with Kamailio 4.4.7