System information

Option Description
autokill Used to control how long we wait for an ACK to our DPDISCOVER. Setting this timeout prevents the
lookups from stalling due to a latent peer. This can be yes, no, or a numeric value representing the number
of milliseconds to wait. You can use the qualify option to enable this per-peer.
secretpath A rotating key is created and stored within the AstDB. The value is stored in the key ’secret’ under the family
defined by secretpath. The default secretpath is dundi, resulting in the key being stored in dundi/
secret by default.
storehistory Used to indicate whether or not the history of the last several requests should be stored in memory, along
with how long the requests took. Valid values are yes and no (also available using the CLI commands
dundi store history and dundi no store history). This is a debugging tool that is disabled by default due to
possible performance impacts.
Table 23-2 lists the options you can configure in the [mappings] section of dundi.conf.
Table 23-2. Options available in the [mappings] section
Option Description
nounsolicited Used for advertising no unsolicited calls to the returned result. Used in public networks.
nocomunsolicit Used for advertising no commercial unsolicited calls to the returned result. Used in public networks.
residential Used to define the route returned as being a residential location. Used in public networks.
commercial Used to define the route returned as being a commercial location. Used in public networks.
mobile Used to define the route returned as being a mobile phone. Used in public networks.
nopartial Used to prevent partial number lookups from being performed against this mapping.
${NUMBER} Variable that contains the value of the request being looked up.
${IPADDR} Variable that contains the IP address of the local system. Can be used to dynamically construct mapping
responses. Not recommended.
${SECRET} Variable that contains the value of the rotating secret key as defined in the secretpath location
within the AstDB.
Finally, Table 23-3 lists the options available in the peer sections of dundi.conf.
Table 23-3. Options available for peer definitions in dundi.conf
Option Description
inkey The inbound authentication key.
outkey The key used for authentication to the remote peer.
host The hostname or IP address of the remote peer.
port The port on which to communicate with the remote peer.
order The search order associated with this peer. Values include primary, secondary, tertiary, and
quartiary. Will only search primary peers unless none are available, in which case secondary peers will be
searched, and so on.
506 | Chapter 23:Distributed Universal Number Discovery (DUNDi)