I've been attempting to get statistics for dialogs to work for me:
I've loaded the dialog.so module, and set the dlg_flag to 2. However, I've not been able to see dialogs open or close when I use the openserctl get_statistics all call. I know statistics are working because I put them in, increment them in the routing script, and I see them in the openserctl get_statistics output.
Can somebody post an example of how to get dialog counting to work?
Thanks, -g
There are no "open" and "close" dialog stats in the module. The only thing the module tracks are active dialogs (at the time you look), processed dialogs (over the life time of OpenSER) expired dialogs (the default 12 hour timeout fired), and failed dialogs.
To count the dialogs, take the active count plus the processed count and that will give you the total dialogs. The active count are the current open dialogs.
Hope this helps, ronw
On Saturday 09 September 2006 16:50, Greg Fausak wrote:
I've been attempting to get statistics for dialogs to work for me:
I've loaded the dialog.so module, and set the dlg_flag to 2. However, I've not been able to see dialogs open or close when I use the openserctl get_statistics all call. I know statistics are working because I put them in, increment them in the routing script, and I see them in the openserctl get_statistics output.
Can somebody post an example of how to get dialog counting to work?
Thanks, -g
Thanks,
I was able to get them to work. I was setting the flag in the wrong place.
dialog:active_dialogs = 1 dialog:processed_dialogs = 1 dialog:expired_dialogs = 0
I think processed_dialogs includes active_dialogs.
-g
On Sep 11, 2006, at 8:36 AM, Ron Winacott wrote:
There are no "open" and "close" dialog stats in the module. The only thing the module tracks are active dialogs (at the time you look), processed dialogs (over the life time of OpenSER) expired dialogs (the default 12 hour timeout fired), and failed dialogs.
To count the dialogs, take the active count plus the processed count and that will give you the total dialogs. The active count are the current open dialogs.
Hope this helps, ronw
On Saturday 09 September 2006 16:50, Greg Fausak wrote:
I've been attempting to get statistics for dialogs to work for me:
I've loaded the dialog.so module, and set the dlg_flag to 2. However, I've not been able to see dialogs open or close when I use the openserctl get_statistics all call. I know statistics are working because I put them in, increment them in the routing script, and I see them in the openserctl get_statistics output.
Can somebody post an example of how to get dialog counting to work?
Thanks, -g
-- Ron Winacott - SOMA Networks, Inc.
Chaos, panic and disorder...my work here is done.