Changes

Jump to navigation Jump to search
Line 113: Line 113:  
holdofftelem = 1  ;Set to 1 to hold off. Default is 0
 
holdofftelem = 1  ;Set to 1 to hold off. Default is 0
 
</pre>
 
</pre>
 +
 +
==idrecording===
 +
The identifier message is stored in the node stanza using the idrecording key. It can be changed to a different call sign by changing the value to something different. The value can be either a morse code identification string prefixed with |i, or the name of a sound file containing a voice identification message. When using a sound file, the default path for the sound file is /var/lib/asterisk/sounds.
 +
 +
Sample:
 +
<pre>
 +
idrecording=|iwa6zft/r ; Morse Code ID
 +
</pre>
 +
or
 +
<pre>
 +
idrecording=/var/lib/asterisk/sounds/myid ; Voice ID
 +
</pre>
 +
''Note'': ID recording files must have extension gsm,ulaw,pcm, or wav. The extension is left off when it is defined as the example shows above. File extensions are used by Asterisk to determine how to decode the file. All ID recording files should be sampled at 8KHz.
    
==rxchannel===
 
==rxchannel===
896

edits

Navigation menu