| Line 1: |
Line 1: |
| | The iax.conf configuration file controls defines how to register a node with the Allstar link node assignment authority, and assigns a context incoming connections receive so that statements in extensions.conf can direct the connection to the correct local node. iax.conf contains two sections relevant to app_rpt. The [general] section, and the [radio] section. | | The iax.conf configuration file controls defines how to register a node with the Allstar link node assignment authority, and assigns a context incoming connections receive so that statements in extensions.conf can direct the connection to the correct local node. iax.conf contains two sections relevant to app_rpt. The [general] section, and the [radio] section. |
| | | | |
| − | === [general] ===
| + | = [general] = |
| | The [general] section sets up the global configuration for iax.conf, and also is used to hold the register statements for each node defined on the system. A register statement looks like this: | | The [general] section sets up the global configuration for iax.conf, and also is used to hold the register statements for each node defined on the system. A register statement looks like this: |
| | | | |
| − | register=A1999:[[Mailto:1234567@register.allstarlink.org%7C1234567@register.allstarlink.org]] | + | register=1999:1234567@register.allstarlink.org |
| | | | |
| | A separate register statement is required for every node number hosted on the computer. In other words, if you have 2 nodes hosted on the computer, then 2 register statements will be required. | | A separate register statement is required for every node number hosted on the computer. In other words, if you have 2 nodes hosted on the computer, then 2 register statements will be required. |
| Line 43: |
Line 43: |
| | iaxmaxthreadcount=150 | | iaxmaxthreadcount=150 |
| | | | |
| − | === [radio] ===
| + | = [radio] = |
| | The [radio] stanza controls the types of codecs which can be used, how they are selected (or negotiated) and the context to call in extensions.conf when an incoming connection occurs from a remote node. The suggested [radio] section for iax.conf should look like this: | | The [radio] stanza controls the types of codecs which can be used, how they are selected (or negotiated) and the context to call in extensions.conf when an incoming connection occurs from a remote node. The suggested [radio] section for iax.conf should look like this: |
| | ; Incoming radio connections | | ; Incoming radio connections |
| Line 87: |
Line 87: |
| | |87 kilobits per second (kbps) | | |87 kilobits per second (kbps) |
| | |} | | |} |
| | + | |
| | + | [[Category: Config Files]] |