Line 319: |
Line 319: |
| | | |
| =Functions Stanza= | | =Functions Stanza= |
| + | 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: |
| + | |
| + | dtmfcommand=functionclass,[functionmethod],[parameters] |
| + | Where: |
| + | |
| + | * dtmfcommand is a DTMF digit sequence minus the start character (usually *) |
| + | * functionclass is a string which defines what class of command (see the next page) |
| + | * functionmethod defines the optional method number to use in the function class. |
| + | * functionoptions are one or more optional comma separated parameters which further define a command. |
| + | |
| + | Sample: |
| + | <pre> |
| + | 989=cop,4 ; generate test tone. |
| + | </pre> |
| + | This stanza is named by the functions=, link_functions=, or the phone_functions= key/value pairs in the node stanza. |
| + | |
| | | |
| ==Status Commands== | | ==Status Commands== |