Description

Generic template for Grandstream devices (it may not work on all devices).

Intended Audience

Admin, Reseller, Client

Reference

File pattern: cfg%%mac%%.xml

Template

GXP17XX / GXP21XX

<?xml version="1.0" encoding="UTF-8" ?>
<gs_provision version="1">
<mac>%%mac%%</mac>
<config version="1">
<P2>159357</P2>
<P31>1</P31>
<P33>*97</P33>
<P34>%%password%%</P34>
<P35>%%username%%</P35>
<P36>%%username%%@%%realm%%</P36>
<P3>%%clid_external%%</P3>
<P47>%%realm%%</P47>
<P48>%%outbound_proxy_ip%%</P48>
<P99>1</P99>
<P103>1</P103>
<P270>%%username%%</P270>
<P271>1</P271>
<P298>1</P298>
<P1362>fr</P1362> <!-- lang -->
<P81>1</P81> <!-- unregister on reboot -->
<P4428>1</P4428> <!-- remote reboot without auth -->
<P122>1</P122> <!-- format 24h -->
<P1379>c</P1379> <!-- temperature en celcius -->
 
 
    <!-- Set all MPK to 0 (speed dial) as default. -->
    <!-- this will be overridden if there is a button set -->
    <!-- If this is not done, you cannot remove a button -->
    <P323>0</P323>
    <P324>0</P324>
    <P325>0</P325>
    <P326>0</P326>
    <P327>0</P327>
    <P328>0</P328>
    <P329>0</P329>
    <P353>0</P353>
 
 
    <!-- Disable account 2 -->
    <P401>0</P401>
    <!-- Disable account 3 -->
    <P501>0</P501>
    <!-- Disable account 4 -->
    <P601>0</P601>
    <!-- Disable account 5 -->
    <P1701>0</P1701>
    <!-- Disable account 6 -->
    <P1801>0</P1801>
 
    <!-- Primary and Secondary lines -->
    %%gs_reg_lines%%
    <!-- :::: lines end :::: -->
 
    <!-- Multi-Purpose Keys -->
    %%gs_mpks%%
    <!-- :::: MPKs end :::: -->
 
    <!-- custom user template -->
    %%user_custom%%
    <!-- :::: custom user template end :::: -->
</config>
</gs_provision>