The Soundpoint IP Series is a more mature series. The IP335 and IP550 are the most popular phones in this series.

Size: px
Start display at page:

Download "The Soundpoint IP Series is a more mature series. The IP335 and IP550 are the most popular phones in this series."

Transcription

1 Polycom Overview of Polycom's Phones Polycom makes a very popular series of SIP phones that work with Asterisk and FreePBX. The VVX Business Media Phones are the latest models. The VVX300 is an inexpensive fully featured phone. The VVX400 is a mid-line version with more buttons and a color screen. Both phones can have additional buttons using the VVX Expansion Module or the VVX Color Expansion Module. The Soundpoint IP Series is a more mature series. The IP335 and IP550 are the most popular phones in this series. Using a Polycom Phone with FreePBX/Asterisk To use a Polycom phone with FreePBX, you must set-up an Extension in FreePBX using the Extensions Module Module. When you do so, you will select an extension number and password which the phone will use to register to your FreePBX system. Next you must configure the Polycom phone to connect to your FreePBX system. Configuring a Polycom Phone using the web interface The easiest way to configure a single Polycom phone is to connect to the phone using it's web interface. When you connect a Polycom phone to your network and power it up, it will obtain an IP address from your DHCP Server (in most cases, your router). To find out the IP address, hit Home/Settings/Status/Network/TCPIP Parameters on your phone. Using a web browser, type in the IP address. You will be asked to select between admin and user, and for a password. The default admin password is 456. The default user password is 123. Select "admin" and enter the admin password. Click Settings and then SIP at the top of the page. Then click Lines on the left side of the page. Click on the + to the left of Identification, Authentication, Server 1, and Message Center to expand those areas. Change the following entries. These instructions assume that you are configuring extension 100 to connect to FreePBX running on Identification: Address: 100 Label: Number of Line Keys: 2 Calls Per Line: 10 Authentication: User ID: 100 Password: extensionpassword Server 1: Special Interop: Standard

2 Address: Port: 0 Expires: 300 Register: Yes Message Center: Subscription Address: Extension# Callback Mode: Contact Callback Contact: *98100 Then click " Save" at the bottom. Now, click Preferences and then Additional Preferences at the top of the page. Click on the + to the left of Auto Answer to expand those areas. Auto Answer SIP Calls: Disable Ring Class: Ring Auto Answer Then click " Save" at the bottom. Configuring a Polycom Phone to download configuration files If you want to make advanced configuration changes or configure a large number of phones, you may find it easier to configure the phones either using the EndPoint Manager Module (a commercial module available for purchase from FreePBX) or by creating your own configuration files in the /tftpboot directory of your FreePBX. When a Polycom phone first boots up, it will query your DHCP server for an IP address to use. It will also ask your DHCP server if it supports "Option 66." If your DHCP Server does, the Polycom phone will obtain the information set in Option 66 and use it to attempt to download a configuration file from the source designated. In most cases, you'll want to configure your DHCP Server to supply the following: tftp:// Note: Replace with the IP address of your FreePBX machine. Now, reboot each of your phones and during boot stage, they should obtain an IP address and automatically configure themselves to download configuration data from the configuration files. If your router does not support DHCP Option 66, then you'll need to manually configure each Polycom to download the configuration files from you FreePBX install. Follow the instructions above to gain access to the web interface and then click on Settings, Provisioning Server. In the Provisioning Server page, make the following changes: Server Type: TFTP Server Address: Note: Replace with the IP address of your FreePBX machine. Now click "Save" at the bottom. Creating Configuration Files Most distros that include FreePBX and Asterisk (including the FreePBX Distro) includes a TFTP server that will respond to TFTP requests by supplying files contained in the /tftpboot folder. When a Polycom phone attempts to download configuration files, it looks for one file: cfg That file contains information telling the phone where to look for other configuration related files. Typically, that file will be configured to cause the phone to look for generic file used by all phones, a phone specific file, and a directory file.

3 In the sample configuration files listed below, the phones will look for the following files: polycom.cfg macaddress-ph.cfg macaddress-directory.xml (where macaddress is the MAC address of the phone in LOWER case, such as 00085d2cffff.cfg). These files are HTML files that contain configuration parameters that are used to configure the phones. You can place any configuration parameter into either polycom.cfg or the macaddress-ph.cfg file. Parameters contained in polycom.cfg will be loaded by every phone, while parameters in macaddress-ph.cfg will be loaded only by the phone that has that particular mac address. If a parameter is duplicated in both files, the parameter in the macaddress-ph.cfg file will control. Changes made using the phone interface will control over any configuration file parameter, until the phone is reset. A phone will not load any configuration parameters unless it finds the cfg file. To create the configuration files, login to your PBX's command prompt and type the following: cd /tftpboot nano polycom.cfg Now insert whatever information you want to appear in the configuration file, and then hit CTRL-X and then Y to save and exit. Repeat the above commands with the macaddress-ph.cfg in place of polycom.cfg in order to create a phone specific configuration file. Create configuration files from the web interface You can create a configuration file (or find the proper value for a particular configuration entry) from the web interface. Start by configuring your Polycom phone from the web interface. When you're done, click on "**". Scroll down to "**," and then click the "**". This will download a file to your computer called ** with all the entries that you configured using the web interface. Sample Configuration Files cfg

4 <?xml version="1.0" standalone="yes"? Default Master SIP Configuration File For information on configuring Polycom VoIP phones please refer to the Configuration File Management white paper available from: /configuration_file_management_on_soundpoint_ip_phones.pdf $RCSfile$ $Revision: $ <APPLICATION APP_FILE_PATH="sip.ld" CONFIG_FILES="[PHONE_MAC_ADDRESS]-ph. cfg,polycom.cfg" MISC_FILES="" LOG_FILE_DIRECTORY="" OVERRIDES_DIRECTORY="" CONTACTS_DIRECTORY="" LICENSE_DIRECTORY="" USER_PROFILES_DIRECTORY="" CALL_LISTS_DIRECTORY="" <APPLICATION_SPIP300 APP_FILE_PATH_SPIP300="sip_213.ld" CONFIG_FILES_SPIP300="phone1_213.cfg, sip_213.cfg"/ <APPLICATION_SPIP500 APP_FILE_PATH_SPIP500="sip_213.ld" CONFIG_FILES_SPIP500="phone1_213.cfg, sip_213.cfg"/ <APPLICATION_SPIP301 APP_FILE_PATH_SPIP301="sip_318.ld" CONFIG_FILES_SPIP301="phone1_318.cfg, sip_318.cfg"/ <APPLICATION_SPIP320 APP_FILE_PATH_SPIP320="sip_334.ld" CONFIG_FILES_SPIP320=""/ <APPLICATION_SPIP330 APP_FILE_PATH_SPIP330="sip_334.ld" CONFIG_FILES_SPIP330=""/ <APPLICATION_SPIP430 APP_FILE_PATH_SPIP430="sip_327.ld" CONFIG_FILES_SPIP430="phone1_327.cfg, sip_327.cfg"/ <APPLICATION_SPIP501 APP_FILE_PATH_SPIP501="sip_318.ld" CONFIG_FILES_SPIP501="phone1_318.cfg, sip_318.cfg"/ <APPLICATION_SPIP600 APP_FILE_PATH_SPIP600="sip_318.ld" CONFIG_FILES_SPIP600="phone1_318.cfg, sip_318.cfg"/ <APPLICATION_SPIP601 APP_FILE_PATH_SPIP601="sip_318.ld" CONFIG_FILES_SPIP601="phone1_318.cfg, sip_318.cfg"/ <APPLICATION_SPIP670 APP_FILE_PATH_SPIP670="sip_403.ld" CONFIG_FILES_SPIP670=""/ <APPLICATION_SSIP4000 APP_FILE_PATH_SSIP4000="sip_318.ld" CONFIG_FILES_SSIP4000="phone1_318.cfg, sip_318.cfg"/ <APPLICATION_SSIP7000 APP_FILE_PATH_SSIP7000="sip_403.ld" CONFIG_FILES_SSIP7000=""/ </APPLICATION polycom.cfg <polycomconfig xmlns:xsi=" xsi: nonamespaceschemalocation="polycomconfig.xsd" This is a comment. Anything that appears between the arrows like this will be ignored by the phone. The phone will load configuration changes when you reboot.

5 These lines enable you to set the Admin and User Passwords in the configuration files <device device.set="1" </device <device.auth.localadminpassword device.auth.localadminpassword.set="1" </device.auth.localadminpassword <device.auth.localuserpassword device.auth.localuserpassword.set="1" </device.auth.localuserpassword These lines set the Admin Password to and the user password to <device.auth device.auth.localadminpassword="12345" device.auth.localuserpassword="4321" </device.auth These lines set the dialplan to what is typical for North America. <dialplan dialplan.digitmap="[2-9]11 0T 011xxx.T 1[2-9]xxxxxxxxx [2-9]xxxxxxxxx [2-9] xt *x.t" </dialplan <dialplan.digitmap dialplan.digitmap.timeout=" " </dialplan.digitmap These lines allow the phone to get the time and date via ntp Change gmtoffset to match your location (in seconds) <tcpipapp.sntp

