Line 193: |
Line 193: |
| | | |
| |} | | |} |
− |
| |
− | =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= | | =Node Number Stanza= |