Function STAT not registered

[Jan 22 01:14:58] ERROR[4988][C-00000001]: pbx_functions.c:608 ast_func_read: Function STAT not registered

Can someone please tell me what module this is in? Whats the best way to determine that? The docs that outline the function don’t say what module its in. Google wasn’t much help.

It is in the func_env module. You can generally find where a module is by doing:

grep -i -R ".name = \"STAT" funcs/*.c

Although they may exist elsewhere.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.