6 tcpipapp.sntp.address="pool.ntp.org" tcpipapp.sntp.gmtoffset="-28800" tcpipapp.sntp.resyncperiod="86400" </tcpipapp.sntp These lines tell the phone NOT to get the time and date via DHCP <tcpipapp.sntp.address tcpipapp.sntp.address.overridedhcp="1" </tcpipapp.sntp.address Various call options For Directed Call Pickup to work, notifycid=yes must be added to the end of the Asteisk SIP Settings Module. <call call.dialtonetimeout="60" call.directedcallpickupmethod="legacy" call.directedcallpickupstring="**" call.enableonnotregistered="1" call.lastcallreturnstring="*69" call.localconferencecallhold="1" call.localconferenceenabled="1" call.offeringtimeout="60" call.parkedcallretrievemethod="" call.parkedcallretrievestring="" call.rejectbusyondnd="1" call.ringbacktimeout="120" call.singlekeypressconference="0" call.stickyautolineseize="1" call.transferonconferenceend="1" call.urlmodedialing="0" </call <feature.urldialing feature.urldialing.enabled="0" </feature.urldialing <call.transfer call.transfer.blindpreferred="1" </call.transfer <call.callwaiting call.callwaiting.enable="1" call.callwaiting.ring="beep" </call.callwaiting

7 <up up.simplifiedsipcallinfo="1" </up Log and notify of missed calls on each registration <call.missedcalltracking call.missedcalltracking.1.enabled="1" call.missedcalltracking.2.enabled="1" </call.missedcalltracking Add missed calls that are picked up by other extensions to the received calls list. Change "1" to "0" if you prefer no logging of such calls. Leave 1 as is and change "200" to "" if you prefer that such calls show up as missed calls. <call.advancedmissedcalls call.advancedmissedcalls.addtoreceivedlist="1" call.advancedmissedcalls.reasoncodes="200" </call.advancedmissedcalls Reminders about calls left on hold <call.hold.localreminder call.hold.localreminder.enabled="1" call.hold.localreminder.period="30" call.hold.localreminder.startdelay="30" </call.hold.localreminder Sets QOS to current standards <qos.ip.rtp qos.ip.rtp.dscp="46" </qos.ip.rtp <qos.ip.callcontrol qos.ip.callcontrol.dscp="24"

8 </qos.ip.callcontrol Enable Powersaving mode (display goes off completely when phone not used) <powersaving powersaving.enable="1" </powersaving Sets powersaving timeouts (in minutes) <powersaving.idletimeout powersaving.idletimeout.offhours="1" powersaving.idletimeout.officehours="120" powersaving.idletimeout.userinputextension="1" </powersaving.idletimeout Sets starting hour (8:00 a.m.) and number of hours after start hour that constitute office hours <powersaving.officehours powersaving.officehours.starthour.monday="8" powersaving.officehours.duration.monday="9" powersaving.officehours.starthour.tuesday="8" powersaving.officehours.duration.tuesday="9" powersaving.officehours.starthour.wednesday="8" powersaving.officehours.duration.wednesday="9" powersaving.officehours.starthour.thursday="8" powersaving.officehours.duration.thursday="9" powersaving.officehours.starthour.friday="8" powersaving.officehours.duration.friday="9" powersaving.officehours.starthour.saturday="8" powersaving.officehours.duration.saturday="0" powersaving.officehours.starthour.sunday="8" powersaving.officehours.duration.sunday="0" </powersaving.officehours Delete the section below if you want the light to blink while the phone is in power saving mode

9 <ind.pattern.powersaving.step ind.pattern.powersaving.step.1.state.vvx300="0" ind.pattern.powersaving.step.1.state.vvx310="0" ind.pattern.powersaving.step.1.state.vvx400="0" ind.pattern.powersaving.step.1.state.vvx410="0" ind.pattern.powersaving.step.1.state.vvx500="0" ind.pattern.powersaving.step.1.state.vvx600="0" </ind.pattern.powersaving.step Enables auto answer for Intercom Calls on Asterisk Set class to "ringautoanswer" for longer beep and "autoanswer" for shorter beep <voipprot.sip.alertinfo voipprot.sip.alertinfo.18.class="autoanswer" voipprot.sip.alertinfo.18.value="auto Answer" </voipprot.sip.alertinfo <se.rt.ringautoanswer se.rt.ringautoanswer.callwait="callwaiting" se.rt.ringautoanswer.micmute="0" se.rt.ringautoanswer.name="ring Answer" se.rt.ringautoanswer.ringer="ringer2" se.rt.ringautoanswer.timeout="500" se.rt.ringautoanswer.type="ring-answer" </se.rt.ringautoanswer <se.rt.autoanswer se.rt.autoanswer.callwait="ringer2" se.rt.autoanswer.micmute="0" se.rt.autoanswer.name="auto Answer" se.rt.autoanswer.ringer="ringer2" se.rt.autoanswer.timeout="2000" se.rt.autoanswer.type="answer" </se.rt.autoanswer Enables setting ringer using Alert-Info <Bellcore-dr1, <Bellcore-dr2, and <Bellcore-dr3 <ringer1 to <ringer9 and <ringera to <ringere For some reason <ringer10 to <ringer14 did not work, so they are RingerA to RingerE. ringer1- silent ringer2- single ring, low pitch (default) ringer3- double ring, low pitch ringer4- single ring, medium pitch ringer5- double ring, medium pitch ringer6- single ring, high pitch

10 ringer7- double ring, high pitch ringer8- single ring, highest pitch ringer9- double ring, highest pitch ringera- double ring, medium (but not warbling) ringerb- triple ring, medium and high pitch ringerc- double ring, sounds like you're making an outgoing call on speakerphone ringerd- long ring, low pitch ringere- Sounds like you're making a call, but only half a ring and then stops Bellcore-dr1- ringer2 Bellcore-dr2- ringer3 Bellcore-dr3- ringerb <voipprot.sip.alertinfo voipprot.sip.alertinfo.1.class="custom1" voipprot.sip.alertinfo.1.value="ringer1" voipprot.sip.alertinfo.2.class="custom2" voipprot.sip.alertinfo.2.value="ringer2" voipprot.sip.alertinfo.3.class="custom3" voipprot.sip.alertinfo.3.value="ringer3" voipprot.sip.alertinfo.4.class="custom4" voipprot.sip.alertinfo.4.value="ringer4" voipprot.sip.alertinfo.5.class="custom5" voipprot.sip.alertinfo.5.value="ringer5" voipprot.sip.alertinfo.6.class="custom6" voipprot.sip.alertinfo.6.value="ringer6" voipprot.sip.alertinfo.7.class="custom7" voipprot.sip.alertinfo.7.value="ringer7" voipprot.sip.alertinfo.8.class="custom8" voipprot.sip.alertinfo.8.value="ringer8" voipprot.sip.alertinfo.9.class="custom9" voipprot.sip.alertinfo.9.value="ringer9" voipprot.sip.alertinfo.10.class="custom10" voipprot.sip.alertinfo.10.value="ringera" voipprot.sip.alertinfo.11.class="custom11" voipprot.sip.alertinfo.11.value="ringerb" voipprot.sip.alertinfo.12.class="custom12" voipprot.sip.alertinfo.12.value="ringerc" voipprot.sip.alertinfo.13.class="custom13" voipprot.sip.alertinfo.13.value="ringerd" voipprot.sip.alertinfo.14.class="custom14" voipprot.sip.alertinfo.14.value="ringere" voipprot.sip.alertinfo.15.class="custom2" voipprot.sip.alertinfo.15.value="bellcore-dr1" voipprot.sip.alertinfo.16.class="custom3" voipprot.sip.alertinfo.16.value="bellcore-dr2" voipprot.sip.alertinfo.17.class="custom11" voipprot.sip.alertinfo.17.value="bellcore-dr3" </voipprot.sip.alertinfo <se.rt.default

