If you want to include some additional UAD configuration for your phone, add desired parameters to User Agent General Auto Provisioning Template filed in Settings -> UAD -> () menu, or add them directly to the extension in UAD Auto Provisioning Template section.
In the next sections you can see examples of additional UAD configuration for setting up static IP address for different UADs.
If you want to change the IP address of your Yealink phone using additional UAD configuration you should add these fileds in Settings -> UAD -> Yealink menu, or add them directly to the extension in UAD Auto Provisioning Template section:
Example: IP address: 192.168.1.10; Subnet mask: 255.255.255.0; Default gateway: 192.168.1.1; Primary DNS: 8.8.8.8
network.internet_port.type = 2
network.internet_port.ip = 192.168.1.10
network.internet_port.mask = 255.255.255.0
network.internet_port.gateway = 192.168.1.1
network.static_dns_enable = 1
network.primary_dns = 8.8.8.8
If you have done everything as described above, additional parameteres will be sent to the phone with default configuration.
For the complete list of all parameters please visit official Yealink support page.
If you want to change the IP address of your Polycom phone using additional UAD configuration you should add these fields in Settings -> UAD -> Polycom menu, or add them directly to the extension in UAD Auto Provisioning Template section:
Example: IP address: 192.168.1.10; Subnet mask: 255.255.255.0; Default gateway: 192.168.1.1; Primary DNS: 8.8.8.8
<polycomConfig>
<device device.set="1"
device.dhcp.enabled.set="1"
device.dhcp.enabled="0"
device.net.enabled.set="1"
device.net.enabled="1"
device.net.ipAddress.set="1"
device.net.ipAddress="192.168.1.10"
device.net.subnetMask.set="1"
device.net.subnetMask="255.255.255.0"
device.net.IPgateway.set="1"
device.net.IPgateway="192.168.1.1"
device.dns.serverAddress="8.8.8.8" />
</polycomConfig>
Note: All the parameters for the Polycom phone's additional configuration must be put between these two tags:
<polycomConfig>
</polycomConfig>
If you have done everything as described above, additional parameteres will be sent to the phone with default configuration.
For the complete list of all parameters please visit official Polycom support page.
If you want to change the IP address of your Poly CCX, Edge E, Trio or VVX phone using additional UAD configuration you should add these fields in Settings -> UAD -> Poly menu, or add them directly to the extension in UAD Auto Provisioning Template section :
Example: IP address: 192.168.1.10; Subnet mask: 255.255.255.0; Default gateway: 192.168.1.1; Primary DNS: 8.8.8.8
<polycomConfig>
<device device.set="1"
device.dhcp.enabled.set="1"
device.dhcp.enabled="0"
device.net.enabled.set="1"
device.net.enabled="1"
device.net.ipAddress.set="1"
device.net.ipAddress="192.168.1.10"
device.net.subnetMask.set="1"
device.net.subnetMask="255.255.255.0"
device.net.IPgateway.set="1"
device.net.IPgateway="192.168.1.1"
device.dns.serverAddress="8.8.8.8" />
</polycomConfig>
Note: All the parameters for the Poly phone's additional configuration must be put between these two tags:
<polycomConfig>
</polycomConfig>
If you have done everything as described above, additional parameteres will be sent to the phone with default configuration.
If you want to change the IP address of your Poly Edge B20/30 phone using additional UAD configuration you should add these fields in Settings -> UAD -> Poly menu, or add them directly to the extension in UAD Auto Provisioning Template section :
Example: IP address: 192.168.1.10; Subnet mask: 255.255.255.0; Default gateway: 192.168.1.1; Primary DNS: 8.8.8.8
<ParameterList>
<Object>
<Name>DeviceInfo.WAN.</Name>
<ParameterValueStruct>
<Name>AddressingType</Name>
<Value>Static</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>IPAddress</Name>
<Value>192.168.1.10</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>SubnetMask</Name>
<Value>255.255.255.0</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>DefaultGateway</Name>
<Value>192.168.1.1</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>DNSServer1</Name>
<Value>8.8.8.8</Value>
</ParameterValueStruct>
</Object>
</ParameterList>
Note: All the parameters for the Poly phone's additional configuration must be put between these two tags:
<ParameterList>
</ParameterList>
If you have done everything as described above, additional parameteres will be sent to the phone with default configuration.
For the complete list of all parameters please visit official Poly support page.
If you want to change the IP address of your Htek phone using additional UAD configuration you should add these fields in Settings -> UAD -> Htek menu, or add them directly to the extension in UAD Auto Provisioning Template section:
Example: IP address: 192.168.1.10; Subnet mask: 255.255.255.0; Default gateway: 192.168.1.1; Primary DNS: 8.8.8.8
P8=1
P9=192
P10=168
P11=1
P12=10
P13=255
P14=255
P15=255
P16=0
P17=192
P18=168
P19=1
P20=1
P21=8
P22=8
P23=8
P24=8
If you have done everything as described above, additional parameteres will be sent to the phone with default configuration.
For the complete list of all parameters please visit official Htek support page.
If you want to change the IP address of your Grandstream phone using additional UAD configuration you should add these fields in Settings -> UAD -> Grandstream menu, or add them directly to the extension in UAD Auto Provisioning Template section:
Example: IP address: 192.168.1.10; Subnet mask: 255.255.255.0; Default gateway: 192.168.1.1; Primary DNS: 8.8.8.8
P8=1
P9=192
P10=168
P11=1
P12=10
P13=255
P14=255
P15=255
P16=0
P17=192
P18=168
P19=1
P20=1
P21=8
P22=8
P23=8
P24=8
If you have done everything as described above, additional parameteres will be sent to the phone with default configuration.
For the complete list of all parameters please visit official Grandstream support page.
If you want to change the IP address of your Cisco phone using additional UAD configuration you should add these fields in Settings -> UAD -> Cisco menu, or add them directly to the extension in UAD Auto Provisioning Template section:
Example: IP address: 192.168.1.10; Subnet mask: 255.255.255.0; Default gateway: 192.168.1.1; Primary DNS: 8.8.8.8
<flat-profile>
<Connection_Type ua="na">Static IP</Connection_Type>
<Static_IP ua="na">192.168.1.10</Static_IP>
<NetMask ua="na">255.255.255.0</NetMask>
<Gateway ua="na">192.168.1.1</Gateway>
<Primary_DNS ua="na">8.8.8.8</Primary_DNS>
</flat-profile>
Note: All the parameters for the Cisco phone additional configuration must be put between these two tags:
<flat-profile>
</flat-profile>
If you have done everything as described above, additional parameteres will be sent to the phone with default configuration.
For the complete list of all parameters please visit official Cisco support page.
If you want to change the IP address of your Fanvil phone using additional UAD configuration you should add these fields in Settings -> UAD -> Fanvil menu, or add them directly to the extension in UAD Auto Provisioning Template section:
Example: IP address: 192.168.1.10; Subnet mask: 255.255.255.0; Default gateway: 192.168.1.1; Primary DNS: 8.8.8.8
<GLOBAL CONFIG MODULE>
WAN Mode :STATIC
WAN IP :192.168.1.10
WAN Subnet Mask :255.255.255.0
WAN Gateway :192.168.1.1
Primary DNS :8.8.8.8
Enable DHCP :0
If you have done everything as described above, additional parameteres will be sent to the phone with default configuration.
For the complete list of all parameters please visit official Fanvil support page.
If you want to change the IP address of your VTech phone using additional UAD configuration you should add these fields in Settings -> UAD -> VTech menu, or add them directly to the extension in UAD Auto Provisioning Template section:
Example: IP address: 192.168.1.10; Subnet mask: 255.255.255.0; Default gateway: 192.168.1.1; Primary DNS: 8.8.8.8
dhcp$:off
ip_adr$:192.168.1.10
netmask$:255.255.255.0
gateway$:192.168.1.1
dns_server1$:8.8.8.8
If you have done everything as described above, additional parameteres will be sent to the phone with default configuration.
For the complete list of all parameters please visit official VTech support page.
If you want to change the IP address of your Snom phone using additional UAD configuration you should add these fields in Settings -> UAD -> Snom menu, or add them directly to the extension in UAD Auto Provisioning Template section:
Example: IP address: 192.168.1.10; Subnet mask: 255.255.255.0; Default gateway: 192.168.1.1; Primary DNS: 8.8.8.8
dhcp$:off
ip_adr$:192.168.1.10
netmask$:255.255.255.0
gateway$:192.168.1.1
dns_server1$:8.8.8.8
If you have done everything as described above, additional parameteres will be sent to the phone with default configuration.
If you want to change the IP address of your Snom D810W, Snom D862/D865, Snom D812/D815 or Snom M300/M900 phone using additional UAD configuration, add the following fields under Settings → UAD → Snom, or directly to the extension in the UAD Auto Provisioning Template section:
Example: IP address: 192.168.1.10; Subnet mask: 255.255.255.0; Default gateway: 192.168.1.1; Primary DNS: 8.8.8.8
<settings>
<dhcp>off</dhcp>
<ip_adr>192.168.1.10</ip_adr>
<netmask>255.255.255.0</netmask>
<gateway>192.168.1.1</gateway>
<dns_server1>8.8.8.8</dns_server1>
</settings>
Note: All the parameters for the Snom phone's additional configuration must be put between these two tags:
<settings>
</settings>
If you have done everything as described above, additional parameteres will be sent to the phone with default configuration.
If you want to change the IP address of your Snom HD1xx, HD3xx, HD101, or HM201 phone using additional UAD configuration, add the following fields under Settings → UAD → Snom, or directly to the extension in the UAD Auto Provisioning Template section:
Example: IP address: 192.168.1.10; Subnet mask: 255.255.255.0; Default gateway: 192.168.1.1; Primary DNS: 8.8.8.8
network.ip.mode = static
network.ip.static_ip_addr = 192.168.1.10
network.ip.subnet_mask = 255.255.255.0
network.ip.gateway_addr = 192.168.1.1
network.ip.dns1 = 8.8.8.8
If you have done everything as described above, additional parameteres will be sent to the phone with default configuration.
For the complete list of all parameters please visit official Snom support page.
If you want to change the IP address of your Obihai phone using additional UAD configuration you should add these fields in Settings -> UAD -> Obihai menu, or add them directly to the extension in UAD Auto Provisioning Template section:
Example: IP address: 192.168.1.10; Subnet mask: 255.255.255.0; Default gateway: 192.168.1.1; Primary DNS: 8.8.8.8
<ParameterList>
<Object>
<Name>DeviceInfo.WAN.</Name>
<ParameterValueStruct>
<Name>AddressingType</Name>
<Value>Static</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>IPAddress</Name>
<Value>192.168.1.10</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>SubnetMask</Name>
<Value>255.255.255.0</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>DefaultGateway</Name>
<Value>192.168.1.1</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>DNSServer1</Name>
<Value>8.8.8.8</Value>
</ParameterValueStruct>
</Object>
</ParameterList>
If you have done everything as described above, additional parameteres will be sent to the phone with default configuration.
For the complete list of all parameters please visit official Obihai support page.
If you want to change the IP address of your Mitel phone using additional UAD configuration you should add these fields in Settings -> UAD -> mitel menu, or add them directly to the extension in UAD Auto Provisioning Template section:
Example: IP address: 192.168.1.10; Subnet mask: 255.255.255.0; Default gateway: 192.168.1.1; Primary DNS: 8.8.8.8
dhcp:0
ip:192.168.1.10
subnet mask:255.255.255.0
default gateway:192.168.1.1
dns1:8.8.8.8
If you have done everything as described above, additional parameteres will be sent to the phone with default configuration.
For the complete list of all parameters please visit official Mitel support page.
If you want to change the IP address of your Gigaset phone using additional UAD configuration you should add these fields in Settings -> UAD -> Gigaset menu, or add them directly to the extension in UAD Auto Provisioning Template section:
Example: IP address: 192.168.1.10; Subnet mask: 255.255.255.0; Default gateway: 192.168.1.1; Primary DNS: 8.8.8.8
<settings>
<param name="NET.LAN.IP.DHCP.Enabled" value="0"/>
<param name="NET.IP.IPv4.Address" value="192.168.1.10"/>
<param name="NET.IP.IPv4.SubnetMask" value="255.255.255.0"/>
<param name="NET.IP.IPv4.StandardGateway" value="192.168.1.1"/>
<param name="NET.IP.IPv4.PreferredDNSServer" value="8.8.8.8"/>
</settings>
<Provider>
<SYMB_ITEM ID="BS_IP_Data1.ucB_USE_DHCP" value="0"/>
<SYMB_ITEM ID="BS_IP_Data1.ulI_IP" value="0xC0A8010A"/>
<SYMB_ITEM ID="BS_IP_Data1.ulI_SUBNET_MASK" value="0xFFFFFF00"/>
<SYMB_ITEM ID="BS_IP_Data1.ulI_DEFAULT_ROUTER" value="0xC0A80101"/>
<SYMB_ITEM ID="BS_IP_Data1.ulI_DNS_SERVER_1" value="0x08080808"/>
</Provider>
<provisioning>
<nvm>
<param name="NET.LAN.IP.DHCP.Enabled" value="0"/>
<param name="NET.IP.IPv4.Address" value="192.168.1.10"/>
<param name="NET.IP.IPv4.SubnetMask" value="255.255.255.0"/>
<param name="NET.IP.IPv4.StandardGateway" value="192.168.1.1"/>
<param name="NET.IP.IPv4.PreferredDNSServer" value="8.8.8.8"/>
</nvm>
</provisioning>
<Provider>
<SYMB_ITEM ID="BS_IP_Data.ucB_USE_DHCP" value="0"/>
<SYMB_ITEM ID="BS_IP_Data.ulI_IP" value="0xC0A8010A"/>
<SYMB_ITEM ID="BS_IP_Data.ulI_SUBNET_MASK" value="0xFFFFFF00"/>
<SYMB_ITEM ID="BS_IP_Data.ulI_DEFAULT_ROUTER" value="0xC0A80101"/>
<SYMB_ITEM ID="BS_IP_Data.ulI_DNS_SERVER_1" value="0x08080808"/>
</Provider>
If you have done everything as described above, additional parameteres will be sent to the phone with default configuration.
For the complete list of all parameters please visit official Gigaset support page.
If you want to change the IP address of your Mitel phone using additional UAD configuration you should add these fields in Settings -> UAD -> mitel menu, or add them directly to the extension in UAD Auto Provisioning Template section:
Example: IP address: 192.168.1.10; Subnet mask: 255.255.255.0; Default gateway: 192.168.1.1; Primary DNS: 8.8.8.8
dhcp:0 ip:192.168.1.10
subnet mask:255.255.255.0
default gateway:192.168.1.1
dns1:8.8.8.8
If you have done everything as described above, additional parameteres will be sent to the phone with default configuration.
For the complete list of all parameters please visit official Mitel support page.
If you want to change the IP address of your Flyingvoice phone using additional UAD configuration you should add these fields in Settings -> UAD -> Flyingvoice menu, or add them directly to the extension in UAD Auto Provisioning Template section:
Example: IP address: 192.168.1.10; Subnet mask: 255.255.255.0; Default gateway: 192.168.1.1; Primary DNS: 8.8.8.8
network.internet_port.type=2
network.internet_port.ip=192.168.1.10
network.internet_port.mask=255.255.255.0
network.internet_port.gateway=192.168.1.1
network.primary_dns=8.8.8.8
If you have done everything as described above, additional parameteres will be sent to the phone with default configuration.
For the complete list of all parameters please visit official Flyingvoice support page.
If you want to change the IP address of your Avaya phone using additional UAD configuration you should add these fields in Settings -> UAD -> Avaya menu, or add them directly to the extension in UAD Auto Provisioning Template section :
Example: IP address: 192.168.1.10; Subnet mask: 255.255.255.0; Default gateway: 192.168.1.1; Primary DNS: 8.8.8.8
SET USE_DHCP 0
SET IPADD 192.168.1.10
SET NETMASK 255.255.255.0
SET ROUTERS 192.168.1.1
SET DNSSRVR 8.8.8.8
If you have done everything as described above, additional parameteres will be sent to the phone with default configuration.
For the complete list of all parameters please visit official Avaya support page.
If you want to change the IP address of your CyberData device using additional UAD configuration you should add these fields in **Settings -> UAD -> CyberData** menu, or add them directly to the extension in **UAD Auto Provisioning Template** section:
Example: IP address: 192.168.1.10; Subnet mask: 255.255.255.0; Default gateway: 192.168.1.1; Primary DNS: 8.8.8.8
<specific>
<NetworkSettings>
<use_dhcp>0</use_dhcp>
<ip_addr>192.168.1.10</ip_addr>
<subnet_mask>255.255.255.0</subnet_mask>
<gw_addr>192.168.1.1</gw_addr>
<dns1_addr>8.8.8.8</dns1_addr>
</NetworkSettings>
</specific>
If you have done everything as described above, additional parameteres will be sent to the device with default configuration.
For the complete list of all parameters please visit official CyberData support page.
If you want to change the IP address of your Algo device using additional UAD configuration you should add these fields in **Settings -> UAD -> Algo** menu, or add them directly to the extension in **UAD Auto Provisioning Template** section:
Example: IP address: 192.168.1.10; Subnet mask: 255.255.255.0 (/24); Default gateway: 192.168.1.1; Primary DNS: 8.8.8.8
net.ipv4.method = static
net.ipv4.address = 192.168.1.10/24
net.ipv4.gateway = 192.168.1.1
net.dns = 8.8.8.8
If you have done everything as described above, additional parameteres will be sent to the device with default configuration.
For the complete list of all parameters please visit official Algo support page.