Changes

Jump to navigation Jump to search
Line 551: Line 551:  
989=cop,4  ; a sample function in the functions stanza.
 
989=cop,4  ; a sample function in the functions stanza.
 
</pre>
 
</pre>
 +
 +
=Link Functions Stanza=
 +
The link functions stanza is a named stanza [[Structure of Config Files#Settings to name other Stanzas|pointed to]] by the [[#link_functions=|link_function= key/value pair]].  Functions within this stanza are used decode DTMF commands when accessing the node via a link from another node. The traditional usage is to point link_functions= to the same stanza as named  by [[#functions=|functions=]] thereby having functions from a linked node and from the local node the same.
 +
 +
Sample:
 +
<pre>
 +
link_functions=functions  ; use local functions
 +
 +
[functions]
 +
989=cop,4  ; a sample function in the functions stanza.
 +
</pre>
 +
 +
 +
=Node Number Stanza=
 +
The node number stanza is the first stanza in rpt.conf.
    
=Remote Base Stanza=
 
=Remote Base Stanza=
896

edits

Navigation menu