LogicApp Scripting

N2IWF LogicApp Scripting

The N2IWF platform is implemented using the N2SVCD LogicApp and allows for easy extension of core functionality using the Lua scripting language.

Signalling Gateway Scripting

Multiple hooks, managed by the hook manager are available at various points as each network session progresses. These hooks are able to access the core N2IWF context objects - the input context, service context, EDR manager, and rating session - as well as use any custom logic and/or external libraries required.

Diameter -> Diameter IWF Scripting

The Diameter IWF generally requires the implementation of custom hooks to process inbound Requests and (optionally) outbound Answers. The hook file for the Diameter IWF is defined in the LogicApp Global variable HOOK_SCRIPT.

The format of these hooks is documented in the Diameter IWF Hooks page.