11 se.rt.default.callwait="callwaiting" se.rt.default.micmute="0" se.rt.default.name="default" se.rt.default.ringer="ringer2" se.rt.default.timeout="2000" se.rt.default.type="ring" </se.rt.default <se.rt.custom1 se.rt.custom1.callwait="callwaiting" se.rt.custom1.micmute="0" se.rt.custom1.name="custom1" se.rt.custom1.ringer="ringer1" se.rt.custom1.timeout="2000" se.rt.custom1.type="ring" </se.rt.custom1 <se.rt.custom2 se.rt.custom2.callwait="callwaiting" se.rt.custom2.micmute="0" se.rt.custom2.name="custom2" se.rt.custom2.ringer="ringer2" se.rt.custom2.timeout="2000" se.rt.custom2.type="ring" </se.rt.custom2 <se.rt.custom3 se.rt.custom3.callwait="callwaiting" se.rt.custom3.micmute="0" se.rt.custom3.name="custom3" se.rt.custom3.ringer="ringer3" se.rt.custom3.timeout="2000" se.rt.custom3.type="ring" </se.rt.custom3 <se.rt.custom4 se.rt.custom4.callwait="callwaiting" se.rt.custom4.micmute="0" se.rt.custom4.name="custom4" se.rt.custom4.ringer="ringer4" se.rt.custom4.timeout="2000" se.rt.custom4.type="ring" </se.rt.custom4 <se.rt.custom5 se.rt.custom5.callwait="callwaiting" se.rt.custom5.micmute="0" se.rt.custom5.name="custom5" se.rt.custom5.ringer="ringer5" se.rt.custom5.timeout="2000" se.rt.custom5.type="ring" </se.rt.custom5

12 <se.rt.custom6 se.rt.custom6.callwait="callwaiting" se.rt.custom6.micmute="0" se.rt.custom6.name="custom6" se.rt.custom6.ringer="ringer6" se.rt.custom6.timeout="2000" se.rt.custom6.type="ring" </se.rt.custom6 <se.rt.custom7 se.rt.custom7.callwait="callwaiting" se.rt.custom7.micmute="0" se.rt.custom7.name="custom7" se.rt.custom7.ringer="ringer7" se.rt.custom7.timeout="2000" se.rt.custom7.type="ring" </se.rt.custom7 <se.rt.custom8 se.rt.custom8.callwait="callwaiting" se.rt.custom8.micmute="0" se.rt.custom8.name="custom8" se.rt.custom8.ringer="ringer8" se.rt.custom8.timeout="2000" se.rt.custom8.type="ring" </se.rt.custom8 <se.rt.custom9 se.rt.custom9.callwait="callwaiting" se.rt.custom9.micmute="0" se.rt.custom9.name="custom9" se.rt.custom9.ringer="ringer9" se.rt.custom9.timeout="2000" se.rt.custom9.type="ring" </se.rt.custom9 <se.rt.custom10 se.rt.custom10.callwait="callwaiting" se.rt.custom10.micmute="0" se.rt.custom10.name="custom10" se.rt.custom10.ringer="ringer10" se.rt.custom10.timeout="2000" se.rt.custom10.type="ring" </se.rt.custom10 <se.rt.custom11 se.rt.custom11.callwait="callwaiting" se.rt.custom11.micmute="0" se.rt.custom11.name="custom11" se.rt.custom11.ringer="ringer11" se.rt.custom11.timeout="2000" se.rt.custom11.type="ring"

13 </se.rt.custom11 <se.rt.custom12 se.rt.custom12.callwait="callwaiting" se.rt.custom12.micmute="0" se.rt.custom12.name="custom12" se.rt.custom12.ringer="ringer12" se.rt.custom12.timeout="2000" se.rt.custom12.type="ring" </se.rt.custom12 <se.rt.custom13 se.rt.custom13.callwait="callwaiting" se.rt.custom13.micmute="0" se.rt.custom13.name="custom13" se.rt.custom13.ringer="ringer13" se.rt.custom13.timeout="2000" se.rt.custom13.type="ring" </se.rt.custom13 <se.rt.custom14 se.rt.custom14.callwait="callwaiting" se.rt.custom14.micmute="0" se.rt.custom14.name="custom14" se.rt.custom14.ringer="ringer14" se.rt.custom14.timeout="2000" se.rt.custom14.type="ring" </se.rt.custom14 </polycomconfig macaddress-ph.cfg <polycomconfig xmlns:xsi=" xsi: nonamespaceschemalocation="polycomconfig.xsd" Registration Options Change to the IP address of your PBX Change 100 to the extension number change password to the actual password used by your extension To set the phone up to use multiple registrations, duplicate the lines below and change "reg.1" to "reg.2" <reg reg.1.server.1.address=" " reg.1.server.1.expires="300" reg.1.address="100" reg.1.auth.password="password" reg.1.auth.userid="100" reg.1.label="x. 100" reg.1.displayname=""

14 reg.1.linekeys="2" reg.1.ringtype="ringer2" </reg Calls per line key <call call.callsperlinekey="8" </call Message Waiting Options Change *98 to match the code used to access voic Change 100 to whatever extension number you are configuring If you set the phone up to use multiple registrations, duplicate the lines below and change "msg.mwi.1" to "msg.mwi.2" <msg.mwi msg.mwi.1.callbackmode="contact" msg.mwi.1.callback="*98100" msg.mwi.1.subscribe="100" </msg.mwi <msg msg.bypassinstantmessage="0" </msg <up up.onetouchvoic ="1" up.mwivisible="0" </up These lines set the Busy Lamp Fields. They will appear immediately after the line buttons. <attendant.resourcelist attendant.resourcelist.1.address="101" attendant.resourcelist.1.calladdress="" attendant.resourcelist.1.label="michelle" attendant.resourcelist.1.proceedingisrecipient="0" attendant.resourcelist.1.type="normal" attendant.resourcelist.2.address="102" attendant.resourcelist.2.calladdress="" attendant.resourcelist.2.label="john" attendant.resourcelist.2.proceedingisrecipient="0" attendant.resourcelist.2.type="normal" attendant.resourcelist.3.address="103" attendant.resourcelist.3.calladdress=""

15 attendant.resourcelist.3.label="dave" attendant.resourcelist.3.proceedingisrecipient="0" attendant.resourcelist.3.type="normal" attendant.resourcelist.4.address="104" attendant.resourcelist.4.calladdress="" attendant.resourcelist.4.label="mike" attendant.resourcelist.4.proceedingisrecipient="0" attendant.resourcelist.4.type="normal" attendant.resourcelist.5.address="105" attendant.resourcelist.5.calladdress="" attendant.resourcelist.5.label="sally" attendant.resourcelist.5.proceedingisrecipient="0" attendant.resourcelist.5.type="normal" attendant.resourcelist.6.address="106" attendant.resourcelist.6.calladdress="" attendant.resourcelist.6.label="lucy" attendant.resourcelist.6.proceedingisrecipient="0" attendant.resourcelist.6.type="normal" attendant.resourcelist.7.address="107" attendant.resourcelist.7.calladdress="" attendant.resourcelist.7.label="abraham" attendant.resourcelist.7.proceedingisrecipient="0" attendant.resourcelist.7.type="normal" attendant.resourcelist.8.address="108" attendant.resourcelist.8.calladdress="" attendant.resourcelist.8.label="rick" attendant.resourcelist.8.proceedingisrecipient="0" attendant.resourcelist.8.type="normal" attendant.resourcelist.9.address="109" attendant.resourcelist.9.calladdress="" attendant.resourcelist.9.label="bill" attendant.resourcelist.9.proceedingisrecipient="0" attendant.resourcelist.9.type="normal" attendant.resourcelist.10.address="110" attendant.resourcelist.10.calladdress="" attendant.resourcelist.10.label="sean" attendant.resourcelist.10.proceedingisrecipient="0" attendant.resourcelist.10.type="normal"

16 </attendant.resourcelist These lines set the Busy Lamp Field Options. ringer14 is a splash. ringer1 is silent. <attendant attendant.reg="1" attendant.ringtype="ringer1" attendant.uri="" </attendant <attendant.behaviors.display.remotecallerid attendant.behaviors.display.remotecallerid.automata="1" attendant.behaviors.display.remotecallerid.normal="1" </attendant.behaviors.display.remotecallerid These lines indicate whether phones monitored via BLF will show the Caller ID when they ring. With these off, you can still obtain the information by pressing and holding the BLF key while it is flashing. <attendant.behaviors.display.spontaneouscallappearances attendant.behaviors.display.spontaneouscallappearances.automata="0" attendant.behaviors.display.spontaneouscallappearances.normal="0" </attendant.behaviors.display.spontaneouscallappearances This enables advanced feature keys, which is necessary in order to customize the softkeys (keys at the bottom) <feature.enhancedfeaturekeys feature.enhancedfeaturekeys.enabled="1" </feature.enhancedfeaturekeys These lines set the custom softkeys. Note: For softkeys, it's easiest if you put them in order of which postion you want, and then set the position (insert=) to 0. Position 0 simply locates the first empty space and puts the key there. All other insert= will put the key in that space, and then push everything else to the right, including

