Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

A30 TXT Configuration 1.6.2.2

TXT Configuration

This section describes the formatting and options available when creating TXT-based configuration files for provisioning Asterisk A30 phones.

...

Each element is populated with a value.

Top Level Elements

Option

Values

Description

Version

String

If the phone is configured for auto provisioning and it successfully loads this configuration, the version string will be displayed on-screen.

NET CONFIG MODULE Elements

...

Code Block
<<VOIP CONFIG FILE>>
  
<CALL FEATURE MODULE>
--Alert Info Ring--:
Alert1 Text               :
Alert1 Ring Type          :Type 1
<<END OF FILE>>

Option

Values

Description

Text

String

Sets the Alert-Info string to be matched for this alert.

Ring Type

Type 1
Type 2
Type 3
Type 4
Type 5
Type 6
Type 7
Type 8
Type 9 

Sets the ringing tone type to apply to this alert.

PHONE FEATURE MODULE Elements

...

Code Block
<<VOIP CONFIG FILE>>
  
<CTI CONFIG MODULE>
--CTI AT Config--  :
At Enabled         :0
At Server          :
<<END OF FILE>>

Option

Values

Description

At Enabled

n/a

Used during manufacturing testing. Not user controllable.

At Server

n/a

Used during manufacture testing. Not user controllable.

MCAST CFG MODULE Elements

...

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

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.

TR069 CONFIG MODULE Elements

...

Code Block
<<VOIP CONFIG FILE>>
  
<AUTOUPDATE CONFIG MODULE>
--Net Option--     :
DHCP Option        :66
DHCPv6 Option      :0
Dhcp Option 120    :0
<<END OF FILE>>

Option

Values

Description

DHCP Option

Integer, Defaults to 66

Sets the type of DHCP Option to respond to for provisioning URL as follows:

Disabled - 0
Option 43 - 43
Option 66 - 66
Custom - 128-254 

DHCPv6 Option

Integer, Defaults to 0

Currently unused

Dhcp Option 120

Boolean, Defaults to 0

If enabled, the phone will retrieve the SIP server address using DHCP Option 120. Defaults to 0.

OTA CONFIG MODULE Elements

...