Changes between Version 4 and Version 5 of Extensions
- Timestamp:
- Mar 3, 2011, 5:25:22 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Extensions
v4 v5 23 23 === Applications === 24 24 [wiki:app_acct.fdx]:: 25 Very simple server implementation for the Diameter Base Accounting application (RFC3588). It dumps the received information in a local PostgreSQL database in a fully configurable format. A separate application (not Diameter-dependent) can then pick and process this data.25 Very simple server implementation for the Diameter Base Accounting application (RFC3588). It dumps the received information in a local PostgreSQL database in a fully configurable format. A separate application (not based on freeDiameter) can then pick and process this data. 26 26 27 27 [wiki:app_diameap.fdx]:: … … 39 39 === Server === 40 40 [wiki:acl_wl.fdx]:: 41 White-list some peers to connect to the local system. By default, all remote Diameter Id's must be explicitly listed in the configuration. This extension allows wildcards to be used (for example allow all peers from *.domain.netto connect).41 White-list some peers to connect to the local system. By default, all remote peers Diameter Identities must be explicitly listed in the configuration. This extension allows wildcards to be used (for example allow all peers "*.domain.net" to connect). 42 42 43 43 === Routing === … … 72 72 === Debug and tests === 73 73 [wiki:dbg_interactive.fdx]:: 74 Run python code and interact with the framework, "live" or from a batch file.74 Interact with the framework, "live" or from a batch file, from a [http://www.python.org/ Python] interpreter. 75 75 76 76 [wiki:dbg_monitor.fdx]:: 77 Monitor the state of freeDiameter daemon.77 Monitor the state of freeDiameter framework by displaying periodical status information. 78 78 79 79 [wiki:dbg_rt.fdx]:: 80 Display information about messages routing .80 Display information about messages routing (pertaining to the choice of route for each message). 81 81 82 82 [wiki:test_acct.fdx]:: … … 84 84 85 85 [wiki:test_app.fdx]:: 86 The Test application extension, a kind of "ping for freeDiameter".86 The Test application extension, a kind of "ping" for freeDiameter. 87 87 88 88 [wiki:test_netemul.fdx]:: … … 90 90 91 91 [wiki:test_rt_any.fdx]:: 92 Pick a random peer to send the message to, without any concern for routing AVPs .92 Pick a random peer to send the message to, without any concern for routing AVPs or routing configuration. 93 93 94 94 [wiki:test_sip.fdx]:: 95 A dummy Diameter SIP server used for testing of the app_sip.fdxextension.95 A dummy Diameter SIP server used for testing of the [wiki:app_sip.fdx] extension. 96 96 97 97 ----