Changes

Jump to navigation Jump to search
no edit summary
Line 68: Line 68:     
''Note'': This is selecting what is known as (in Asterisk terminology) the channel driver.
 
''Note'': This is selecting what is known as (in Asterisk terminology) the channel driver.
 +
 +
==controlstates===
 +
This setting defines the name of the [[Structure of Config Files|variable named]] control state stanza. Control states are an optional feature which allows groups of control operator commands to be executed all at once. To use control states, define an entry in your node stanzas to point to a dedicated control state stanza like this:
 +
<pre>
 +
controlstates = controlstates  ; points to control state stanza
 +
 +
[controlstates]
 +
0 = rptena,lnkena,apena,totena,ufena,noicd  ; Normal operation                                 
 +
1 = rptena,lnkena,apdis,totdis,ufena,noice  ; Net and news operation                                           
 +
2 = rptena,lnkdis,apdis,totena,ufdis,noice  ; Repeater only operation
 +
</pre>
 +
 +
The [[#Control States Stanza|control state stanza]] (below) describes these mnemonics.
    
==duplex===
 
==duplex===
Line 89: Line 102:  
duplex = 0    ; 0 = Half duplex with no telemetry tones or hang time.
 
duplex = 0    ; 0 = Half duplex with no telemetry tones or hang time.
 
</pre>
 
</pre>
  −
==controlstates===
  −
This setting defines the name of the [[Structure of Config Files|variable named]] control state stanza. Control states are an optional feature which allows groups of control operator commands to be executed all at once. To use control states, define an entry in your node stanzas to point to a dedicated control state stanza like this:
  −
<pre>
  −
controlstates = controlstates  ; points to control state stanza
  −
  −
[controlstates]
  −
0 = rptena,lnkena,apena,totena,ufena,noicd  ; Normal operation                                 
  −
1 = rptena,lnkena,apdis,totdis,ufena,noice  ; Net and news operation                                           
  −
2 = rptena,lnkdis,apdis,totena,ufdis,noice  ; Repeater only operation
  −
</pre>
  −
  −
The [[#Control States Stanza|control state stanza]] (below) describes these mnemonics.
      
=Functions Stanza=
 
=Functions Stanza=
896

edits

Navigation menu