17 empty spaces and other keys that were put in those spaces prior to them. In the first softkey: Change *98 to match the code used to access voic . Change 100 to whatever extension number you are configuring <softkey softkey.1.action="*98100$tinvite$$cwaitconnect$$cpause2$1234#$tdtmf$" softkey.1.enable="1" softkey.1.insert="0" softkey.1.label="voic " softkey.1.precede="0" softkey.1.use.active="0" softkey.1.use.alerting="0" softkey.1.use.dialtone="0" softkey.1.use.hold="0" softkey.1.use.idle="1" softkey.1.use.proceeding="0" softkey.1.use.setup="0" softkey.2.action="140$trefer$" softkey.2.enable="1" softkey.2.insert="0" softkey.2.label="xfer x. 140" softkey.2.precede="0" softkey.2.use.active="0" softkey.2.use.alerting="0" softkey.2.use.dialtone="0" softkey.2.use.hold="0" softkey.2.use.idle="1" softkey.2.use.proceeding="0" softkey.2.use.setup="0" softkey.3.action="*78$tinvite$" softkey.3.enable="1" softkey.3.insert="0" softkey.3.label="pickup" softkey.3.precede="0" softkey.3.use.active="1" softkey.3.use.alerting="0" softkey.3.use.dialtone="1" softkey.3.use.hold="1" softkey.3.use.idle="0" softkey.3.use.proceeding="0" softkey.3.use.setup="0" softkey.4.action="$fdirectories$" softkey.4.enable="1" softkey.4.insert="0" softkey.4.label="directory" softkey.4.precede="0"

18 softkey.4.use.active="1" softkey.4.use.alerting="0" softkey.4.use.dialtone="0" softkey.4.use.hold="1" softkey.4.use.idle="1" softkey.4.use.proceeding="0" softkey.4.use.setup="0" softkey.5.action="*78$tinvite$" softkey.5.enable="1" softkey.5.insert="3" softkey.5.label="pickup" softkey.5.precede="0" softkey.5.use.active="0" softkey.5.use.alerting="0" softkey.5.use.dialtone="0" softkey.5.use.hold="0" softkey.5.use.idle="1" softkey.5.use.proceeding="0" softkey.5.use.setup="0" softkey.6.action="150$trefer$" softkey.6.enable="1" softkey.6.insert="5" softkey.6.label="xfer x. 150" softkey.6.precede="0" softkey.6.use.active="1" softkey.6.use.alerting="0" softkey.6.use.dialtone="0" softkey.6.use.hold="0" softkey.6.use.idle="0" softkey.6.use.proceeding="0" softkey.6.use.setup="0" softkey.7.action="160$trefer$" softkey.7.enable="1" softkey.7.insert="6" softkey.7.label="xfer x. 160" softkey.7.precede="0" softkey.7.use.active="1" softkey.7.use.alerting="0" softkey.7.use.dialtone="0" softkey.7.use.hold="0" softkey.7.use.idle="0" softkey.7.use.proceeding="0" softkey.7.use.setup="0" </softkey These lines enable and disable various default softkeys

19 <softkey.feature softkey.feature.buddies="0" softkey.feature.callers="0" softkey.feature.callers.spip235t="1" softkey.feature.callers.spip321="1" softkey.feature.callers.spip331="1" softkey.feature.callers.spip335="1" softkey.feature.directories="1" softkey.feature.directories.spip235t="1" softkey.feature.directories.spip321="1" softkey.feature.directories.spip331="1" softkey.feature.directories.spip335="1" softkey.feature.endcall="1" softkey.feature.forward="0" softkey.feature.join="1" softkey.feature.mystatus="1" softkey.feature.newcall="0" softkey.feature.split="1" </softkey.feature <softkey.feature.basiccallmanagement softkey.feature.basiccallmanagement.redundant="1" </softkey.feature.basiccallmanagement These lines enable and disable various softkeys that will appear at the bottom of the phone. Note that the Directed Call Pickup Entry does not actually enable or disable the feature, but just the presence of a button for Pickup. BLF keys will perform Directed Call Pickup regardless of how this is set. <feature.presence feature.presence.enabled="0" </feature.presence <feature.directedcallpickup feature.directedcallpickup.enabled="0" </feature.directedcallpickup <feature.lastcallreturn feature.lastcallreturn.enabled="0" </feature.lastcallreturn These lines set the backlight options

20 <up.backlight up.backlight.onintensity="3" up.backlight.timeout="5" up.backlight.idleintensity="0" </up.backlight Is the local directory read only? 0=no, 1=yes. <dir.local dir.local.readonly="0" </dir.local Turn off the message waiting beep. Remove these lines to turn it back on. <se.pat.misc.messagewaiting.inst se.pat.misc.messagewaiting.inst.1.value="0" se.pat.misc.messagewaiting.inst.2.value="0" se.pat.misc.messagewaiting.inst.3.value="0" </se.pat.misc.messagewaiting </polycomconfig macaddress-directory.xml

21 <?xml version="1.0" encoding="utf-8" standalone="yes"? $RCSfile$ $Revision: $ <directory <item_list <item <lnsmith</ln <fnjohn</fn <ct </ct <sd1</sd <rt</rt <ar0</ar <bw0</bw <bb0</bb </item <item <lnsmith</ln <fndavid</fn <ct </ct <sd2</sd <rt</rt <ar0</ar <bw0</bw <bb0</bb </item <item <lnsmith</ln <fnjoseph</fn <ct </ct <sd3</sd <rt</rt <ar0</ar <bw0</bw <bb0</bb </item </item_list </directory Updating the firmware Polycom refers to its firmware as "UC Software." It is distributed in a.zip file that contains the actual firmware file and a set of sample configuration files. The firmware files end in.ld and the configuration files end in.cfg Polycom has a variety of firmware versions (3.x, 4.x, and 5.x). To find which versions of firmware work for which phones, check these links: VVX Phones: Soundpoint IP Phones:

22 Firmware is distributed in a combined version (a single.ld file that supports all of the phones that work with that version) and a split version (a separate.ld file for each supported phone). Generally, you want to use the split version (because they are smaller and will load faster), but the combined version is sometimes required to upgrade from one major version to another (i.e., from version 3 to 4). If you choose the split versions, consult the Administrator's Guide to find the specific file that works with each phone. For example, For the VVX 300: sip.ld For the VVX 310: sip.ld For the VVX 400: sip.ld For the VVX 410: sip.ld Polycom provides firmware files for download here: and here (latest): Firmware updates can be installed by placing the firmware files into the /tftpboot folder, configuring the phones to obtain configuration files from your PBX (see above), and then rebooting the phones. Rebooting the phones To reboot most Polycom phones, pull the power, or enter the menu screen and find the appropriate option. For the VVX3xx/VVX4xx series, you can pick up the handset and then press and hold 0, 1, and 3 at the same until the phone reboots. For other phones, see the Administration Guide for the appropriate reboot combination. For more information Polycom's community forums have a frequently asked questions section that answers many questions regarding the use of Polycom phones: You can find more information about configuration file options in the Polycom Administration Guide for your phone and firmware: For Polycom phones that require paper labels on buttons, you can find a label template in the section for the phone at this link:

1.1 Polycom SoundPoint IP30x, IP320/330, IP430, IP450, IP50x, IP550/560, IP60x, IP650, IP670, IP4000, IP6000, IP7000

1.1 Polycom SoundPoint IP30x, IP320/330, IP430, IP450, IP50x, IP550/560, IP60x, IP650, IP670, IP4000, IP6000, IP7000 1.1 Polycom SoundPoint IP30x, IP320/330, IP430, IP450, IP50x, IP550/560, IP60x, IP650, IP670, IP4000, IP6000, IP7000 1.1.1 Important Notes The IP 560 supports Gigabit Ethernet for both the phone uplink

More information

Polycom Configuration

Polycom Configuration Polycom Configuration Click to expand Table of Contents Configuration File or Web As long as you did not provisioned your phone via the configuration files you can provision it via the WEB; however, the

More information

Application Notes for Spectralink 84-Series Wireless Telephones with Avaya IP Office Server Edition Issue 1.0

Application Notes for Spectralink 84-Series Wireless Telephones with Avaya IP Office Server Edition Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Spectralink 84-Series Wireless Telephones with Avaya IP Office Server Edition 11.0 - Issue 1.0 Abstract These Application Notes describe

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Configuring SIP IP Telephony Using Avaya Converged Communication Server, Avaya Communication Manager, and Polycom SoundPoint IP 500/600 SIP Telephones Issue 1.0

More information

Polycom SoundPoint IP 430

Polycom SoundPoint IP 430 Polycom SoundPoint IP 430 Asterisk Interoperability Report Aaron D. Lee - August 006 1 Polycom SoundPoint IP 430 Asterisk Interoperability Report Asterisk Interoperability Reports describe the certification

More information

AsteriskNow Polycom SoundPoint IP 335 & 550 Provisioning In FreePBX

