Changes

Jump to navigation Jump to search
Line 555: Line 555:     
[my_link_functions]
 
[my_link_functions]
 +
712 = status,11    ; Force ID (local only)
 +
</pre>
 +
 +
=Phone Functions Stanza=
 +
The phone 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 from a telephone. The traditional usage is to point phone_functions= to the same stanza as named  by [[#functions=|functions=]] thereby having functions from a phone and from the local node the same.
 +
 +
Sample:
 +
<pre>
 +
link_functions = functions  ; use local functions
 +
 +
[functions]
 +
712 = status,12    ; Give Time of Day (local only)
 +
</pre>
 +
or
 +
<pre>
 +
link_functions = my_phone_functions  ; use link functions
 +
 +
[my_phone_functions]
 
712 = status,11    ; Force ID (local only)
 
712 = status,11    ; Force ID (local only)
 
</pre>
 
</pre>
896

edits

Navigation menu