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_dialogs = 29529
dialog:processed_dialogs = 338783
The number of dialogs don't match (i tested this several times).
What could be causing this? (I am using kamailio 4.1).
Regards,
Takeshi