Skip to content

Commit

Permalink
snmpstas: detect if ims_dialog module is loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Feb 9, 2016
1 parent edc18df commit c04328e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/snmpstats/snmpSIPServerObjects.c
Expand Up @@ -185,7 +185,7 @@ int handle_kamailioSIPProxyStatefulness(netsnmp_mib_handler *handler,
{
int statefullness;

if (module_loaded("dialog") || module_loaded("dialog_ng"))
if (module_loaded("dialog") || module_loaded("ims_dialog"))
{
statefullness = PROXY_STATEFULNESS_CALL_STATEFUL;
}
Expand Down

0 comments on commit c04328e

Please sign in to comment.