AsteriskNow Polycom SoundPoint IP 335 & 550 Provisioning In FreePBX AsteriskNow Polycom SoundPoint IP 335 & 550 Provisioning In FreePBX AsteriskNow is a free and powerful turnkey open source PBX system that can be combined with high quality Polycom phones to create an

More information

Polycom SoundPoint IP 301

Polycom SoundPoint IP 301 Polycom SoundPoint IP 301 Asterisk Interoperability Report Aaron D. Lee - August 006 1 Polycom SoundPoint IP 301 Asterisk Interoperability Report Asterisk Interoperability Reports describe the certification

More information

Technical. Configuration Notes. MITEL SIP CoE. Configure the Mitel 3300 ICP for use with the Polycom VVX 1500 business media phone

Technical. Configuration Notes. MITEL SIP CoE. Configure the Mitel 3300 ICP for use with the Polycom VVX 1500 business media phone MITEL SIP CoE Technical Configuration Notes Configure the Mitel 3300 ICP for use with the Polycom VVX 1500 business media phone SIP CoE 09-5159-00050 NOTICE The information contained in this document is

More information

Setting up Polycom VVX phones on the Cloud PBX

Setting up Polycom VVX phones on the Cloud PBX Setting up Polycom VVX phones on the Cloud PBX This document outlines the set-up and use of Polycom VVX termninals on the Cloud PBX Contents List of Polycom phones that are auto provisioned and tightly

More information

User Guide: Polycom SoundPoint IP335 Phone

User Guide: Polycom SoundPoint IP335 Phone User Guide: Polycom SoundPoint IP335 Phone User Guide Contents: User Guide Contents:... 2 IP335 Button Diagram... 3 Telephone Feature Overview... 4 IP335 Features... 4 Reading the Display... 4 How to Use

More information

MITEL SIP CoE. Technical. Configuration Notes. Configure MCD 4.1 for use with the Polycom SoundStation IP5000. SIP CoE

MITEL SIP CoE. Technical. Configuration Notes. Configure MCD 4.1 for use with the Polycom SoundStation IP5000. SIP CoE MITEL SIP CoE Technical Configuration Notes Configure MCD 4.1 for use with the Polycom SoundStation IP5000 SIP CoE 10-4940-00113 NOTICE The information contained in this document is believed to be accurate

More information

Htek IP Phone Configuration Guides

Htek IP Phone Configuration Guides Htek IP Phone Configuration Guides Version 1.0 Yeastar Information Technology Co. Ltd. Contents 1. Introduction... 3 2. Register with MyPBX Manually... 4 2.1 Register SIP Extension... 4 2.1 Configuring

More information

AsteriskNow IPTables Firewall Configuration

AsteriskNow IPTables Firewall Configuration AsteriskNow IPTables Firewall Configuration In a previous guide I discussed how to setup an AsteriskNow server with Polycom phone support. In this guide I will illustrate how to tighten up your server

More information

Reference Guide. IP Phone/Calling Features Voic Dialing. Your Phone Calling Features. Phone Views. To dial phone number or extension.

Reference Guide. IP Phone/Calling Features Voic Dialing. Your Phone Calling Features. Phone Views. To dial phone number or extension. TelNet OfficeEdge Complete Polycom VVX300 / 310 IP Phone. Reference Guide. IP Phone/Calling Features Voicemail Dialing Your Phone Calling Features To dial phone number or extension Lift your handset and

More information

Voic Guide. Access internally Access your mailbox by pressing the Messages/Msgs/MSG key or by dialing Enter your password.

Voic Guide. Access internally Access your mailbox by pressing the Messages/Msgs/MSG key or by dialing Enter your password. Voicemail Guide Access internally Access your mailbox by pressing the Messages/Msgs/MSG key or by dialing 1000. Enter your password. Access externally (if configured on your system) i.e. An option on your

More information

OnCall Voice. User Guide. Revision Last Updated October 18, 2017 By, Pedro Tomas 2017 TRACI.net

OnCall Voice. User Guide. Revision Last Updated October 18, 2017 By, Pedro Tomas 2017 TRACI.net OnCall Voice User Guide Revision 1.2 - Last Updated October 18, 2017 By, Pedro Tomas 2017 TRACI.net Welcome To OnCall Voice!... 3 About This User Guide... 3 Supported Devices... 3 Need More Help?... 3

More information

Reference Guide. IP Phone/Calling Features Voic . Dialing. Your Phone Calling Features. Phone Views. To dial phone number or extension.

Reference Guide. IP Phone/Calling Features Voic . Dialing. Your Phone Calling Features. Phone Views. To dial phone number or extension. TelNet OfficeEdge Complete Polycom VVX400 Series IP Phone. Reference Guide. IP Phone/Calling Features Voicemail Dialing Your Phone Calling Features To dial phone number or extension Lift your handset and

More information

UCx Feature Guide for Infinity phones

UCx Feature Guide for Infinity phones UCx Feature Guide for Infinity phones Date: 23 August 2018 Version: 1.4 System: UCx Release: 6.0 Phone models: E-MetroTel will provide support for the following Infinity IP phones, as long as the phones

More information

Phone & Features Guide

Phone & Features Guide Phone & Features Guide Eleventh Edition Contents Introduction To The Guide... 12 1. Star2Star Supported Phones... 13 2. Polycom Phones... 16 a). Answering a Call... 16 b). Making a Call... 16 c). Microphone

More information

Cisco IP Phone 8800 Series Multiplatform Phones Release Notes for Firmware Release 11.0(1)

Cisco IP Phone 8800 Series Multiplatform Phones Release Notes for Firmware Release 11.0(1) Cisco IP Phone 8800 Series Multiplatform Phones Release Notes for Firmware Release 11.0(1) First Published: 2017-06-29 These release notes support the Cisco IP Phone 8800 Series Multiplatform Phones running

More information

The VH2 can handle one or two VoIP accounts (a single account can be assigned to both channels).

The VH2 can handle one or two VoIP accounts (a single account can be assigned to both channels). VH2 Quickstart Guide The VH2 is a studio telephone interface device designed to work on VoIP telephone systems. This guide will give you the minimum you need to know to get the system hooked up and running.

More information

Configuration of CIC Phone Features for Polycom Phones

Configuration of CIC Phone Features for Polycom Phones Configuration of CIC Phone Features for Polycom Phones Technical Reference Customer Interaction Center (CIC) 2018 R1 Last updated September 21, 2017 (See Change Log for summary of changes.) Abstract This

More information

GIGABIT COLOR IP PHONE

GIGABIT COLOR IP PHONE GIGABIT COLOR IP PHONE USER GUIDE UC842 Version:1.0.3.59 Nanjing Hanlong Technology Co., Ltd 86-25-84608050 support@hanlongtek.com Notices Information Notices Information Copyright Copyright 2005-2013

More information

Polycom VVX 300 Series

Polycom VVX 300 Series wowforbusiness.com Polycom VVX 300 Series Phone User Guide Basic Phone Functions Table of Contents Placing a Call...2 Ending a Call...3 Local Directory...3 Hold and Resume..4 Answering an Incoming Call....4

More information

Net2Phone Phone Tutorial

Net2Phone Phone Tutorial Net2Phone Phone Tutorial www.net2phone.com Polycom VVX300 and VVX400 The following is a list of the most common tasks performed by users of these phones. Keep in mind that there are various ways to execute

More information

Installing FreePBX Official Distro

Installing FreePBX Official Distro Installing FreePBX 10.13.66 Official Distro Follow these instructions for the easiest, totally automated FreePBX installation! 1. Download the ISO file from http://www.freepbx.org/downloads. 2. Convert

More information

User Guide: Panasonic KX-UT113

User Guide: Panasonic KX-UT113 User Guide: Panasonic KX-UT113 User Guide Contents: User Guide Contents:... 2 KX-UT113 Button Diagram... 3 Telephone Feature Overview... 4 KX-UT113 Features... 4 Reading the Display... 4 How to Use your

More information

Internal Notes on AstLinux

Internal Notes on AstLinux Internal Notes on AstLinux For AstLinux to be run on a x86 architecture from a compact flash card, download the i586 tar.gz image. Use a command similar to this to write the CF card: gunzip -c ~gcooper/desktop/astlinux-0.4.4-i586.img.gz

More information

Polycom VVX300 / VVX310 / VVX400 / VVX410. User Guide

Polycom VVX300 / VVX310 / VVX400 / VVX410. User Guide Polycom VVX300 / VVX310 / VVX400 / VVX410 User Guide Table of content Phones overview Basic telephony features Advanced telephony features Voicemail & Call history Phone preferences Contact management

More information

Quick Tip Introduction. Understanding Enhanced BLF on SoundPoint IP Phones

