Navigation


Changes between Version 4 and Version 5 of Extensions


Ignore:
Timestamp:
Mar 3, 2011, 5:25:22 PM (13 years ago)
Author:
Administrator
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Extensions

    v4 v5  
    2323=== Applications ===
    2424 [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.
    2626
    2727 [wiki:app_diameap.fdx]::
     
    3939=== Server ===
    4040 [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.net to 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).
    4242
    4343=== Routing ===
     
    7272=== Debug and tests ===
    7373 [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.
    7575
    7676 [wiki:dbg_monitor.fdx]::
    77    Monitor the state of freeDiameter daemon.
     77   Monitor the state of freeDiameter framework by displaying periodical status information.
    7878
    7979 [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).
    8181
    8282 [wiki:test_acct.fdx]::
     
    8484
    8585 [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.
    8787
    8888 [wiki:test_netemul.fdx]::
     
    9090
    9191 [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.
    9393
    9494 [wiki:test_sip.fdx]::
    95    A dummy Diameter SIP server used for testing of the app_sip.fdx extension.
     95   A dummy Diameter SIP server used for testing of the [wiki:app_sip.fdx] extension.
    9696
    9797----