Re: [SR-Users] Inconsistency between dlg_list and 'get_statistics dialog:'

2015-02-09 Thread Daniel-Constantin Mierla
Welcome, good that all is ok -- thanks for reporting back the results. Cheers, Daniel On 07/02/15 12:35, mayamatakeshi wrote: > Daniel, > understood, > I checked by state and it is OK: > > # kamctl fifo dlg_list |grep 'state:: 4' |wc -l > 121 > > # kamctl fifo get_statistics dialog: > dialog:acti

Re: [SR-Users] Inconsistency between dlg_list and 'get_statistics dialog:'

2015-02-07 Thread mayamatakeshi
Daniel, understood, I checked by state and it is OK: # kamctl fifo dlg_list |grep 'state:: 4' |wc -l 121 # kamctl fifo get_statistics dialog: dialog:active_dialogs = 122 dialog:early_dialogs = 0 dialog:expired_dialogs = 280 dialog:failed_dialogs = 33181 dialog:processed_dialogs = 378572 Thanks a

Re: [SR-Users] Inconsistency between dlg_list and 'get_statistics dialog:'

2015-02-06 Thread Daniel-Constantin Mierla
Hello, look at the details of the dialogs, some of them might be in terminated state and therefore no longer in actitive_dialog counter. The ones in terminated state should be removed from dlg_list with the next cleanup timer. Cheers, Daniel On 06/02/15 08:59, mayamatakeshi wrote: > Hello, > >

[SR-Users] Inconsistency between dlg_list and 'get_statistics dialog:'

2015-02-06 Thread mayamatakeshi
Hello, I am counting the number o dialogs using this: # kamctl fifo dlg_list |grep dialog:: |wc -l 126 However when I use 'get_statistics dialog:' I get this: # kamctl fifo get_statistics dialog: dialog:active_dialogs = 67 dialog:early_dialogs = 3 dialog:expired_dialogs = 253 dialog:failed_dial