Description
Provisioning templates for Polycom’s SoundPoint IP and SoundStation IP desk phones.
Models:
- IP301, IP320, IP330, IP321, IP331, IP335
- IP430, IP450
- IP501, IP550, IP560
- IP600, IP601, IP650, IP670
- IP4000, IP5000, IP6000, IP7000
Intended Audience
Reference
File pattern: %%mac%%-reg.cfg
This template is provided as a baseline – verify that it applies to your environment and that it suits your configuration needs before using it.
Template
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | <?xml version= "1.0" encoding= "UTF-8" standalone= "yes" ?> <reginfo> <reg reg.1.lineKeys= "2" reg.1.label= "%%username%%" reg.1.displayName= "%%username%%" reg.1.address= "%%username%%" reg.1.label= "%%username%%" reg.1.auth.userId= "%%username%%@%%realm%%" reg.1.auth.domain= "%%realm%%" reg.1.auth.password= "%%password%%" reg.1.lineKeys= "1" reg.1.server.1.address= "%%realm%%" /> <msg> <msg.mwi msg.mwi.1.subscribe= "%%username%%@%%realm%%" msg.mwi.1.callBackMode= "contact" msg.mwi.1.callBack= "*97" > < /msg .mwi> < /msg > <attendant attendant.reg= "1" attendant.ringType= "ringer1" attendant.uri= "" > <attendant.resourceList>< /attendant .resourceList> < /attendant > device.sntp.serverName. set = "1" device.sntp.serverName= "north-america.pool.ntp.org" device.sntp.gmtOffset. set = "1" device.sntp.gmtOffset= "-18000" <language lcl.ml.lang= "English_United_States" > < /language > <voip voIpProt.SIP.outboundProxy.address= "%%sip_server_address%%" voIpProt.SIP.outboundProxy.port= "%%sip_port%%" voIpProt.SIP.outboundProxy.transport= "UDPOnly" >< /voip > < /reginfo > |