Navigation


Changeset 1204:a4cdde705f30 in freeDiameter for doc/freediameter.conf.sample


Ignore:
Timestamp:
Jun 14, 2013, 1:22:20 PM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Add options to dbg_msg_dumps.fdx to allow more control over the behavior

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/freediameter.conf.sample

    r1189 r1204  
    202202# app_*  : applications, these extensions usually register callbacks to handle specific messages.
    203203# test_* : dummy extensions that are useful only in testing environments.
     204
     205
     206# The dbg_msg_dump.fdx extension allows you to tweak the way freeDiameter displays some
     207# information about some events. This extension does not actually use a configuration file
     208# but receives directly a parameter in the string passed to the extension. Here are some examples:
     209# LoadExtension = "dbg_msg_dump.fdx" : "0x1111"; # Removes all default hooks, very quiet even in case of errors.
     210# LoadExtension = "dbg_msg_dump.fdx" : "0x2222"; # Display all events with few details.
     211# LoadExtension = "dbg_msg_dump.fdx" : "0x80"; # Dump complete information about sent and received messages.
     212# See the top of extensions/dbg_msg/dump/dbg_msg.dump.c file for more details on the value.
    204213
    205214
Note: See TracChangeset for help on using the changeset viewer.