Quick Tip Introduction. Understanding Enhanced BLF on SoundPoint IP Phones 37381 Understanding Enhanced BLF on SoundPoint IP Phones This quick tip provides detailed instructions for administrators and users on how to use the new enhanced busy lamp field (BLF) feature on SoundPoint

More information

CALNET 3: AT&T Voice DNA : Quick reference guide

CALNET 3: AT&T Voice DNA : Quick reference guide CALNET 3: AT&T Voice DNA: Quick reference guide Polycom SoundPoint IP 321 / 331 CALNET 3: AT&T Voice DNA : Quick reference guide Polycom SoundPoint IP 321 / 331 Version 1.2 Page 2 AT&T Voice DNA : Quick

More information

User Guide. Infinite Voice (Polycom VVX 300/400)

User Guide. Infinite Voice (Polycom VVX 300/400) User Guide Infinite Voice (Polycom VVX 300/400) August 2016 Table of Contents 1. Phone Keys and Views... 2 1.1 Phone Keys and Views... 2 1.1.1 Home View... 2 1.1.2 Lines View... 3 1.1.3 Calls View... 3

More information

VOCUS HOSTED PBX USER PROFILE SET-UP WITH POLYCOM DEVICE

VOCUS HOSTED PBX USER PROFILE SET-UP WITH POLYCOM DEVICE VOCUS HOSTED PBX USER PROFILE SET-UP WITH POLYCOM DEVICE QUICK REFERENCE GUIDE This document provides step by step instructions on how to provision a new Hosted PBX user profile for a Polycom handset.

More information

Polycom VVX500 Series IP Phone Reference Guide Dialing Your Phone Calling Features To dial phone number or extension Phone Views Speakerphone

Polycom VVX500 Series IP Phone Reference Guide Dialing Your Phone Calling Features To dial phone number or extension Phone Views Speakerphone TelNet OfficeEdge Complete Polycom VVX500 Series IP Phone. Reference Guide IP Phone/Calling Features Voicemail. Dialing Your Phone Calling Features To dial phone number or extension Lift handset and dial

More information

Grandstream IP Phone Configuration Guides

Grandstream IP Phone Configuration Guides Grandstream IP Phone Configuration Guides Version 1.0 Yeastar Information Technology Co. Ltd. Table of Contents FOR GRANDSTREAM GXP SERIES... 3 Register with MyPBX... 3 Provisioning for MyPBX... 5 Phone

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Spectralink 84-Series Wireless Telephones with a Duplicated Avaya Aura Communication Manager in an Enterprise Survivable Server Environment

More information

The VH2 can handle one or two VoIP accounts (a single account can be assigned to both channels).

The VH2 can handle one or two VoIP accounts (a single account can be assigned to both channels). VH2 Quickstart Guide The VH2 is a studio telephone interface device designed to work on VoIP telephone systems. This guide will give you the minimum you need to know to get the system hooked up and running.

More information

Reference Guide. IP Phone/Calling Features Voice Mail Personal Assistant Toolbar. Dialing. Your Phone Calling Features.

Reference Guide. IP Phone/Calling Features Voice Mail Personal Assistant Toolbar. Dialing. Your Phone Calling Features. TelNet OfficeEdge Complete Polycom SoundPoint 550 IP Phone. Reference Guide IP Phone/Calling Features Voice Mail Personal Assistant Toolbar Dialing To dial phone number or extension Lift your handset and

More information

Fanvil IP Phone Configuration Guides. Yeastar Technology Co., Ltd.

Fanvil IP Phone Configuration Guides. Yeastar Technology Co., Ltd. Fanvil IP Phone Configuration Guides Yeastar Technology Co., Ltd. Table of Contents REGISTER WITH MYPBX MANUALLY... 3 REGISTER SIP EXTENSION... 4 REGISTER IAX2 EXTENSION... 6 CONFIGURING TO USE IAX2 ON

More information

Polycom Soundpoint IP 330/331/335 Phone. Quick Reference Guide. Downloaded from manuals search engine

Polycom Soundpoint IP 330/331/335 Phone. Quick Reference Guide.   Downloaded from   manuals search engine Polycom Soundpoint IP 330/33/335 Phone Quick Reference Guide www.i-evolve.com/voip Table of Contents Phone Overview... Soft Key Features... How to Place a Call... Placing a Call from a Call List... Ending

More information

Operating Your Phone. This section describes how to operate your Cisco IP Phone and includes information on soft keys and phone features.

Operating Your Phone. This section describes how to operate your Cisco IP Phone and includes information on soft keys and phone features. This section describes how to operate your Cisco IP Phone and includes information on soft keys and phone features. Note Because there are differences in phone and site configurations, not all features

More information

AT&T Voice DNA Quick Reference Guide for the Polycom SoundPoint IP 321 and 331 Phones

AT&T Voice DNA Quick Reference Guide for the Polycom SoundPoint IP 321 and 331 Phones AT&T Voice DNA Quick Reference Guide for the Polycom SoundPoint IP 321 and 331 Phones This guide contains the key information you need to get started with your Polycom SoundPoint IP 321 or 331 phone that's

More information

GXP1610/1615/1620/1625/1628/1630 Firmware Release Notes IMPORTANT UPGRADING NOTE

GXP1610/1615/1620/1625/1628/1630 Firmware Release Notes IMPORTANT UPGRADING NOTE GXP1610/1615/1620/1625/1628/1630 Firmware Release Notes IMPORTANT UPGRADING NOTE Starting from firmware version 1.0.2.21, downgrading to version 1.0.2.4 or lower requires a matched protocol for upgrading

More information

Aastra 673xi / 675xi. Telephony with SIP Phones at the Aastra 800/OpenCom 100 Communications System User Guide

Aastra 673xi / 675xi. Telephony with SIP Phones at the Aastra 800/OpenCom 100 Communications System User Guide Aastra 673xi / 675xi Telephony with SIP Phones at the Aastra 800/OpenCom 100 Communications System User Guide Welcome to Aastra Thank you for choosing this Aastra product. Our product meets the strictest

More information

Pocket User Guide 480i Phone. for Sphericall

Pocket User Guide 480i Phone. for Sphericall Pocket User Guide 480i Phone for Sphericall 480i for Sphericall User Guide Revised: May 12, 2004 Sayson Technologies Ltd. will not accept liability for any damages and/or long distance charges, which result

More information

First Communications Cloud IP PBX User Guide (Polycom)

First Communications Cloud IP PBX User Guide (Polycom) First Communications Cloud IP PBX User Guide (Polycom) 2017 Property of First Communications Contents Introduction... 3 General Phone Operations... 4 Polycom VVX 300 Series... 4 Polycom VVX 300 Series

More information

Polycom VVX300 / VVX310 / VVX400 / VVX410

Polycom VVX300 / VVX310 / VVX400 / VVX410 Polycom VVX300 / VVX310 / VVX400 / VVX410 User Guide Table of content Phones overview Basic telephony features Advanced telephony features Voicemail & Call history Phone preferences Contact management

More information

Release Notes BootROM Application SoundPoint IP, SoundStation IP and VVX TM

Release Notes BootROM Application SoundPoint IP, SoundStation IP and VVX TM Release Notes BootROM Application SoundPoint IP, SoundStation IP and VVX TM Version 4.1.3 12 June 2009 Part Number 3804-11069-413 Copyright 2009 Polycom, Inc. All rights reserved. Page 1 of 19 Table of

More information

Polycom VVX 300 and 310 Business Media Phones User Guide for 8x8 Virtual Office

Polycom VVX 300 and 310 Business Media Phones User Guide for 8x8 Virtual Office USER GUIDE Version 5.0.0 August 2013 1725-49089-001 Rev B Polycom VVX 300 and 310 Business Media Phones User Guide for 8x8 Virtual Office Polycom, Inc. 1 Copyright 2013, Polycom, Inc. All rights reserved.

More information

Polycom IP Phone Configuration Guides. Yeastar Technology Co., Ltd.

Polycom IP Phone Configuration Guides. Yeastar Technology Co., Ltd. Polycom IP Phone Configuration Guides Yeastar Technology Co., Ltd. Table of Contents 1 For wireless server 300... 3 1.1 Register with MyPBX... 3 2 For soundpoint & SoundStationn... 8 2.1 Register with

More information

Polycom VVX101 / VVX201 User Guide

Polycom VVX101 / VVX201 User Guide Polycom VVX101 / VVX201 User Guide Table of content Phones overview Basic telephony features Advanced telephony features Voicemail & Call history Phone preferences Contact management Various 2 / Phones

More information

Allworx Admin Update for 7.0

Allworx Admin Update for 7.0 Allworx Admin Update for 7.0 No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, electronic, mechanical, photocopy, recording, or otherwise

More information

GXP1610/1615/1620/1625/1628/1630 Firmware Release Notes IMPORTANT UPGRADING NOTE

