Changeset 1204:a4cdde705f30 in freeDiameter for doc/freediameter.conf.sample
- Timestamp:
- Jun 14, 2013, 1:22:20 PM (10 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/freediameter.conf.sample
r1189 r1204 202 202 # app_* : applications, these extensions usually register callbacks to handle specific messages. 203 203 # 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. 204 213 205 214
Note: See TracChangeset
for help on using the changeset viewer.