Changes

Jump to navigation Jump to search
no edit summary
Line 1: Line 1:  +
[[Category: Node Configuration]]
 +
[[Category:How to]]
 
Configuration files have a simple structure consisting of stanzas, key/value pairs and comments. A stanza is a block of text within a configuration file. It starts with a name (or number) surrounded by square brackets on a line by itself. Configuration files will have one or more stanzas. Each stanza continues until the next stanza or end of file.  
 
Configuration files have a simple structure consisting of stanzas, key/value pairs and comments. A stanza is a block of text within a configuration file. It starts with a name (or number) surrounded by square brackets on a line by itself. Configuration files will have one or more stanzas. Each stanza continues until the next stanza or end of file.  
<pre>
+
<syntaxhighlight lang="ini">
 
[this is a stanza]
 
[this is a stanza]
 
...
 
...
Line 6: Line 8:  
[this is another stanza]
 
[this is another stanza]
 
...
 
...
</pre>  
+
</syntaxhighlight>
 
Stanzas contain one or more ker/value pairs. Key/value pairs set various values within each stanza.
 
Stanzas contain one or more ker/value pairs. Key/value pairs set various values within each stanza.
<pre>
+
<syntaxhighlight lang="ini">myname=timothy ; There are some who call me Tim?</syntaxhighlight>
myname=timothy ; There are some who call me Tim?
  −
</pre>
      
Config file comments are preceded with a semicolon. In this example of two nodes the stanza is the node number and the key/value pairs set the CW ID and the ID timer:
 
Config file comments are preceded with a semicolon. In this example of two nodes the stanza is the node number and the key/value pairs set the CW ID and the ID timer:
   −
<pre>
+
<syntaxhighlight lang="ini">
 
[1998]
 
[1998]
 
idrecording = |iW1ABC
 
idrecording = |iW1ABC
Line 22: Line 22:  
idrecording = |iW1XYZ
 
idrecording = |iW1XYZ
 
idtime = 540000  
 
idtime = 540000  
</pre>
+
</syntaxhighlight>
    
==Settings to name other Stanzas==
 
==Settings to name other Stanzas==
Line 28: Line 28:     
For example:
 
For example:
<pre>
+
<syntaxhighlight lang="ini">
 
[1000]
 
[1000]
 
functions=functionsVHF
 
functions=functionsVHF
Line 47: Line 47:  
61=autopatchup,noct=1,farenddisconnect=1,dialtime=20000  ; Autopatch up
 
61=autopatchup,noct=1,farenddisconnect=1,dialtime=20000  ; Autopatch up
 
0=autopatchdn      ; Autopatch down
 
0=autopatchdn      ; Autopatch down
</pre>
+
</syntaxhighlight>
    
==Named Stanzas in rpt.conf==
 
==Named Stanzas in rpt.conf==
Line 59: Line 59:     
''Note:'' A stanza is also called a context in Asterisk PBX terminology, particularly related to the dialplan.
 
''Note:'' A stanza is also called a context in Asterisk PBX terminology, particularly related to the dialplan.
[[Category: Node Configuration]]
 

Navigation menu