GXP1610/1615/1620/1625/1628/1630 Firmware Release Notes IMPORTANT UPGRADING NOTE GXP1610/1615/1620/1625/1628/1630 Firmware Release Notes IMPORTANT UPGRADING NOTE Starting from firmware version 1.0.2.21, downgrading to version 1.0.2.4 or lower requires a matched protocol for upgrading

More information

Polycom Soundpoint 650 IP Phone User Guide

Polycom Soundpoint 650 IP Phone User Guide 20 19 18 17 16 1 2 15 14 13 12 This guide will help you to understand and operate your new IP Phone. Please print this guide and keep it handy! 3 11 For additional information go to: http://www.bullseyetelecom.com/learning-center

More information

This chapter provides details on the Do Not Disturb feature.

This chapter provides details on the Do Not Disturb feature. This chapter provides details on the feature. Overview, page 1 Configuration Task Flow, page 2 Interactions and Restrictions, page 10 Troubleshooting, page 13 Overview (DND) provides the following options:

More information

Maxincom MUC1004 Release Notes of. Version

Maxincom MUC1004 Release Notes of. Version Maxincom MUC1004 Release Notes of Version 1.1.0.5 Table of Contents Maxincom MUC1004 Release Notes of Versions 1.1.0.5... 1 MUC1004 Upgrade Firmware Notice... 3 Release Notes of Version 1.1.0.5... 4 1.

More information

Press the More key at anytime to scroll across if the feature you need is not visible.

Press the More key at anytime to scroll across if the feature you need is not visible. Display Features The display on your phone is very interactive. As you use the phone the information will change and different features and functions will appear on the display. The 6 buttons above the

More information

Release Note for MyPBX Enterprise X

Release Note for MyPBX Enterprise X Release Note for MyPBX Enterprise 10.17.0.X ===Firmware Version: V10.17.0.32==== Applicable Model: MyPBX Enterprise Release Date: January. 31nd, 2013 http://www.yeastar.com 1/18 Note: 1. If users upgrade

More information

Grandstream Networks, Inc. DP750/DP720 DECT Cordless IP Phones User Guide

Grandstream Networks, Inc. DP750/DP720 DECT Cordless IP Phones User Guide Grandstream Networks, Inc. DP750/DP720 DECT Cordless IP Phones User Guide Figure 35: Rebooting the Base Station Reset DP720 Handset The users can reset the new settings made on the handset after performing

More information

IP Commander for ios VoIP User Manual

IP Commander for ios VoIP User Manual IP Commander for ios VoIP User Manual Copyright 2014, All Rights Reserved. Ver: R09 D/C: 103-0326 Table of Content 1. INTRODUCTION...4 2. GETTING STARTED...4 2.1 TUNING ON COMMUNICATOR AND CONNECTING IPAD...

More information

A Guide to Voice Edge s Most Popular Features

A Guide to Voice Edge s Most Popular Features A Guide to Voice Edge s Most Popular Features Page 1 10/31/2017 Table of Contents GETTING STARTED... 4 WELCOME LETTERS... 4 VOICEMAIL... 4 SETTING UP VOICEMAIL... 4 RECORDING THE GREETING... 5 CHECKING

More information

Virtual Office. Group Call Pickup. Version 1.0. Revision 1.0

Virtual Office. Group Call Pickup. Version 1.0. Revision 1.0 Virtual Office Group Call Pickup Version 1.0 Revision 1.0 Copyright 2015, 8x8, Inc. All rights reserved. This document is provided for information purposes only and the contents hereof are subject to change

More information

Administrator Guide SoundPoint /SoundStation IP SIP

Administrator Guide SoundPoint /SoundStation IP SIP Administrator Guide SoundPoint /SoundStation IP SIP Version 1.6.x 18 July 2005 Copyright 2005 Polycom, Inc. All rights reserved. Notices 1. Specifications subject to change without notice. Polycom, Inc.

More information

CALNET 3: AT&T Voice DNA Polycom SoundPoint IP 650 / 670

CALNET 3: AT&T Voice DNA Polycom SoundPoint IP 650 / 670 CALNET 3: AT&T Voice DNA Polycom SoundPoint IP 650 / 670 Version 1.4 2018 AT&T Intellectual Property. All rights reserved. AT&T, Globe logo, Mobilizing Your World and DIRECTV are registered trademarks

More information

2757 VoIP Phone Users Guide

2757 VoIP Phone Users Guide 2757 VoIP Phone Users Guide Rev. 1.0 Table of Contents 1 Introduction... 5 1.1 Package Contents... 5 1.2 Features... 5 1.3 Basic Setup... 6 2 Network Setup... 8 2.1 Static IP Address... 8 2-2 PPPoE...11

More information

Advanced Networking, Inc. Telephone Facsimile

Advanced Networking, Inc. Telephone Facsimile Advanced Networking, Inc. Telephone 302-792-9200 Facsimile 302-792-9294 www.advnetwork.com Basic Instructions for Your Grandstream GXP2135 IP Phone With Directed Park Feature Enabled Visual Overview of

More information

Allworx 5.1 Release Notes

Allworx 5.1 Release Notes Allworx 5.1 Release Notes (Server 5.1.2.6) (Client 5.1.0.3) (OfficeSafe 5.1.0.3) Installation Tips 1) It is valid to upgrade from any previous customer release to this Allworx 5.1 release. 2) You should

More information

CALNET 3: AT&T Voice DNA Polycom SoundPoint IP 321 / 331

CALNET 3: AT&T Voice DNA Polycom SoundPoint IP 321 / 331 CALNET 3: AT&T Voice DNA Polycom SoundPoint IP 321 / 331 Version 1.2 2018 AT&T Intellectual Property. All rights reserved. AT&T, Globe logo, Mobilizing Your World and DIRECTV are registered trademarks

More information

ACC-1143 PUG. Polycom 4 and 6-Line Desk Phone Quick Reference Guide

ACC-1143 PUG. Polycom 4 and 6-Line Desk Phone Quick Reference Guide ACC-1143 PUG Polycom 4 and 6-Line Desk Phone Quick Reference Guide Table of Contents INTRODUCTION TO YOUR POLYCOM 4 OR 6-LINE DESK PHONE... 2 WELCOME... 2 DESK PHONE... 2 HOW TO USE YOUR VERTICAL 4-LINE

More information

V12 has reached EOL as of July Security fixes only will be published.

V12 has reached EOL as of July Security fixes only will be published. EPM-12 Released September 12 2014 V12 has reached EOL as of July 17 2016. Security fixes only will be published. Feature Enhancements Speed Model settings are per model to speed up template management

More information

EPM-Admin User Guide. Commercial Module

EPM-Admin User Guide. Commercial Module EPM-Admin User Guide Commercial Module Overview of EPM Getting Started Global Settings Adding a Brand Template Creation and Editing (Example with Sangoma Brand) Line Key Types Configuring Line Buttons

More information

Polycom OBi Software FAQ

Polycom OBi Software FAQ Polycom OBi Software FAQ Frequently Asked Questions Note: Most of the basic features can be found on the Polycom VVX Business IP Phones, OBi Edition Administrator Guide. General Q: What is Polycom OBi

More information

MAX Communication Server Release 8.5. New Features Guide

MAX Communication Server Release 8.5. New Features Guide MAX Communication Server Release 8.5 New Features Guide November 2016 AltiGen Communications, Inc. 679 River Oaks Parkway, San Jose, CA 95134 Telephone: 888-AltiGen (258-4436) Fax: 408-597-9020 E-mail:

More information

Release Notes: SoundPoint/SoundStation IP - BootROM

Release Notes: SoundPoint/SoundStation IP - BootROM Software Revision These release notes cover Polycom s SoundPoint/SoundStation IP - BootROM version 3.0.1. Document Revision These release notes may be updated during the life of this release as any issues

More information

Ringtones. Information About Ringtones. Distinctive Ringing

Ringtones. Information About Ringtones. Distinctive Ringing Information About, on page 1 Configure, on page 2 Configuration Examples for, on page 7 Feature Information for, on page 7 Information About Distinctive Ringing Distinctive ring is used to identify internal

More information

Quick Start Guide. Intermedia Hosted PBX Polycom VVX 300/310

Quick Start Guide. Intermedia Hosted PBX Polycom VVX 300/310 Quick Start Guide Intermedia Hosted PBX Polycom VVX 300/310 2 Welcome to your Hosted PBX service. What s in the box? Polycom VVX 300/310 A. Phone B. Ethernet Cable C. Handset Cable D. Handset E. Stand

More information

Setup & Information Guide Zultys 37G VoIP Phones

Setup & Information Guide Zultys 37G VoIP Phones Setup & Information Guide Zultys 37G VoIP Phones Contents Phone Installation... 3 Prerequisites... 3 Assembling Your Phone... 3 Connecting Your Phone... 4 First Phone Setup... 5 Understanding Your Phone...

