Changes

Jump to navigation Jump to search
Line 337: Line 337:     
=Functions Stanza=
 
=Functions Stanza=
The functions stanza is a named stanza [[Structure of Config Files#Settings to name other Stanzas|pointed to]] by the [[#functions=|function key/value pair]].  Functions within this stanza are used to decode DTMF commands when accessing the node from its receiver.  See [[#DTMF Commands|DTMF Commands]] the list of functions available.  
+
The functions stanza is a named stanza [[Structure of Config Files#Settings to name other Stanzas|pointed to]] by the [[#functions=|function key/value pair]].  Functions within this stanza are used to decode DTMF commands when accessing the node from its receiver.  This stanza is typically named functions. See [[#DTMF Commands|DTMF Commands]] the list of functions available.  
 +
 
 +
Sample:
 +
<pre>
 +
functions=functions  ;name the functions stanza 'functions'
 +
 
 +
[functions]
 +
989=cop,4  ; a sample function in the functions stanza.
 +
</pre>
 +
 
    
Function stanzas control access to DTMF commands that a user can issue from various control points in app_rpt. There can be separate function stanzas defined for radio interfaces, and dial-in access. Nodes on the same Asterisk/app_rpt server can have separate (or same) function stanzas. A function stanza key/value pair has the following format:
 
Function stanzas control access to DTMF commands that a user can issue from various control points in app_rpt. There can be separate function stanzas defined for radio interfaces, and dial-in access. Nodes on the same Asterisk/app_rpt server can have separate (or same) function stanzas. A function stanza key/value pair has the following format:
896

edits

Navigation menu