Description

Provisioning template for Polycom’s SoundPoint VVX phones.

Models:

VVX 101, VVX 201

VVX 300, VVX 310, VVX 301, VVX 311

VVX 400, VVX 410, VVX 401, VVX 411

VVX 500, VVX 501

VVX 600, VVX 601, VVX D60, VVX 1500

Intended Audience

Admin, Reseller, Client

Reference

File pattern: %%mac%%-reg.cfg

Template

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<CONFIG>
<reginfo>
    <reg
    reg.1.lineKeys="2"
    %%plcm_reg_line%%
    />
    <msg>
      <msg.mwi
         %%plcm_mwi%%
      >
      </msg.mwi>
    </msg>
    <attendant attendant.reg="1" attendant.ringType="ringer1" attendant.uri="">
        %%plcm_blf%%
    </attendant>
    <language lcl.ml.lang="English_United_States">
    </language>   
</reginfo>
<voip
    voIpProt.SIP.outboundProxy.address="%%sip_server_address%%"
    voIpProt.SIP.outboundProxy.port="%%sip_port%%"
    voIpProt.SIP.outboundProxy.transport="UDPOnly"
></voip>
</CONFIG>