More information

This chapter provides information about the Do Not Disturb (DND) feature which provides the following options:

This chapter provides information about the Do Not Disturb (DND) feature which provides the following options: This chapter provides information about the (DND) feature which provides the following options: Call Reject - This option specifies that no incoming call information gets presented to the user. Depending

More information

Do Not Disturb. Configuration Checklist for Do Not Disturb CHAPTER

Do Not Disturb. Configuration Checklist for Do Not Disturb CHAPTER CHAPTER 21 The (DND) feature provides the following options: Call Reject This option specifies that no incoming call information gets presented to the user. Depending on how you configure the DND Incoming

More information

Release Notes SIP Application SoundPoint and SoundStation IP

Release Notes SIP Application SoundPoint and SoundStation IP Release Notes SIP Application SoundPoint and SoundStation IP Version 2.0.1B 20 September 2006 Part Number 3804-11530-201B Copyright 2006 Polycom, Inc. All rights reserved. Copyright 2006 Polycom, Inc.

More information

MAX Communication Server Release 8.0

MAX Communication Server Release 8.0 MAX Communication Server Release 8.0 Polycom VVX User Guide September 15, 2015 MAXCS 8.0 Polycom VVX User Guide Page 1 of 16 AltiGen Communications, Inc. 679 River Oaks Parkway San Jose, CA 95134 Telephone:

More information

UCx Feature Guide for Nortel IP phones - with Feature Key mode disabled

UCx Feature Guide for Nortel IP phones - with Feature Key mode disabled UCx Feature Guide for Nortel IP phones - with Feature Key mode disabled Date: 22 November 2016 System: UCx Release: 5.0 Phone models: Nortel IP Phones i20xx Series, 11xx Series and 12xx Series Page 2 of

More information

Technical Bulletin 45460

Technical Bulletin 45460 Using Quick Setup with SoundPoint IP, SoundStation IP, and Polycom VVX 1500 Phones This technical bulletin provides detailed information for system administrators and users on how to easily set up the

More information

MAX Communication Server Release 8.5 Update 1. Polycom IP Phone Configuration Guide

MAX Communication Server Release 8.5 Update 1. Polycom IP Phone Configuration Guide MAX Communication Server Release 8.5 Update 1 Polycom IP Phone Configuration Guide May 25, 2018 Contents Enhancements in Release 8.5 Update 1... 5 Supported Polycom IP Phones... 5 Unsupported Features...

More information

V I R G I N M E D I A B U S I N E S S C L O U D V O I C E

V I R G I N M E D I A B U S I N E S S C L O U D V O I C E V I R G I N M E D I A B U S I N E S S C L O U D V O I C E P H O N E C O N F I G U R A T I O N G U I D E P O L Y C O M S O U N D P O I N T / S O U N D S T A T I O N V E R S I O N 2 Contents Introduction...

More information

Panasonic User Guide (Panasonic KX-DT 333/343 Series Phones)

Panasonic User Guide (Panasonic KX-DT 333/343 Series Phones) Panasonic User Guide (Panasonic KX-DT 333/343 Series Phones) DISPLAY FEATURES: (4 soft keys) 573-874-0101 PROG Used to program keys RING Volume of the Ring Tone INFO Date/Time/Day of Week MENU Personal/System/

More information

Release Notes SIP Application SoundPoint / SoundStation IP

Release Notes SIP Application SoundPoint / SoundStation IP Release Notes SIP Application SoundPoint / SoundStation IP Version 1.5.2 19 April 2005 Part Number 3804-11530-152 Copyright 2005 Polycom, Inc. All rights reserved. Copyright 2005 Polycom, Inc. All rights

More information

Yealink IP Phone Configuration Guides. Yeastar Technology Co., Ltd.

Yealink IP Phone Configuration Guides. Yeastar Technology Co., Ltd. Yealink IP Phone Configuration Guides Yeastar Technology Co., Ltd. Table of Contents Register with MyPBX manually... 3 Configuring BLF on Yealink... 6 Provisioning for MyPBX... 8 3.1 Phone provisioning

More information

Cisco Ip Phone 7965 Reset Voic Password

Cisco Ip Phone 7965 Reset Voic Password Cisco Ip Phone 7965 Reset Voicemail Password Cisco 7942/7945G/7965G IP Telephone Quick Reference Guide Press Messages (to voicemail) or enter an Change Phone Settings Change Password. Unified IP Phone

More information

Mitel Deskphones. 1. Getting started Phone overview. Table of Contents Prerequisites. Mitel 6873 Quick guide. Table 2.

Mitel Deskphones. 1. Getting started Phone overview. Table of Contents Prerequisites. Mitel 6873 Quick guide. Table 2. Mitel Deskphones Mitel 6873 Quick guide Copyright 2015-2016 Mitel Communications AB 2. Press Done. 1.2. Phone overview Table of Contents 1. Getting started... 1 2. Basic call handling... 2 3. Advanced

More information

Notices Information. Htek IP Phones UC912E User Manual

Notices Information. Htek IP Phones UC912E User Manual Notices Information Htek IP Phones UC912E User Manual Version 2.0.4.4.45 Jun.2018 1 Notices Information Notices Information Copyright Copyright 2005-2018 Nanjing Hanlong Technology CO., LTD. All rights

More information

End User Guide. FastFind Links. Using Your Desk Phone. Using the User Web Portal. Voic . Answering Rules and Time Frames. Contacts.

End User Guide. FastFind Links. Using Your Desk Phone. Using the User Web Portal. Voic . Answering Rules and Time Frames. Contacts. End User Guide Using Your Desk Phone FastFind Links Using the User Web Portal Voicemail Answering Rules and Time Frames Contacts Phones Music On Hold Call History Profile CONTENTS Contents... ii Introduction...

More information

Digium IP Phone User Guide. Digium Phone firmware version 2.x

Digium IP Phone User Guide. Digium Phone firmware version 2.x Digium IP Phone User Guide Digium Phone firmware version 2.x 2012-2016 Digium, Inc. All rights reserved. This document is the sole property of Digium, Inc. It contains proprietary information of Digium.

More information

Cisco 232D & 302D. Flip Connect. User Guide. Flip Solutions Ltd t/a Flip Connect Unit 5/6, 29 Mill Lane, Welwyn Hertfordshire, AL6 9EU

Cisco 232D & 302D. Flip Connect. User Guide. Flip Solutions Ltd t/a Flip Connect Unit 5/6, 29 Mill Lane, Welwyn Hertfordshire, AL6 9EU Flip Connect Cisco 232D & 302D User Guide _- Unit 5/6, 29 Mill Lane, Welwyn Hertfordshire, AL6 9EU 020 3056 5060 0870 421 5411 support@flipconnect.co.uk www.flipconnect.co.uk Contents Introduction... 2

More information

SoLink-Lite IP-PBX. Administrator Guide. (Version 1.0)

SoLink-Lite IP-PBX. Administrator Guide. (Version 1.0) SoLink-Lite IP-PBX Administrator Guide (Version 1.0) TABLE OF CONTENT 1.0 Introduction... 1 2.0 Setting Up the IP-PBX... 2 3.0 Logging On... 3 4.0 Configuring Network... 4 5.0 Configuring Hardware... 5

More information

Managing your PBX- Administrator

Managing your PBX- Administrator Managing your PBX- Administrator ACCESSING YOUR PBX ACCOUNT Navigate to https://voip.ancero.com/ and log in to the Ancero Utility VoIP portal account. If you would like your web browser to keep you logged

More information

Telephone Guide EASY

Telephone Guide EASY Telephone Guide EASY LINKED TABLE OF CONTENTS Answering the 2 nd Line Appointment Reminder Callback - Request Callback - Answer Camp Change Display Change Ring Tone Change Volume Checking Messages Conference

More information

Auto-Provisioning VOIP Telephones with Asterisk

Auto-Provisioning VOIP Telephones with Asterisk Auto-Provisioning VOIP Telephones with Stephen Uhler Sun Microsystems Laboratories Stephen.uhler@sun.com January 24, 200 (c) 200, Sun Microsystems 1 200, Sun Microsystems 1 Outline What is auto-provisioning?

More information

Hold Reversion. Configuration Checklist for Hold Reversion CHAPTER

Hold Reversion. Configuration Checklist for Hold Reversion CHAPTER CHAPTER 25 The hold reversion feature alerts a phone user when a held call exceeds a configured time limit. This chapter provides information on the following topics: Configuration Checklist for, page

More information

Configuring Features, Templates, Services, and Users

Configuring Features, Templates, Services, and Users CHAPTER 7 Configuring Features, Templates, Services, and Users This chapter provides an overview of the feature configuration and setup, softkey template modification, services set up, and user assignment

More information