Grandstream Networks GXV3140 IP Phone User Manual


 
Grandstream Networks, Inc. XML Based GUI Configuration Guide Page 10 of 26
www.grandstream.com Last Updated: 03/2010
This allows users to configure Accounts using the specified configuration file (e.g. acct.xml). This includes
configuring the following: Account SIP server, SIP user ID, Authenticate ID, Authenticate password etc
It also defines settings such as whether the account is active, hiding the account or reordering the
accounts.
Refer to the account configuration file (acc.xml) below:
<acct-config>
<account lock="1" hide="0">
<index>1</index>
<active>1</active>
<pos>1</pos>
<name>Account 2</name>
<server>192.168.1.20</server>
<outbound-proxy></outbound-proxy>
<auth-id>9090</auth-id>
<auth-pwd>9090</auth-pwd>
<user-id>9090</user-id>
<display-name>9090</display-name>
</account>
<account lock="1" hide="0">
<index>2</index>
<active>1</active>
<pos>2</pos>
<name>Account 1</name>
<server>192.168.1.20</server>
<outbound-proxy></outbound-proxy>
<auth-id>8080</auth-id>
<auth-pwd>8080</auth-pwd>
<user-id>8080</user-id>
<display-name>8080</display-name>
</account>
<account lock="1" hide="0">
<index>3</index>
<active>1</active>
<pos>3</pos>
<name>Account 3</name>
<server>192.168.1.20</server>
<outbound-proxy></outbound-proxy>
<auth-id>7070</auth-id>
<auth-pwd>7070</auth-pwd>
<user-id>7070</user-id>
<display-name>7070</display-name>
</account>
</acct-config>
The various elements and attributes are described below:
<acct-config>: Account configuration element
<account>: Account element, has the following attributes: lock and hide.
lock: Valid values are 0 or 1. 1- Account settings are locked and cannot be changed by the
user, 0- Account settings are not locked and can be changed by the user.
hide: Valid values are 0 or 1. Currently, this is the same as the lock attribute.
<index>: Actual account index, where the accounts has not been re-ordered. Valid values are from
1~3.