Navigation


Changeset 1338:f1b65381c1e7 in freeDiameter for doc


Ignore:
Timestamp:
Apr 9, 2019, 10:48:45 PM (5 years ago)
Author:
Thomas Klausner <tk@giga.or.at>
Branch:
default
Phase:
public
histedit_source:
a96776a293770a9223f9cf06945dfdcf3844398a
Message:

rt_ereg: Support config reload. Support grouped AVPs. Support multiple separate AVPs.

Written for Effortel Technologies SA, published with their consent.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/rt_ereg.conf.sample

    r525 r1338  
    44# The rt_ereg extension allows creation of routing rules based on AVP value matching regular expressions.
    55
     6# This extension supports configuration reload at runtime. Send
     7# signal SIGUSR1 to the process to cause the process to reload its
     8# config.
     9
    610# First, one must indicate which AVP should be used for matching.
    711# At the moment, only AVP with OCTETSTRING types are valid.
    812#  AVP = "User-Name";
     13# It is possible to specify AVPs below GROUPED AVPs with the by separating AVPs with a colon (':'):
     14#  AVP = "Grouped-AVP1" : "Grouped-AVP2" : "Octetstring-AVP";
    915# This parameter is mandatory. There is no default value.
    1016
     
    2026#    (reminder: the server with the peer with the highest score gets the message)
    2127# Note that all rules are tested for each message that contain the AVP, not only the first match.
     28
     29# There can be multiple blocks of AVPs and rules; just start the next one with another AVP line:
     30#  AVP = "Other-AVP";
     31# and continue with rules as above.
Note: See TracChangeset for help on using the changeset viewer.