Changes between Version 1 and Version 2 of Extensions
- Timestamp:
- Feb 28, 2011, 10:59:36 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Extensions
v1 v2 12 12 A {{{freeDiameter}}} extension is really simply a library compiled as shared object. This library must at the very least provide a symbol {{{fd_ext_init}}} which will be called when the framework loads the extension, to initialize it. See the [wiki:Developers] page for more information on how to create a new extension. 13 13 14 Extension files are usually renamed as ".fdx" ( FreeDiameter eXtension) to easily recognize them.14 Extension files are usually renamed as ".fdx" ('''f'''ree'''D'''iameter e'''X'''tension) to easily recognize them. 15 15 16 16 See the [wiki:Configuration] file for instructions on how to load an extension from the framework.