A20, A22 and A25 TXT Configuration 2.4.0
TXT Configuration
This section describes the formatting and options available when creating text-based configuration files for provisioning Asterisk A20, A22 and A25 phones.
...
Code Block |
---|
<<VOIP CONFIG FILE>> <TELE CONFIG MODULE> --Code Plan List-- : P1 rule : <<END OF FILE>> |
Option | Values | Description |
---|---|---|
ID | P[n] | The identifier for the rule |
rule | String | The code plan rule |
Digital List and Digital List Entry Elements
...
Code Block |
---|
<<VOIP CONFIG FILE>> <TELE CONFIG MODULE> --Digital List-- : Item1 rule : <<END OF FILE>> |
Option | Values | Description |
---|---|---|
ID | String | Identifier beginning with "Item1" and continuing with "Item2", "Item3" etc. |
rule | String | Defines the digit mapping string as per https://wiki.asterisk.org/wiki/display/DIGIUM/Dial+Plans |
DSP CONFIG MODULE Elements
...
Code Block |
---|
<<VOIP CONFIG FILE>> <MMI CONFIG MODULE> --MMI Filter-- : Account1 Level : Item1 First IP : Item1 End IP : <<END OF FILE>> |
Option | Values | Description |
---|---|---|
ID | Item[n] | Sets an identifier for the filter |
First IP | IPv4 Address | Sets the first IP address to which this filter applies. |
End IP | IPv4 Address | Sets the last IP address to which this filter applies. |
MMI Account and MMI Account Entry Element
...
Code Block |
---|
<<VOIP CONFIG FILE>> <MMI CONFIG MODULE> --MMI Account-- : Account1 Name :admin Account1 Password :789 Account1 Level :10 <<END OF FILE>> |
Option | Values | Description |
---|---|---|
ID | Account[n] | Sets an identifier for the web account. |
Name | String | Sets the username for this account. |
Password | String | Sets the password for this account. |
Level | Integer, 5, 10 | Sets the access level for this account. 5 for users, 10 for administrators. |
QOS CONFIG MODULE Elements
...