sipCallHook
Name
sipCallHook -- Call a hook
Synopsis
void
sipCallHook(char *
hookname);
Description
From the __builtin__ module dictionary get the function
hook. Call the hook and discard any result.
hookname
Character string with the hook function name.