<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.ipitomy.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=John+Wolfe</id>
	<title>IPitomy Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.ipitomy.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=John+Wolfe"/>
	<link rel="alternate" type="text/html" href="http://wiki.ipitomy.com/wiki/Special:Contributions/John_Wolfe"/>
	<updated>2026-05-02T16:57:39Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.11</generator>
	<entry>
		<id>http://wiki.ipitomy.com/index.php?title=HD_Phone_FAQ&amp;diff=3814</id>
		<title>HD Phone FAQ</title>
		<link rel="alternate" type="text/html" href="http://wiki.ipitomy.com/index.php?title=HD_Phone_FAQ&amp;diff=3814"/>
		<updated>2015-12-22T18:07:20Z</updated>

		<summary type="html">&lt;p&gt;John Wolfe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTITLE__&lt;br /&gt;
&lt;br /&gt;
== HD Phone FAQ ==&lt;br /&gt;
&lt;br /&gt;
=== I have an IP330 on a gigabit switch and I am periodically having issues with connectivity from a PC connected through the phone. Is there anything I can do to resolve the issue? ===&lt;br /&gt;
&lt;br /&gt;
On some older Network cards we have had reports of trouble when they go to sleep. This is apparently a common problem with an older RealTek network cards.&lt;br /&gt;
&lt;br /&gt;
Here are the things that we have seen work in the field:&lt;br /&gt;
&lt;br /&gt;
*Replace the cable with a gigabit cable. There are greater requirements upon the quality of the cable when supporting gigabit.&lt;br /&gt;
*In the hardware properties of the network card in windows, disable sleep. (In Win7 this is under Power Management -&amp;gt; Allow computer to turn off this device to save power).&lt;br /&gt;
*Set the speed to a fixed value in the PC, try 1000 or 10/100&lt;br /&gt;
&lt;br /&gt;
=== How can I download logs from the HD phone? ===&lt;br /&gt;
&lt;br /&gt;
Sometimes IPitomy will require you to get the logs from your phone so we can investigate an issue more deeply. Steps to accomplish this are:&lt;br /&gt;
&lt;br /&gt;
#Log into the IP address of the phone (username: root/password: root)&lt;br /&gt;
#Navigate to Phone Maintenance=&amp;gt;HTTP Upgrade&lt;br /&gt;
#Click the Download button next to All Config File:&lt;br /&gt;
&lt;br /&gt;
NOTE:It may take a few minutes to download all of the files, be patient.&lt;br /&gt;
&lt;br /&gt;
=== How do I configure my my HD Phones to use VLANs? ===&lt;br /&gt;
&lt;br /&gt;
If you need to use VLAN to control what IP addresses the phones pull from DHCP you can modify the Phone Configuration Template in the PBX. VLANs logically isolate network traffic, they do not necessarily physically isolate it. It is typically going to be used because there are more devices on the network then there are IP Addresses in a single subnet. Or in order to implement security.&lt;br /&gt;
&lt;br /&gt;
#Navigate to PBX Setup=&amp;gt;Phone Global&lt;br /&gt;
#Click Edit Current Template&lt;br /&gt;
#Find the following section in the template pertains to VLAN, this is how it appears by default&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;code&amp;gt;&lt;br /&gt;
 &amp;lt;VLANs&amp;gt;&lt;br /&gt;
 &amp;lt;Vlan LocalEnableVlan=&amp;quot;0&amp;quot; PCEnableVlan=&amp;quot;0&amp;quot; LocalVID=&amp;quot;0&amp;quot; PCVID=&amp;quot;0&amp;quot; LocalPriority=&amp;quot;0&amp;quot; PCPriority=&amp;quot;0&amp;quot; EnableVlan=&amp;quot;0&amp;quot;/&amp;gt;&lt;br /&gt;
 &amp;lt;/VLANs&amp;gt;&lt;br /&gt;
 &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Variable&lt;br /&gt;
! Function&lt;br /&gt;
! Settings&lt;br /&gt;
|-&lt;br /&gt;
| LocalEnableVlan&lt;br /&gt;
| Controls if the LAN port is using vLAN tagging&lt;br /&gt;
| 0 = Disabled, 1 = Enabled&lt;br /&gt;
|-&lt;br /&gt;
| PCEnableVlan&lt;br /&gt;
| Controls if the PC port is using vLAN tagging&lt;br /&gt;
| 0 = Disabled, 1 = Enabled&lt;br /&gt;
|-&lt;br /&gt;
| LocalVID&lt;br /&gt;
| Defines what vLAN tag the LAN port is using&lt;br /&gt;
| Set to the vLAN ID&lt;br /&gt;
|-&lt;br /&gt;
| PCVID&lt;br /&gt;
| Defines what vLAN tag the PC port is using&lt;br /&gt;
| Set to the vLAN ID&lt;br /&gt;
|-&lt;br /&gt;
| LocalPriority&lt;br /&gt;
| Not Used&lt;br /&gt;
| Leave at 0&lt;br /&gt;
|-&lt;br /&gt;
| PC Priority&lt;br /&gt;
| Not Used&lt;br /&gt;
| Leave at 0&lt;br /&gt;
|-&lt;br /&gt;
| EnableVlan&lt;br /&gt;
| Global setting to toggle vLAN on PC and LAN port&lt;br /&gt;
| 0 = Disabled, 1 = Enabled&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
*In the following example the LAN port will use VLAN 5 and the PC port will use VLAN 8, allowing the Phone and PC to get different IP addresses from the DHCP server:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;VLANs&amp;gt;&lt;br /&gt;
 &amp;lt;Vlan LocalEnableVlan=&amp;quot;1&amp;quot; PCEnableVlan=&amp;quot;1&amp;quot; LocalVID=&amp;quot;5&amp;quot; PCVID=&amp;quot;8&amp;quot; LocalPriority=&amp;quot;0&amp;quot; PCPriority=&amp;quot;0&amp;quot; EnableVlan=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;
 &amp;lt;/VLANs&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*When done modifying the template Save, Apply Changes, and now any phones that are configured to the PBX will have their configuration file modified to match the template changes.&lt;br /&gt;
&lt;br /&gt;
NOTE: If the phones are default, you may have to statically set them to use the correct VLAN so they can communicate with the PBX to get their configuration.&lt;br /&gt;
&lt;br /&gt;
=== How do I Enabled LLDP Globally for the Phones ===&lt;br /&gt;
&lt;br /&gt;
In the Global Template (PBX Setup=&amp;gt;Phone Global) you can search for LLDP and will see &amp;lt;code&amp;gt;LLDP=&amp;quot;0&amp;quot;&amp;lt;/code&amp;gt;, this designates that LLDP is disabled.  In order to enable you will need to change the 0 to a 1.  You will also need to add the following &amp;lt;code&amp;gt;  LLDPInterval=&amp;quot;60&amp;quot; &amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
When all is set the entry in the Global Template will look like this:&lt;br /&gt;
&amp;lt;code&amp;gt;LLDP=&amp;quot;1&amp;quot; LLDPInterval=&amp;quot;60&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click this link for general instructions on setting up [[LLDP]] in the switch.&lt;br /&gt;
&lt;br /&gt;
=== How can I set my Phone to use a static IP address? ===&lt;br /&gt;
&lt;br /&gt;
IPitomy supports configuring phones using DHCP and this is the best option for almost every network. If you would like to statically set IP addresses, we recommend that you use DHCP reservations to do this. In the vast majority of routers and DHCP servers there is an ability to assign a static IP address to a MAC address. While this process of assigning may be tedious, it is no less so than going to each individual phone and manually configuring the IP address (Static IP). In the end it eliminates any difficult modifications that you will need to make to configuration files and is just a way easier method to use for accomplishing the same task.&lt;br /&gt;
&lt;br /&gt;
If having this information, the phone still must be manually set to static IP addresses then you will need to understand the following information. You have several options for performing this configuration:&lt;br /&gt;
&lt;br /&gt;
==== Configure then Disable Configuration Updates ====&lt;br /&gt;
&lt;br /&gt;
#Automatically Configure the phones using DHCP&lt;br /&gt;
#Go to phone's web page (root/root to log in) Navigate to Phone Maintenance-&amp;gt;Auto Provision and uncheck the box that says Auto Download Config File.&lt;br /&gt;
#set the IP address to the desired static address&lt;br /&gt;
#The phone should keep it's original configuration and any changes made to phone configuration will now have to be done through the phone web interface. The exception to this is that you can change the phone keys in this configuration, just do NOT press Save and Configure. Press Save then Apply changes. The phone will update the keys at night when it downloads it's key configuration.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Change Configuration File Template ====&lt;br /&gt;
&lt;br /&gt;
'''Please read the section of the Documentation [[http://wiki.ipitomy.com/index.php/HD_Phones#A_Note_on_Changing_the_Global_Template Note on Changing the Global Template]] to understand the implications of using this method.'''&lt;br /&gt;
&lt;br /&gt;
The second option is more difficult to initially configure but is easier because you can still change phone settings. You should only do this if you are familiar with XML as you can break the configuration files by making changes here that lead to invalid XML.&lt;br /&gt;
&lt;br /&gt;
#Go to PBXSetup-&amp;gt;Phone Global&lt;br /&gt;
#Under &amp;quot;HD Phone Configuration Template&amp;quot; click &amp;quot;Reset Template to Default&amp;quot;&lt;br /&gt;
#Now click Edit Template. Under Networks - delete the entire Node called &amp;quot;network&amp;quot;&lt;br /&gt;
#Now phones should keep whatever you manually set them to.&lt;br /&gt;
#Note with this method that when you upgrade the PBX software you should be aware that we may make changes to the default template and you may have to reset the template and remake the changes in order to support additional functionality that is added in future releases.&lt;br /&gt;
&lt;br /&gt;
The final option here is to just manually configure the phone. This works but if you call tech support with an issue they will probably have you default and reconfigure the phone through the PBX as we change a number of options when we provision the phones to the PBX.&lt;br /&gt;
&lt;br /&gt;
=== Can I use HD Phones with my IP1000?&amp;lt;br/&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
''YES.&amp;amp;nbsp; HD phones will function normally as most other SIP phones with your IP1000.&amp;amp;nbsp;''&lt;br /&gt;
&lt;br /&gt;
In order to configure the phone you must use [[HD Phones#Manual|Manual Phone Configuration]].&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span style=&amp;quot;letter-spacing: 0.0px&amp;quot;&amp;gt;My BLF won’t light on my phone?&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;letter-spacing: 0.0px&amp;quot;&amp;gt;If you have a phone where a BLF will not come on when it is supposed to, there are several things you can do.&amp;amp;nbsp; The most important thing is to understand is how a BLF is turned on or off.&amp;amp;nbsp; When a phone goes off hook and connects with a call, it sends out a short status packet to the PBX.&amp;amp;nbsp; The packet simply says that the status has changed from available to busy.&amp;amp;nbsp; The PBX then updates all of the phones that have a subscription to the BLF with a status packet indicating that the status has changed to busy.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;letter-spacing: 0.0px&amp;quot;&amp;gt;The packet ether got there or it didn’t.&amp;amp;nbsp; If it didn’t, the status will not update.&amp;amp;nbsp; The status should update automatically every 30 minutes or so.&amp;amp;nbsp; If the packet was missed, everything should be back to normal the next time the phone re-subscribes (about every 30 minutes automatically). &amp;amp;nbsp;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;letter-spacing: 0.0px&amp;quot;&amp;gt;What can go wrong?&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;letter-spacing: 0.0px&amp;quot;&amp;gt;The packet might have been lost.&amp;amp;nbsp; What do I do? Why would the packet get lost in the first place?&amp;amp;nbsp; Is it magic?&amp;amp;nbsp; Is it being controlled by “The Force”?&amp;amp;nbsp; Probably not.&amp;amp;nbsp; The packet may have not arrived due to many factors.&amp;amp;nbsp; Most likely the flow of normal packets was disrupted.&amp;amp;nbsp; In the world of SIP, signaling packets have a very short life.&amp;amp;nbsp; They become stale if they are not delivered on time.&amp;amp;nbsp; The SIP packets are delivered using UDP.&amp;amp;nbsp; This protocol does not ask for a positive acknowledgement when a packet is received.&amp;amp;nbsp; It is assumed that it has been received.&amp;amp;nbsp; There are several things that can cause a packet to be delayed on a LAN.&amp;amp;nbsp; All these things have the same symptom. &amp;amp;nbsp;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;letter-spacing: 0.0px&amp;quot;&amp;gt;Here is a short troubleshooting guide:&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
#Perhaps you have recently restarted all services or rebooted your PBX. &amp;amp;nbsp;You phones lose their BLF subscriptions when this occurs. &amp;amp;nbsp;The phones will resubscribe automatically in time. &amp;amp;nbsp;If you wish to have the BLFs work immediately then you will need to reboot the effected phones.&lt;br /&gt;
#&amp;lt;span style=&amp;quot;letter-spacing: 0.0px&amp;quot;&amp;gt;The packet might not be the culprit; maybe your lamp is broken.&amp;amp;nbsp; Test this by going to the button on the phone and select diagnostics.&amp;amp;nbsp; Select the option lights.&amp;amp;nbsp; Did the light come on?&amp;amp;nbsp; If it did, it’s not the light.&amp;lt;/span&amp;gt;&lt;br /&gt;
#&amp;lt;span style=&amp;quot;letter-spacing: 0.0px&amp;quot;&amp;gt;To narrow this down a little further, it is best to remove all doubt.&amp;amp;nbsp; Restore the phone to factory defaults and reprogram it.&amp;amp;nbsp; Test it and see if the problem happens again.&amp;amp;nbsp; If it does, go to the next step.&amp;lt;/span&amp;gt;&lt;br /&gt;
#Troubleshoot the network. &amp;amp;nbsp;See this guide for assistance&amp;amp;nbsp;[[Troubleshooting: Network|Network Troubleshooting]]&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;letter-spacing: 0.0px&amp;quot;&amp;gt;There is no such thing as black magic.&amp;amp;nbsp; The BLF did not turn on for a good reason.&amp;amp;nbsp; If you want to go with the percentages, it breaks down like this:&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;letter-spacing: 0.0px&amp;quot;&amp;gt;Less than 1% light is out.&amp;amp;nbsp; Check it anyway in diagnostics.&amp;amp;nbsp; It does not take any time.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;letter-spacing: 0.0px&amp;quot;&amp;gt;Less than 1%The phone is broken.&amp;amp;nbsp; This is very unlikely for a BLF&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;letter-spacing: 0.0px&amp;quot;&amp;gt;85%Cabling – Loose connector – bad patch cord&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;letter-spacing: 0.0px&amp;quot;&amp;gt;13%QOS not set up or set up wrong&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;letter-spacing: 0.0px&amp;quot;&amp;gt;Moral of the story:&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;letter-spacing: 0.0px&amp;quot;&amp;gt;Carry a known good patch cable and some tools to re-connect the wall jacks.&amp;amp;nbsp; Rule this out first and you will save a lot of time over the long run.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span style=&amp;quot;font-size:large&amp;quot;&amp;gt;'''I am using a Plantronics headset and experience buzzing at my phone.'''&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;Dealers have found that installing a &amp;lt;span id=&amp;quot;grpDescrip_76-998-233&amp;quot;&amp;gt;PLANTRONICS 70584-01 RFI Filter&amp;lt;/span&amp;gt; resolved this issue.&lt;br /&gt;
&lt;br /&gt;
=== 3 Way Conference alternate functionality ===&lt;br /&gt;
&lt;br /&gt;
Sometimes an end user will want the ability to create a 3-way conference call at a phone, hang up, but have the other parties remain connected. This can be accomplished by modifying the Global Template for the phones, thereby modifying the behavior in each phone:&lt;br /&gt;
&lt;br /&gt;
#Navigate in the PBX to PBX Setup=&amp;gt;Phone Global&lt;br /&gt;
#Click the button to Edit Current Template&lt;br /&gt;
#Find &amp;lt;code&amp;gt;ConfEndMethod=&amp;quot;0&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#Change the 0 to a 1&lt;br /&gt;
#Save the Template&lt;br /&gt;
#Apply Changes&lt;br /&gt;
#The next time the phone downloads it config (either on reboot or at 1am), the phone will have the new functionality.&lt;br /&gt;
&lt;br /&gt;
Alternatively, you could log into a phone on a case by case basis, navigate to Advanced=&amp;gt;Phone Settings, and change the setting for Conference Exit Result: from Disconnect All to Others Remain Connected. You will need to disable AutoDL config if you make this change manually, otherwise at 1am it will get its config from the PBX and undo your manual changes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Locked up Phone Recovery - Defaulting without a Network Connection&amp;lt;br/&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
We've found that in some instances a phone may download an improperly formatted config file. This could result in sporadic symptoms of the phone becoming locked or unresponsive, being unable to press any keys, etc.&amp;amp;nbsp; In this state the phone will often display the time but not respond to key presses. If this occurs, try the following to resolve:&lt;br /&gt;
&lt;br /&gt;
#Disconnect the phone entirely from the network&lt;br /&gt;
#Power via brick&lt;br /&gt;
#Default the phone&lt;br /&gt;
##Press Menu&lt;br /&gt;
##Choose Settings&lt;br /&gt;
##Choose Advanced Settings&lt;br /&gt;
##Press OK (no password)&lt;br /&gt;
##Select Load Default Settings&lt;br /&gt;
##Choose OK&lt;br /&gt;
##Reboot phone&lt;br /&gt;
#If the phone was supposed to be upgrading to a newer firmware version when the phone entered the locked up state then perform the following operations on the newly defaulted phone.&lt;br /&gt;
##Reconnect Phone to Network&lt;br /&gt;
##Autodiscover + Configure and Restart Phone&lt;br /&gt;
##Wait 5 minutes after phone appears to be registered it is important that you do not make any calls during this time as the phone is repairing the corrupted files.&amp;amp;nbsp; Note that phone may not display upgrading firmware for 1-2 minutes.&lt;br /&gt;
##After phone upgrades it's firmware it should reboot automatically and be usable immediately.&lt;br /&gt;
&lt;br /&gt;
=== The extension name is displaying incorrectly on phones since the name of that extension was changed, the Enterprise Phonebook does not seem to be updating ===&lt;br /&gt;
&lt;br /&gt;
#Navigate to PBX Setup=&amp;gt;Phone Global and enable Enterprise Phonebook (Download and Generate).&lt;br /&gt;
#Go to PBX Setup=&amp;gt;Services and click the blue link TFTP Files.&lt;br /&gt;
#Find and delete enterprise_phonebook.xml, then Apply Changes.&lt;br /&gt;
#When Apply Changes completes, reboot the phones that are displaying the wrong names. This should resolve your issue.&lt;br /&gt;
&lt;br /&gt;
=== How do I make the second call ringing to my phone get my Busy VM greeting instead of my NoAnswer greeting? ===&lt;br /&gt;
&lt;br /&gt;
*One method to do this would be to have the user press the Reject key on their phone when the second call comes in.&lt;br /&gt;
*Alternatively, you can log into the IP address of the phone, navigate to Phone Settings=&amp;gt;Basic and set Call Waiting to Off. In this configuration the phone will auto DND a second incoming call while you are on the phone. This causes the busy greeting to play any time a second call is sent to the phone. NOTE: you will need to turn off automatic configuration updates in any phones that you want to have this setting on or change it globally in the phone configuration template.&lt;br /&gt;
&lt;br /&gt;
=== Side Tone ===&lt;br /&gt;
&lt;br /&gt;
Side tone is an old TDM feature where you hear yourself back when you speak. We do not advise to enable this, as side tone can cause issues with SIP If your end user insists on having side tone, here is how you add it to the default template instead of having to manually enable it in each phone. Rev 1 phones will not support this at all, so they will need Rev 2 or later phones.&lt;br /&gt;
&lt;br /&gt;
*Edit the Default Phone Template found under PBX Setup=&amp;gt;Phone Global&lt;br /&gt;
*Find the section pertaining to SIP DSPs (this should be near the top)&lt;br /&gt;
&amp;lt;p style=&amp;quot;text-align: center&amp;quot;&amp;gt;[[File:SideTone.jpg|File:SideTone.jpg]]&amp;lt;/p&amp;gt;&lt;br /&gt;
*Add in &amp;lt;code&amp;gt;SideTone=&amp;quot;1&amp;quot; &amp;lt;/code&amp;gt; to this section. A setting of 1 means enabled, a setting of 0 means disabled.&lt;br /&gt;
*Save, Apply Changes, and then reboot the phones so they can download their updated config.&lt;br /&gt;
&lt;br /&gt;
=== I accidentally entered http:// in the SIP Server field and now my phone is locked up ===&lt;br /&gt;
&lt;br /&gt;
If you are manually configuring a phone and have accidentally entered http:// in the SIP server field, followed by an IP address, the phone will lock up. The display will show Xs and you will be unable to access the phone's WebGUI. If this has happened, we have an easily method to recover the phone.&lt;br /&gt;
&lt;br /&gt;
*Disconnect the LAN cable and power up with a power brick. If already on a brick, reboot after removing the cable.&lt;br /&gt;
*Once booted, default the phone via the phone menu.&lt;br /&gt;
&lt;br /&gt;
=== How do I access the Multiple Key Pages on the new IP620 ===&lt;br /&gt;
&lt;br /&gt;
(Does not work on IP620PE)&lt;br /&gt;
&lt;br /&gt;
To program the extra pages, you need to add an Expansion Module through the PBX programming. 32 keys = 4 pages of 8. Once programmed, you will use the left and right directional key on the phone to navigate to the extra pages. An indicator at the bottom of the screen will show you what pages is displaying.&lt;br /&gt;
&lt;br /&gt;
::NOTE:: There is currently a known issue where after the phone has downloaded its config it needs a reboot in order to display the new pages of keys.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;[[File:IP620 screen view.gif|File:IP620 screen view.gif]]&lt;br /&gt;
&lt;br /&gt;
=== How do I use the EHS/Bluetooth Dongle function on the new IP620B and IP320 rev2.3.0 ===&lt;br /&gt;
&lt;br /&gt;
EHS functionality will require an EHS module that plugs into the back of the phone. Once installed, you can use a standard wireless or wireless Bluetooth headset. The following guide will go over installation.&lt;br /&gt;
&lt;br /&gt;
[[File:IPitomy-BWM36 EHS Configuration User Guide.pdf|File:IPitomy-BWM36 EHS Configuration User Guide.pdf]]&lt;br /&gt;
&lt;br /&gt;
Once installed and paired, calls will ring to the headset.&amp;amp;nbsp; To answer, press the button on the headset once.&amp;amp;nbsp; To hang up, press the button on the headset once.&lt;br /&gt;
&lt;br /&gt;
NOTE: The phones need to be on version 2.3.2.4 or greater for the EHS to work.&lt;br /&gt;
&lt;br /&gt;
A note about Bluetooth headsets with a UC Base unit:&lt;br /&gt;
&lt;br /&gt;
[[File:Bluetooth pairing UC.pdf|File:Bluetooth pairing UC.pdf]]&lt;br /&gt;
&lt;br /&gt;
Here are some models of headset reported to work by dealers or used here in our office:&lt;br /&gt;
&lt;br /&gt;
*Delton X10&lt;br /&gt;
*BackBeat 903&lt;br /&gt;
*Plantronics Voyager Pro 510&lt;br /&gt;
*Plantronics PLT- D655&lt;br /&gt;
*Motorola 537X&lt;br /&gt;
*Plantronics M100&lt;br /&gt;
*Plantronics Discovery 600&lt;br /&gt;
*Inland ProHT Bluetooth Headset&lt;br /&gt;
*Jabra 920 (be sure to disable Missed Call in the headset interface or it will play a tone that sounds like ringing when you miss a call)&lt;br /&gt;
*[http://www.amazon.com/Bluetooth-Microphone-Headphone-Rechargable-Cancelling/dp/B013QV6UZ8/ref=sr_1_64?s=wireless&amp;amp;ie=UTF8&amp;amp;qid=1446722675&amp;amp;sr=1-64&amp;amp;keywords=AGPtek http://www.amazon.com/Bluetooth-Microphone-Headphone-Rechargable-Cancelling/dp/B013QV6UZ8/ref=sr_1_64?s=wireless&amp;amp;amp;ie=UTF8&amp;amp;amp;qid=1446722675&amp;amp;amp;sr=1-64&amp;amp;amp;keywords=AGPtek]&lt;br /&gt;
*[http://www.amazon.com/gp/product/B008HLVWH4?psc=1&amp;amp;redirect=true&amp;amp;ref_=oh_aui_search_detailpage http://www.amazon.com/gp/product/B008HLVWH4?psc=1&amp;amp;amp;redirect=true&amp;amp;amp;ref_=oh_aui_search_detailpage]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== How do I load a new background image on the IP620BG? ===&lt;br /&gt;
&lt;br /&gt;
You will need to log into the phone via its IP address. Once there, navigate to Phone Settings=&amp;gt;Wallpaper. The standard idle background in the phone is the Standby image, and must be a file that is 272x384.&lt;br /&gt;
&lt;br /&gt;
If you have loaded a bad image file and want to return to the background shipped with the phone, here is the file:&lt;br /&gt;
&lt;br /&gt;
[[File:IPitomy standby.jpg|File:IPitomy standby.jpg]]&lt;br /&gt;
&lt;br /&gt;
=== IP290 Wall Mount Solution ===&lt;br /&gt;
&lt;br /&gt;
If you would like to wall mount your IP290 phone, the following guide will give a functional option. The switch plate needed is available at most big box stores.&lt;br /&gt;
&lt;br /&gt;
[[File:290 wall mount.pdf|File:290 wall mount.pdf]]&lt;br /&gt;
&lt;br /&gt;
=== General Troubleshooting ===&lt;br /&gt;
&lt;br /&gt;
*The key to isolating new issues is to change one thing at a time and see what fixes the issue. The possible causes are 1) Hardware defect 2) Configuration defect 3) Network Issue 4) Software defect&lt;br /&gt;
&lt;br /&gt;
*What is the background / history of the issue? For example: This phone is Bob the IT guy's home phone. It has worked for 6 months without an issue, and now we are seeing an issue. Or we have done an install and everything is working except one phone?&lt;br /&gt;
&lt;br /&gt;
*Isolate the Issue. The easiest way to do this is to swap the phone with one that is working fine and has not demonstrated the issue. If the problem follows the phone, it is most likely a configuration or hardware issue. If the problem happens on the other phone in this same location, the problem is probably on the segment of the LAN. After this has been tested, try swapping the ports on the data switch. It could be a bad port on the switch. Another option is to swap cabling, or switch from POE to a power brick for testing.&lt;br /&gt;
&lt;br /&gt;
*Ensure the phone is on current firmware. If you have two phones on the same firmware, and only one experiences the issue, we can fairly confidently rule out a software defect.&lt;br /&gt;
&lt;br /&gt;
*Try defaulting and reprogramming the phone, this should eliminate any configuration issues.&lt;br /&gt;
&lt;br /&gt;
*Once all this is done, we would have found the cause of the problem or eliminated the majority of possible issues. At this time we would investigate the network. [[Troubleshooting Network]]&lt;/div&gt;</summary>
		<author><name>John Wolfe</name></author>
	</entry>
	<entry>
		<id>http://wiki.ipitomy.com/index.php?title=HD_Phone_FAQ&amp;diff=3813</id>
		<title>HD Phone FAQ</title>
		<link rel="alternate" type="text/html" href="http://wiki.ipitomy.com/index.php?title=HD_Phone_FAQ&amp;diff=3813"/>
		<updated>2015-12-22T18:05:47Z</updated>

		<summary type="html">&lt;p&gt;John Wolfe: /* How do I use the EHS/Bluetooth Dongle function on the new IP620B and IP320 rev2.3.0 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTITLE__&lt;br /&gt;
&lt;br /&gt;
== HD Phone FAQ ==&lt;br /&gt;
&lt;br /&gt;
=== I have an IP330 on a gigabit switch and I am periodically having issues with connectivity from a PC connected through the phone. Is there anything I can do to resolve the issue? ===&lt;br /&gt;
&lt;br /&gt;
On some older Network cards we have had reports of trouble when they go to sleep. This is apparently a common problem with an older RealTek network cards.&lt;br /&gt;
&lt;br /&gt;
Here are the things that we have seen work in the field:&lt;br /&gt;
&lt;br /&gt;
*Replace the cable with a gigabit cable. There are greater requirements upon the quality of the cable when supporting gigabit.&lt;br /&gt;
*In the hardware properties of the network card in windows, disable sleep. (In Win7 this is under Power Management -&amp;gt; Allow computer to turn off this device to save power).&lt;br /&gt;
*Set the speed to a fixed value in the PC, try 1000 or 10/100&lt;br /&gt;
&lt;br /&gt;
=== How can I download logs from the HD phone? ===&lt;br /&gt;
&lt;br /&gt;
Sometimes IPitomy will require you to get the logs from your phone so we can investigate an issue more deeply. Steps to accomplish this are:&lt;br /&gt;
&lt;br /&gt;
#Log into the IP address of the phone (username: root/password: root)&lt;br /&gt;
#Navigate to Phone Maintenance=&amp;gt;HTTP Upgrade&lt;br /&gt;
#Click the Download button next to All Config File:&lt;br /&gt;
&lt;br /&gt;
NOTE:It may take a few minutes to download all of the files, be patient.&lt;br /&gt;
&lt;br /&gt;
=== How do I configure my my HD Phones to use VLANs? ===&lt;br /&gt;
&lt;br /&gt;
If you need to use VLAN to control what IP addresses the phones pull from DHCP you can modify the Phone Configuration Template in the PBX. VLANs logically isolate network traffic, they do not necessarily physically isolate it. It is typically going to be used because there are more devices on the network then there are IP Addresses in a single subnet. Or in order to implement security.&lt;br /&gt;
&lt;br /&gt;
#Navigate to PBX Setup=&amp;gt;Phone Global&lt;br /&gt;
#Click Edit Current Template&lt;br /&gt;
#Find the following section in the template pertains to VLAN, this is how it appears by default&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;code&amp;gt;&lt;br /&gt;
 &amp;lt;VLANs&amp;gt;&lt;br /&gt;
 &amp;lt;Vlan LocalEnableVlan=&amp;quot;0&amp;quot; PCEnableVlan=&amp;quot;0&amp;quot; LocalVID=&amp;quot;0&amp;quot; PCVID=&amp;quot;0&amp;quot; LocalPriority=&amp;quot;0&amp;quot; PCPriority=&amp;quot;0&amp;quot; EnableVlan=&amp;quot;0&amp;quot;/&amp;gt;&lt;br /&gt;
 &amp;lt;/VLANs&amp;gt;&lt;br /&gt;
 &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Variable&lt;br /&gt;
! Function&lt;br /&gt;
! Settings&lt;br /&gt;
|-&lt;br /&gt;
| LocalEnableVlan&lt;br /&gt;
| Controls if the LAN port is using vLAN tagging&lt;br /&gt;
| 0 = Disabled, 1 = Enabled&lt;br /&gt;
|-&lt;br /&gt;
| PCEnableVlan&lt;br /&gt;
| Controls if the PC port is using vLAN tagging&lt;br /&gt;
| 0 = Disabled, 1 = Enabled&lt;br /&gt;
|-&lt;br /&gt;
| LocalVID&lt;br /&gt;
| Defines what vLAN tag the LAN port is using&lt;br /&gt;
| Set to the vLAN ID&lt;br /&gt;
|-&lt;br /&gt;
| PCVID&lt;br /&gt;
| Defines what vLAN tag the PC port is using&lt;br /&gt;
| Set to the vLAN ID&lt;br /&gt;
|-&lt;br /&gt;
| LocalPriority&lt;br /&gt;
| Not Used&lt;br /&gt;
| Leave at 0&lt;br /&gt;
|-&lt;br /&gt;
| PC Priority&lt;br /&gt;
| Not Used&lt;br /&gt;
| Leave at 0&lt;br /&gt;
|-&lt;br /&gt;
| EnableVlan&lt;br /&gt;
| Global setting to toggle vLAN on PC and LAN port&lt;br /&gt;
| 0 = Disabled, 1 = Enabled&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
*In the following example the LAN port will use VLAN 5 and the PC port will use VLAN 8, allowing the Phone and PC to get different IP addresses from the DHCP server:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;VLANs&amp;gt;&lt;br /&gt;
 &amp;lt;Vlan LocalEnableVlan=&amp;quot;1&amp;quot; PCEnableVlan=&amp;quot;1&amp;quot; LocalVID=&amp;quot;5&amp;quot; PCVID=&amp;quot;8&amp;quot; LocalPriority=&amp;quot;0&amp;quot; PCPriority=&amp;quot;0&amp;quot; EnableVlan=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;
 &amp;lt;/VLANs&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*When done modifying the template Save, Apply Changes, and now any phones that are configured to the PBX will have their configuration file modified to match the template changes.&lt;br /&gt;
&lt;br /&gt;
NOTE: If the phones are default, you may have to statically set them to use the correct VLAN so they can communicate with the PBX to get their configuration.&lt;br /&gt;
&lt;br /&gt;
=== How do I Enabled LLDP Globally for the Phones ===&lt;br /&gt;
&lt;br /&gt;
In the Global Template (PBX Setup=&amp;gt;Phone Global) you can search for LLDP and will see &amp;lt;code&amp;gt;LLDP=&amp;quot;0&amp;quot;&amp;lt;/code&amp;gt;, this designates that LLDP is disabled.  In order to enable you will need to change the 0 to a 1.  You will also need to add the following &amp;lt;code&amp;gt;  LLDPInterval=&amp;quot;60&amp;quot; &amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
When all is set the entry in the Global Template will look like this:&lt;br /&gt;
&amp;lt;code&amp;gt;LLDP=&amp;quot;1&amp;quot; LLDPInterval=&amp;quot;60&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click this link for general instructions on setting up [[LLDP]] in the switch.&lt;br /&gt;
&lt;br /&gt;
=== How can I set my Phone to use a static IP address? ===&lt;br /&gt;
&lt;br /&gt;
IPitomy supports configuring phones using DHCP and this is the best option for almost every network. If you would like to statically set IP addresses, we recommend that you use DHCP reservations to do this. In the vast majority of routers and DHCP servers there is an ability to assign a static IP address to a MAC address. While this process of assigning may be tedious, it is no less so than going to each individual phone and manually configuring the IP address (Static IP). In the end it eliminates any difficult modifications that you will need to make to configuration files and is just a way easier method to use for accomplishing the same task.&lt;br /&gt;
&lt;br /&gt;
If having this information, the phone still must be manually set to static IP addresses then you will need to understand the following information. You have several options for performing this configuration:&lt;br /&gt;
&lt;br /&gt;
==== Configure then Disable Configuration Updates ====&lt;br /&gt;
&lt;br /&gt;
#Automatically Configure the phones using DHCP&lt;br /&gt;
#Go to phone's web page (root/root to log in) Navigate to Phone Maintenance-&amp;gt;Auto Provision and uncheck the box that says Auto Download Config File.&lt;br /&gt;
#set the IP address to the desired static address&lt;br /&gt;
#The phone should keep it's original configuration and any changes made to phone configuration will now have to be done through the phone web interface. The exception to this is that you can change the phone keys in this configuration, just do NOT press Save and Configure. Press Save then Apply changes. The phone will update the keys at night when it downloads it's key configuration.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Change Configuration File Template ====&lt;br /&gt;
&lt;br /&gt;
'''Please read the section of the Documentation [[http://wiki.ipitomy.com/index.php/HD_Phones#A_Note_on_Changing_the_Global_Template Note on Changing the Global Template]] to understand the implications of using this method.'''&lt;br /&gt;
&lt;br /&gt;
The second option is more difficult to initially configure but is easier because you can still change phone settings. You should only do this if you are familiar with XML as you can break the configuration files by making changes here that lead to invalid XML.&lt;br /&gt;
&lt;br /&gt;
#Go to PBXSetup-&amp;gt;Phone Global&lt;br /&gt;
#Under &amp;quot;HD Phone Configuration Template&amp;quot; click &amp;quot;Reset Template to Default&amp;quot;&lt;br /&gt;
#Now click Edit Template. Under Networks - delete the entire Node called &amp;quot;network&amp;quot;&lt;br /&gt;
#Now phones should keep whatever you manually set them to.&lt;br /&gt;
#Note with this method that when you upgrade the PBX software you should be aware that we may make changes to the default template and you may have to reset the template and remake the changes in order to support additional functionality that is added in future releases.&lt;br /&gt;
&lt;br /&gt;
The final option here is to just manually configure the phone. This works but if you call tech support with an issue they will probably have you default and reconfigure the phone through the PBX as we change a number of options when we provision the phones to the PBX.&lt;br /&gt;
&lt;br /&gt;
=== Can I use HD Phones with my IP1000?&amp;lt;br/&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
''YES.&amp;amp;nbsp; HD phones will function normally as most other SIP phones with your IP1000.&amp;amp;nbsp;''&lt;br /&gt;
&lt;br /&gt;
In order to configure the phone you must use [[HD Phones#Manual|Manual Phone Configuration]].&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span style=&amp;quot;letter-spacing: 0.0px&amp;quot;&amp;gt;My BLF won’t light on my phone?&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;letter-spacing: 0.0px&amp;quot;&amp;gt;If you have a phone where a BLF will not come on when it is supposed to, there are several things you can do.&amp;amp;nbsp; The most important thing is to understand is how a BLF is turned on or off.&amp;amp;nbsp; When a phone goes off hook and connects with a call, it sends out a short status packet to the PBX.&amp;amp;nbsp; The packet simply says that the status has changed from available to busy.&amp;amp;nbsp; The PBX then updates all of the phones that have a subscription to the BLF with a status packet indicating that the status has changed to busy.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;letter-spacing: 0.0px&amp;quot;&amp;gt;The packet ether got there or it didn’t.&amp;amp;nbsp; If it didn’t, the status will not update.&amp;amp;nbsp; The status should update automatically every 30 minutes or so.&amp;amp;nbsp; If the packet was missed, everything should be back to normal the next time the phone re-subscribes (about every 30 minutes automatically). &amp;amp;nbsp;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;letter-spacing: 0.0px&amp;quot;&amp;gt;What can go wrong?&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;letter-spacing: 0.0px&amp;quot;&amp;gt;The packet might have been lost.&amp;amp;nbsp; What do I do? Why would the packet get lost in the first place?&amp;amp;nbsp; Is it magic?&amp;amp;nbsp; Is it being controlled by “The Force”?&amp;amp;nbsp; Probably not.&amp;amp;nbsp; The packet may have not arrived due to many factors.&amp;amp;nbsp; Most likely the flow of normal packets was disrupted.&amp;amp;nbsp; In the world of SIP, signaling packets have a very short life.&amp;amp;nbsp; They become stale if they are not delivered on time.&amp;amp;nbsp; The SIP packets are delivered using UDP.&amp;amp;nbsp; This protocol does not ask for a positive acknowledgement when a packet is received.&amp;amp;nbsp; It is assumed that it has been received.&amp;amp;nbsp; There are several things that can cause a packet to be delayed on a LAN.&amp;amp;nbsp; All these things have the same symptom. &amp;amp;nbsp;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;letter-spacing: 0.0px&amp;quot;&amp;gt;Here is a short troubleshooting guide:&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
#Perhaps you have recently restarted all services or rebooted your PBX. &amp;amp;nbsp;You phones lose their BLF subscriptions when this occurs. &amp;amp;nbsp;The phones will resubscribe automatically in time. &amp;amp;nbsp;If you wish to have the BLFs work immediately then you will need to reboot the effected phones.&lt;br /&gt;
#&amp;lt;span style=&amp;quot;letter-spacing: 0.0px&amp;quot;&amp;gt;The packet might not be the culprit; maybe your lamp is broken.&amp;amp;nbsp; Test this by going to the button on the phone and select diagnostics.&amp;amp;nbsp; Select the option lights.&amp;amp;nbsp; Did the light come on?&amp;amp;nbsp; If it did, it’s not the light.&amp;lt;/span&amp;gt;&lt;br /&gt;
#&amp;lt;span style=&amp;quot;letter-spacing: 0.0px&amp;quot;&amp;gt;To narrow this down a little further, it is best to remove all doubt.&amp;amp;nbsp; Restore the phone to factory defaults and reprogram it.&amp;amp;nbsp; Test it and see if the problem happens again.&amp;amp;nbsp; If it does, go to the next step.&amp;lt;/span&amp;gt;&lt;br /&gt;
#Troubleshoot the network. &amp;amp;nbsp;See this guide for assistance&amp;amp;nbsp;[[Troubleshooting: Network|Network Troubleshooting]]&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;letter-spacing: 0.0px&amp;quot;&amp;gt;There is no such thing as black magic.&amp;amp;nbsp; The BLF did not turn on for a good reason.&amp;amp;nbsp; If you want to go with the percentages, it breaks down like this:&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;letter-spacing: 0.0px&amp;quot;&amp;gt;Less than 1% light is out.&amp;amp;nbsp; Check it anyway in diagnostics.&amp;amp;nbsp; It does not take any time.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;letter-spacing: 0.0px&amp;quot;&amp;gt;Less than 1%The phone is broken.&amp;amp;nbsp; This is very unlikely for a BLF&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;letter-spacing: 0.0px&amp;quot;&amp;gt;85%Cabling – Loose connector – bad patch cord&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;letter-spacing: 0.0px&amp;quot;&amp;gt;13%QOS not set up or set up wrong&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;letter-spacing: 0.0px&amp;quot;&amp;gt;Moral of the story:&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;letter-spacing: 0.0px&amp;quot;&amp;gt;Carry a known good patch cable and some tools to re-connect the wall jacks.&amp;amp;nbsp; Rule this out first and you will save a lot of time over the long run.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span style=&amp;quot;font-size:large&amp;quot;&amp;gt;'''I am using a Plantronics headset and experience buzzing at my phone.'''&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;Dealers have found that installing a &amp;lt;span id=&amp;quot;grpDescrip_76-998-233&amp;quot;&amp;gt;PLANTRONICS 70584-01 RFI Filter&amp;lt;/span&amp;gt; resolved this issue.&lt;br /&gt;
&lt;br /&gt;
=== 3 Way Conference alternate functionality ===&lt;br /&gt;
&lt;br /&gt;
Sometimes an end user will want the ability to create a 3-way conference call at a phone, hang up, but have the other parties remain connected. This can be accomplished by modifying the Global Template for the phones, thereby modifying the behavior in each phone:&lt;br /&gt;
&lt;br /&gt;
#Navigate in the PBX to PBX Setup=&amp;gt;Phone Global&lt;br /&gt;
#Click the button to Edit Current Template&lt;br /&gt;
#Find &amp;lt;code&amp;gt;ConfEndMethod=&amp;quot;0&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#Change the 0 to a 1&lt;br /&gt;
#Save the Template&lt;br /&gt;
#Apply Changes&lt;br /&gt;
#The next time the phone downloads it config (either on reboot or at 1am), the phone will have the new functionality.&lt;br /&gt;
&lt;br /&gt;
Alternatively, you could log into a phone on a case by case basis, navigate to Advanced=&amp;gt;Phone Settings, and change the setting for Conference Exit Result: from Disconnect All to Others Remain Connected. You will need to disable AutoDL config if you make this change manually, otherwise at 1am it will get its config from the PBX and undo your manual changes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Locked up Phone Recovery - Defaulting without a Network Connection&amp;lt;br/&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
We've found that in some instances a phone may download an improperly formatted config file. This could result in sporadic symptoms of the phone becoming locked or unresponsive, being unable to press any keys, etc.&amp;amp;nbsp; In this state the phone will often display the time but not respond to key presses. If this occurs, try the following to resolve:&lt;br /&gt;
&lt;br /&gt;
#Disconnect the phone entirely from the network&lt;br /&gt;
#Power via brick&lt;br /&gt;
#Default the phone&lt;br /&gt;
##Press Menu&lt;br /&gt;
##Choose Settings&lt;br /&gt;
##Choose Advanced Settings&lt;br /&gt;
##Press OK (no password)&lt;br /&gt;
##Select Load Default Settings&lt;br /&gt;
##Choose OK&lt;br /&gt;
##Reboot phone&lt;br /&gt;
#If the phone was supposed to be upgrading to a newer firmware version when the phone entered the locked up state then perform the following operations on the newly defaulted phone.&lt;br /&gt;
##Reconnect Phone to Network&lt;br /&gt;
##Autodiscover + Configure and Restart Phone&lt;br /&gt;
##Wait 5 minutes after phone appears to be registered it is important that you do not make any calls during this time as the phone is repairing the corrupted files.&amp;amp;nbsp; Note that phone may not display upgrading firmware for 1-2 minutes.&lt;br /&gt;
##After phone upgrades it's firmware it should reboot automatically and be usable immediately.&lt;br /&gt;
&lt;br /&gt;
=== The extension name is displaying incorrectly on phones since the name of that extension was changed, the Enterprise Phonebook does not seem to be updating ===&lt;br /&gt;
&lt;br /&gt;
#Navigate to PBX Setup=&amp;gt;Phone Global and enable Enterprise Phonebook (Download and Generate).&lt;br /&gt;
#Go to PBX Setup=&amp;gt;Services and click the blue link TFTP Files.&lt;br /&gt;
#Find and delete enterprise_phonebook.xml, then Apply Changes.&lt;br /&gt;
#When Apply Changes completes, reboot the phones that are displaying the wrong names. This should resolve your issue.&lt;br /&gt;
&lt;br /&gt;
=== How do I make the second call ringing to my phone get my Busy VM greeting instead of my NoAnswer greeting? ===&lt;br /&gt;
&lt;br /&gt;
*One method to do this would be to have the user press the Reject key on their phone when the second call comes in.&lt;br /&gt;
*Alternatively, you can log into the IP address of the phone, navigate to Phone Settings=&amp;gt;Basic and set Call Waiting to Off. In this configuration the phone will auto DND a second incoming call while you are on the phone. This causes the busy greeting to play any time a second call is sent to the phone. NOTE: you will need to turn off automatic configuration updates in any phones that you want to have this setting on or change it globally in the phone configuration template.&lt;br /&gt;
&lt;br /&gt;
=== Side Tone ===&lt;br /&gt;
&lt;br /&gt;
Side tone is an old TDM feature where you hear yourself back when you speak. We do not advise to enable this, as side tone can cause issues with SIP If your end user insists on having side tone, here is how you add it to the default template instead of having to manually enable it in each phone. Rev 1 phones will not support this at all, so they will need Rev 2 or later phones.&lt;br /&gt;
&lt;br /&gt;
*Edit the Default Phone Template found under PBX Setup=&amp;gt;Phone Global&lt;br /&gt;
*Find the section pertaining to SIP DSPs (this should be near the top)&lt;br /&gt;
&amp;lt;p style=&amp;quot;text-align: center&amp;quot;&amp;gt;[[File:SideTone.jpg|File:SideTone.jpg]]&amp;lt;/p&amp;gt;&lt;br /&gt;
*Add in &amp;lt;code&amp;gt;SideTone=&amp;quot;1&amp;quot; &amp;lt;/code&amp;gt; to this section. A setting of 1 means enabled, a setting of 0 means disabled.&lt;br /&gt;
*Save, Apply Changes, and then reboot the phones so they can download their updated config.&lt;br /&gt;
&lt;br /&gt;
=== I accidentally entered http:// in the SIP Server field and now my phone is locked up ===&lt;br /&gt;
&lt;br /&gt;
If you are manually configuring a phone and have accidentally entered http:// in the SIP server field, followed by an IP address, the phone will lock up. The display will show Xs and you will be unable to access the phone's WebGUI. If this has happened, we have an easily method to recover the phone.&lt;br /&gt;
&lt;br /&gt;
*Disconnect the LAN cable and power up with a power brick. If already on a brick, reboot after removing the cable.&lt;br /&gt;
*Once booted, default the phone via the phone menu.&lt;br /&gt;
&lt;br /&gt;
=== How do I access the Multiple Key Pages on the new IP620 ===&lt;br /&gt;
&lt;br /&gt;
(Does not work on IP620PE)&lt;br /&gt;
&lt;br /&gt;
To program the extra pages, you need to add an Expansion Module through the PBX programming. 32 keys = 4 pages of 8. Once programmed, you will use the left and right directional key on the phone to navigate to the extra pages. An indicator at the bottom of the screen will show you what pages is displaying.&lt;br /&gt;
&lt;br /&gt;
::NOTE:: There is currently a known issue where after the phone has downloaded its config it needs a reboot in order to display the new pages of keys.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;[[File:IP620 screen view.gif|File:IP620 screen view.gif]]&lt;br /&gt;
&lt;br /&gt;
=== How do I use the EHS/Bluetooth Dongle function on the new IP620B and IP320 rev2.3.0 ===&lt;br /&gt;
&lt;br /&gt;
EHS functionality will require an EHS module that plugs into the back of the phone. Once installed, you can use a standard wireless or wireless Bluetooth headset. The following guide will go over installation.&lt;br /&gt;
&lt;br /&gt;
[[File:IPitomy-BWM36 EHS Configuration User Guide.pdf|File:IPitomy-BWM36 EHS Configuration User Guide.pdf]]&lt;br /&gt;
&lt;br /&gt;
Once installed and paired, calls will ring to the headset.&amp;amp;nbsp; To answer, press the button on the headset once.&amp;amp;nbsp; To hang up, press the button on the headset once.&lt;br /&gt;
&lt;br /&gt;
NOTE: The phones need to be on version 2.3.2.4 or greater for the EHS to work.&lt;br /&gt;
&lt;br /&gt;
A note about Bluetooth headsets with a UC Base unit:&lt;br /&gt;
&lt;br /&gt;
[[File:Bluetooth pairing UC.pdf|File:Bluetooth pairing UC.pdf]]&lt;br /&gt;
&lt;br /&gt;
Here are some models of headset reported to work by dealers or used here in our office:&lt;br /&gt;
&lt;br /&gt;
*Delton X10&lt;br /&gt;
*BackBeat 903&lt;br /&gt;
*Plantronics Voyager Pro 510&lt;br /&gt;
*Plantronics PLT- D655&lt;br /&gt;
*Motorola 537X&lt;br /&gt;
*Plantronics M100&lt;br /&gt;
*Plantronics Discovery 600&lt;br /&gt;
*Inland ProHT Bluetooth Headset&lt;br /&gt;
*Jabra 920 (be sure to disable Missed Call in the headset interface or it will play a tone that sounds like ringing when you miss a call)&lt;br /&gt;
*[http://www.amazon.com/Bluetooth-Microphone-Headphone-Rechargable-Cancelling/dp/B013QV6UZ8/ref=sr_1_64?s=wireless&amp;amp;ie=UTF8&amp;amp;qid=1446722675&amp;amp;sr=1-64&amp;amp;keywords=AGPtek http://www.amazon.com/Bluetooth-Microphone-Headphone-Rechargable-Cancelling/dp/B013QV6UZ8/ref=sr_1_64?s=wireless&amp;amp;amp;ie=UTF8&amp;amp;amp;qid=1446722675&amp;amp;amp;sr=1-64&amp;amp;amp;keywords=AGPtek]&lt;br /&gt;
*[http://www.amazon.com/gp/product/B008HLVWH4?psc=1&amp;amp;redirect=true&amp;amp;ref_=oh_aui_search_detailpage http://www.amazon.com/gp/product/B008HLVWH4?psc=1&amp;amp;amp;redirect=true&amp;amp;amp;ref_=oh_aui_search_detailpage]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Configuration of Plantronics CS540'''&lt;br /&gt;
&lt;br /&gt;
To use the Plantronics CS540 with the EHS device it is important to set it up according to the following diagrams.&lt;br /&gt;
&lt;br /&gt;
[[File:1511.JPG|File:1511.JPG]]&lt;br /&gt;
&lt;br /&gt;
The setting on the base unit should be dialed in as set in this photo.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:1512.JPG|File:1512.JPG]]&lt;br /&gt;
&lt;br /&gt;
The Cable shown above is the cable used to connect to the EHS&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:1513.JPG|File:1513.JPG]]&lt;br /&gt;
&lt;br /&gt;
Connect as shown in the folloing two photos.&lt;br /&gt;
&lt;br /&gt;
[[File:1514.JPG|File:1514.JPG]]&lt;br /&gt;
&lt;br /&gt;
=== How do I load a new background image on the IP620BG? ===&lt;br /&gt;
&lt;br /&gt;
You will need to log into the phone via its IP address. Once there, navigate to Phone Settings=&amp;gt;Wallpaper. The standard idle background in the phone is the Standby image, and must be a file that is 272x384.&lt;br /&gt;
&lt;br /&gt;
If you have loaded a bad image file and want to return to the background shipped with the phone, here is the file:&lt;br /&gt;
&lt;br /&gt;
[[File:IPitomy standby.jpg|File:IPitomy standby.jpg]]&lt;br /&gt;
&lt;br /&gt;
=== IP290 Wall Mount Solution ===&lt;br /&gt;
&lt;br /&gt;
If you would like to wall mount your IP290 phone, the following guide will give a functional option. The switch plate needed is available at most big box stores.&lt;br /&gt;
&lt;br /&gt;
[[File:290 wall mount.pdf|File:290 wall mount.pdf]]&lt;br /&gt;
&lt;br /&gt;
=== General Troubleshooting ===&lt;br /&gt;
&lt;br /&gt;
*The key to isolating new issues is to change one thing at a time and see what fixes the issue. The possible causes are 1) Hardware defect 2) Configuration defect 3) Network Issue 4) Software defect&lt;br /&gt;
&lt;br /&gt;
*What is the background / history of the issue? For example: This phone is Bob the IT guy's home phone. It has worked for 6 months without an issue, and now we are seeing an issue. Or we have done an install and everything is working except one phone?&lt;br /&gt;
&lt;br /&gt;
*Isolate the Issue. The easiest way to do this is to swap the phone with one that is working fine and has not demonstrated the issue. If the problem follows the phone, it is most likely a configuration or hardware issue. If the problem happens on the other phone in this same location, the problem is probably on the segment of the LAN. After this has been tested, try swapping the ports on the data switch. It could be a bad port on the switch. Another option is to swap cabling, or switch from POE to a power brick for testing.&lt;br /&gt;
&lt;br /&gt;
*Ensure the phone is on current firmware. If you have two phones on the same firmware, and only one experiences the issue, we can fairly confidently rule out a software defect.&lt;br /&gt;
&lt;br /&gt;
*Try defaulting and reprogramming the phone, this should eliminate any configuration issues.&lt;br /&gt;
&lt;br /&gt;
*Once all this is done, we would have found the cause of the problem or eliminated the majority of possible issues. At this time we would investigate the network. [[Troubleshooting Network]]&lt;/div&gt;</summary>
		<author><name>John Wolfe</name></author>
	</entry>
	<entry>
		<id>http://wiki.ipitomy.com/index.php?title=File:1514.JPG&amp;diff=3812</id>
		<title>File:1514.JPG</title>
		<link rel="alternate" type="text/html" href="http://wiki.ipitomy.com/index.php?title=File:1514.JPG&amp;diff=3812"/>
		<updated>2015-12-22T18:05:09Z</updated>

		<summary type="html">&lt;p&gt;John Wolfe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RMImage&lt;br /&gt;
|Filename=File:1514.JPG&lt;br /&gt;
|CopyrightBy=&lt;br /&gt;
|CreationDate=2015/12/22&lt;br /&gt;
|Uploader=John Wolfe&lt;br /&gt;
|UploadDate=2015/12/22&lt;br /&gt;
|Description=&lt;br /&gt;
|Keywords=&lt;br /&gt;
|Format=image/jpeg&lt;br /&gt;
|RelatedArticles=HD Phone FAQ&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>John Wolfe</name></author>
	</entry>
	<entry>
		<id>http://wiki.ipitomy.com/index.php?title=File:1514.JPG&amp;diff=3811</id>
		<title>File:1514.JPG</title>
		<link rel="alternate" type="text/html" href="http://wiki.ipitomy.com/index.php?title=File:1514.JPG&amp;diff=3811"/>
		<updated>2015-12-22T18:05:09Z</updated>

		<summary type="html">&lt;p&gt;John Wolfe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>John Wolfe</name></author>
	</entry>
	<entry>
		<id>http://wiki.ipitomy.com/index.php?title=File:1513.JPG&amp;diff=3810</id>
		<title>File:1513.JPG</title>
		<link rel="alternate" type="text/html" href="http://wiki.ipitomy.com/index.php?title=File:1513.JPG&amp;diff=3810"/>
		<updated>2015-12-22T18:04:19Z</updated>

		<summary type="html">&lt;p&gt;John Wolfe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RMImage&lt;br /&gt;
|Filename=File:1513.JPG&lt;br /&gt;
|CopyrightBy=&lt;br /&gt;
|CreationDate=2015/12/22&lt;br /&gt;
|Uploader=John Wolfe&lt;br /&gt;
|UploadDate=2015/12/22&lt;br /&gt;
|Description=&lt;br /&gt;
|Keywords=&lt;br /&gt;
|Format=image/jpeg&lt;br /&gt;
|RelatedArticles=HD Phone FAQ&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>John Wolfe</name></author>
	</entry>
	<entry>
		<id>http://wiki.ipitomy.com/index.php?title=File:1513.JPG&amp;diff=3809</id>
		<title>File:1513.JPG</title>
		<link rel="alternate" type="text/html" href="http://wiki.ipitomy.com/index.php?title=File:1513.JPG&amp;diff=3809"/>
		<updated>2015-12-22T18:04:18Z</updated>

		<summary type="html">&lt;p&gt;John Wolfe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>John Wolfe</name></author>
	</entry>
	<entry>
		<id>http://wiki.ipitomy.com/index.php?title=File:1512.JPG&amp;diff=3808</id>
		<title>File:1512.JPG</title>
		<link rel="alternate" type="text/html" href="http://wiki.ipitomy.com/index.php?title=File:1512.JPG&amp;diff=3808"/>
		<updated>2015-12-22T18:03:32Z</updated>

		<summary type="html">&lt;p&gt;John Wolfe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RMImage&lt;br /&gt;
|Filename=File:1512.JPG&lt;br /&gt;
|CreationDate=2015/12/22&lt;br /&gt;
|Uploader=John Wolfe&lt;br /&gt;
|UploadDate=2015/12/22&lt;br /&gt;
|Format=image/jpeg&lt;br /&gt;
|RelatedArticles=HD Phone FAQ&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>John Wolfe</name></author>
	</entry>
	<entry>
		<id>http://wiki.ipitomy.com/index.php?title=File:1512.JPG&amp;diff=3807</id>
		<title>File:1512.JPG</title>
		<link rel="alternate" type="text/html" href="http://wiki.ipitomy.com/index.php?title=File:1512.JPG&amp;diff=3807"/>
		<updated>2015-12-22T18:03:32Z</updated>

		<summary type="html">&lt;p&gt;John Wolfe: uploaded a new version of &amp;amp;quot;File:1512.JPG&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RMImage&lt;br /&gt;
|Filename=File:1512.JPG&lt;br /&gt;
|CopyrightBy=&lt;br /&gt;
|CreationDate=2015/12/22&lt;br /&gt;
|Uploader=John Wolfe&lt;br /&gt;
|UploadDate=2015/12/22&lt;br /&gt;
|Description=&lt;br /&gt;
|Keywords=&lt;br /&gt;
|Format=image/jpeg&lt;br /&gt;
|RelatedArticles=HD Phone FAQ&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>John Wolfe</name></author>
	</entry>
	<entry>
		<id>http://wiki.ipitomy.com/index.php?title=File:1512.JPG&amp;diff=3806</id>
		<title>File:1512.JPG</title>
		<link rel="alternate" type="text/html" href="http://wiki.ipitomy.com/index.php?title=File:1512.JPG&amp;diff=3806"/>
		<updated>2015-12-22T18:02:46Z</updated>

		<summary type="html">&lt;p&gt;John Wolfe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RMImage&lt;br /&gt;
|Filename=File:1512.JPG&lt;br /&gt;
|CopyrightBy=&lt;br /&gt;
|CreationDate=2015/12/22&lt;br /&gt;
|Uploader=John Wolfe&lt;br /&gt;
|UploadDate=2015/12/22&lt;br /&gt;
|Description=&lt;br /&gt;
|Keywords=&lt;br /&gt;
|Format=image/jpeg&lt;br /&gt;
|RelatedArticles=HD Phone FAQ&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>John Wolfe</name></author>
	</entry>
	<entry>
		<id>http://wiki.ipitomy.com/index.php?title=File:1512.JPG&amp;diff=3805</id>
		<title>File:1512.JPG</title>
		<link rel="alternate" type="text/html" href="http://wiki.ipitomy.com/index.php?title=File:1512.JPG&amp;diff=3805"/>
		<updated>2015-12-22T18:02:46Z</updated>

		<summary type="html">&lt;p&gt;John Wolfe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>John Wolfe</name></author>
	</entry>
	<entry>
		<id>http://wiki.ipitomy.com/index.php?title=File:1511.JPG&amp;diff=3804</id>
		<title>File:1511.JPG</title>
		<link rel="alternate" type="text/html" href="http://wiki.ipitomy.com/index.php?title=File:1511.JPG&amp;diff=3804"/>
		<updated>2015-12-22T18:01:37Z</updated>

		<summary type="html">&lt;p&gt;John Wolfe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RMImage&lt;br /&gt;
|Filename=File:1511.JPG&lt;br /&gt;
|CopyrightBy=&lt;br /&gt;
|CreationDate=2015/12/22&lt;br /&gt;
|Uploader=John Wolfe&lt;br /&gt;
|UploadDate=2015/12/22&lt;br /&gt;
|Description=&lt;br /&gt;
|Keywords=&lt;br /&gt;
|Format=image/jpeg&lt;br /&gt;
|RelatedArticles=HD Phone FAQ&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>John Wolfe</name></author>
	</entry>
	<entry>
		<id>http://wiki.ipitomy.com/index.php?title=File:1511.JPG&amp;diff=3803</id>
		<title>File:1511.JPG</title>
		<link rel="alternate" type="text/html" href="http://wiki.ipitomy.com/index.php?title=File:1511.JPG&amp;diff=3803"/>
		<updated>2015-12-22T18:01:37Z</updated>

		<summary type="html">&lt;p&gt;John Wolfe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>John Wolfe</name></author>
	</entry>
	<entry>
		<id>http://wiki.ipitomy.com/index.php?title=Mitel_5224_Setup&amp;diff=3697</id>
		<title>Mitel 5224 Setup</title>
		<link rel="alternate" type="text/html" href="http://wiki.ipitomy.com/index.php?title=Mitel_5224_Setup&amp;diff=3697"/>
		<updated>2015-10-30T14:44:29Z</updated>

		<summary type="html">&lt;p&gt;John Wolfe: Created page with &amp;quot;#  Confiture an extension in '''IPitomy | destinations| Extensions |''' with the extension '''number''' configured in '''general''' settings and, in '''advanced''' settings, t...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#&lt;br /&gt;
&lt;br /&gt;
Confiture an extension in '''IPitomy | destinations| Extensions |''' with the extension '''number''' configured in '''general''' settings and, in '''advanced''' settings, the '''password '''&amp;lt;span style=&amp;quot;font-weight: normal&amp;quot;&amp;gt;and&amp;lt;/span&amp;gt;'''phone type''' ('''Generic''') the rest should be default&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#&lt;br /&gt;
&lt;br /&gt;
On the Mitel 5224:&lt;br /&gt;
&lt;br /&gt;
#&lt;br /&gt;
&lt;br /&gt;
Factory default&lt;br /&gt;
&lt;br /&gt;
a. Press '''both''' the '''up''' and '''down''' keys while applying power to the phone&lt;br /&gt;
&lt;br /&gt;
b. At '''Network settings''' press '''No''' until '''Tools &amp;amp; Features''' appear&lt;br /&gt;
&lt;br /&gt;
c. Press '''Yes'''&lt;br /&gt;
&lt;br /&gt;
d. Press '''No''' until '''Restore Defaults''' appear&lt;br /&gt;
&lt;br /&gt;
e. Press '''Yes'''&lt;br /&gt;
&lt;br /&gt;
f. Press '''Confirm'''&lt;br /&gt;
&lt;br /&gt;
#&lt;br /&gt;
&lt;br /&gt;
SIP Mode&lt;br /&gt;
&lt;br /&gt;
a. Press the '''Super key''' (blue key) while applying power to the phone&lt;br /&gt;
&lt;br /&gt;
b. At '''Configure Phone''' press '''Ye'''s&lt;br /&gt;
&lt;br /&gt;
c. Press '''No''' until '''Phone Mode''' appears, Press '''Yes'''&lt;br /&gt;
&lt;br /&gt;
d. At '''Protocol''' press '''Yes'''&lt;br /&gt;
&lt;br /&gt;
e. At '''Phone Mode Minet''' press '''change''' then press '''SIP'''&lt;br /&gt;
&lt;br /&gt;
f. At '''Store Changes''' press '''Yes'''&lt;br /&gt;
&lt;br /&gt;
g. At '''reboot now''' press '''yes'''&lt;br /&gt;
&lt;br /&gt;
#&lt;br /&gt;
&lt;br /&gt;
Access Web GUI for 5224&lt;br /&gt;
&lt;br /&gt;
a. When phone is booted up press the S'''uper key'''&lt;br /&gt;
&lt;br /&gt;
b. Press the bottom right feature key on phone set, IP address and MAC address will appear&lt;br /&gt;
&lt;br /&gt;
c. Open a web browser and go to the IP address from b. above&lt;br /&gt;
&lt;br /&gt;
d. A Logon Window will appear, the '''User Nam'''e is '''admin''' the '''pasword''' is '''5224'''&lt;br /&gt;
&lt;br /&gt;
e. The following screen appears on login&lt;br /&gt;
&lt;br /&gt;
f. The left hand column has links to specific programming pages as well as the firmware load at the top of the page. The firmware on this phone was 04.00.00.07 features and methods may vary with different firmware loads.&lt;br /&gt;
&lt;br /&gt;
#&lt;br /&gt;
&lt;br /&gt;
Network Config&lt;br /&gt;
&lt;br /&gt;
a. Click the '''Network Config''' Link&lt;br /&gt;
&lt;br /&gt;
b. Set the '''Basic''' | '''SIP Phone Host Name'''&lt;br /&gt;
&lt;br /&gt;
c. Set the '''Domain Name''' to the IP of the ipitomy IPPBX&lt;br /&gt;
&lt;br /&gt;
d. Set '''DHCP''' as desired (dhcp on/off)&lt;br /&gt;
&lt;br /&gt;
e. Set the '''SIP Phone IP Address , Subnet Mask, Default Gateway''' and '''DNS''' as needed (with DHCP '''On,''' this will display the DHCP addresses.&lt;br /&gt;
&lt;br /&gt;
f. Set the '''Additional Servers | SNTP Server''' to the ip of the Ipitomy IPPBX&lt;br /&gt;
&lt;br /&gt;
g. Set the '''Time Zone , Daylight Savings Mode and Start/End Settings''' as desired&lt;br /&gt;
&lt;br /&gt;
h. Click '''Save and Reboot''' or '''apply''' if more programming is to be done&lt;br /&gt;
&lt;br /&gt;
#&lt;br /&gt;
&lt;br /&gt;
User config&lt;br /&gt;
&lt;br /&gt;
a. Click the '''User Config''' link&lt;br /&gt;
&lt;br /&gt;
b. Insert Extension number in '''User ID and SIP Authentication User Name'''&amp;lt;span style=&amp;quot;font-weight: normal&amp;quot;&amp;gt;fields&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
c. Insert the name to be displayed in the 5224 display in the U'''ser Display Name''' field&lt;br /&gt;
&lt;br /&gt;
d. Insert the SIP authentication password from the ipitomy D'''estination|Extensions|Advanced p'''&amp;lt;span style=&amp;quot;font-weight: normal&amp;quot;&amp;gt;age in the&amp;lt;/span&amp;gt;'''SIP Authentication Password '''&amp;lt;span style=&amp;quot;font-weight: normal&amp;quot;&amp;gt;field&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
e. Click S'''ave and Reboot '''&amp;lt;span style=&amp;quot;font-weight: normal&amp;quot;&amp;gt;or&amp;lt;/span&amp;gt;'''apply''' if more programming is to be done&lt;br /&gt;
&lt;br /&gt;
#&lt;br /&gt;
&lt;br /&gt;
SIP config&lt;br /&gt;
&lt;br /&gt;
a. Click the '''SIP Config''' link on left side&lt;br /&gt;
&lt;br /&gt;
b. Insert the IP address of the Ipitomy IPPBX in the: '''SIP Proxy server, Sip Registry Server, Outbound Server URL, '''&amp;lt;span style=&amp;quot;font-weight: normal&amp;quot;&amp;gt;and&amp;lt;/span&amp;gt;'''Voicemail Server''' fields&lt;br /&gt;
&lt;br /&gt;
c. Change '''Authenticate Mode''' to '''Basic'''&lt;br /&gt;
&lt;br /&gt;
d. Click '''Save and Reboot '''&amp;lt;span style=&amp;quot;font-weight: normal&amp;quot;&amp;gt;or&amp;lt;/span&amp;gt;'''Apply''' if more programming is to be done&lt;br /&gt;
&lt;br /&gt;
#&lt;br /&gt;
&lt;br /&gt;
Media Config&lt;br /&gt;
&lt;br /&gt;
a. click the '''Media Config''' link&lt;br /&gt;
&lt;br /&gt;
b. set '''DTMF type''' to '''automatic'''&lt;br /&gt;
&lt;br /&gt;
c. set '''Media Start Port''' to '''10000'''&lt;br /&gt;
&lt;br /&gt;
d. set '''Media End Port''' to '''20000'''&lt;br /&gt;
&lt;br /&gt;
e. click S'''ave and Reboot '''&amp;lt;span style=&amp;quot;font-weight: normal&amp;quot;&amp;gt;or&amp;lt;/span&amp;gt;'''Apply''' if more programming is to be done&lt;br /&gt;
&lt;br /&gt;
Note: the mitel should link to the IPitomy at this time with a S'''ave and Reboot'''. On the mitel&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol start=&amp;quot;10&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Key Programming the first 4 keys on bottom right of the phone are pre-assigned and cannot be changed. The top 3 keys on top right are pre-assigned and may be changed. Active call features cannot be programmed onto feature keys due to the key will select a new line key to make the new speed dial call and not affect the in progress call. a Click the '''Key Programming''' Link&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
b. click on the P'''rogrammable Key:''' field and select a button&lt;br /&gt;
&lt;br /&gt;
c. click on the '''Feature''' and select from the drop down list of features, the only features recommended to be used are '''Speed dial key, Call log, Advisory message on/off, and Headset on/off.'''&lt;br /&gt;
&lt;br /&gt;
d. If '''Speed Dial Key''' was selected click on the '''Speed Dial Address''' and enter the number desired to be dialed. Leave the '''Address Name/Number''' field at default.&lt;br /&gt;
&lt;br /&gt;
e. Click '''Apply''' (not applying will result in programming not being saved) repeat above steps until all keys are programmed and then click '''Save and Reboot'''.&lt;br /&gt;
&lt;br /&gt;
f. after reboot go back and verify the changes remained programmed in the phone.&lt;br /&gt;
&amp;lt;ol start=&amp;quot;10&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Date and Time a. Click the '''Date/Time''' field&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
b. set the correct date and time&lt;br /&gt;
&lt;br /&gt;
c. Click '''Apply'''&lt;/div&gt;</summary>
		<author><name>John Wolfe</name></author>
	</entry>
	<entry>
		<id>http://wiki.ipitomy.com/index.php?title=File:Mitel_5224_setup_for_ipitomy.odt&amp;diff=3696</id>
		<title>File:Mitel 5224 setup for ipitomy.odt</title>
		<link rel="alternate" type="text/html" href="http://wiki.ipitomy.com/index.php?title=File:Mitel_5224_setup_for_ipitomy.odt&amp;diff=3696"/>
		<updated>2015-10-30T14:40:36Z</updated>

		<summary type="html">&lt;p&gt;John Wolfe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RMImage&lt;br /&gt;
|Filename=File:Mitel 5224 setup for ipitomy.odt&lt;br /&gt;
|CreationDate=2015/10/30&lt;br /&gt;
|Uploader=John Wolfe&lt;br /&gt;
|UploadDate=2015/10/30&lt;br /&gt;
|Format=application/vnd.oasis.opendocument.text&lt;br /&gt;
|RelatedArticles=Mitel 5224 Setup&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>John Wolfe</name></author>
	</entry>
	<entry>
		<id>http://wiki.ipitomy.com/index.php?title=File:Mitel_5224_setup_for_ipitomy.odt&amp;diff=3695</id>
		<title>File:Mitel 5224 setup for ipitomy.odt</title>
		<link rel="alternate" type="text/html" href="http://wiki.ipitomy.com/index.php?title=File:Mitel_5224_setup_for_ipitomy.odt&amp;diff=3695"/>
		<updated>2015-10-30T14:40:35Z</updated>

		<summary type="html">&lt;p&gt;John Wolfe: uploaded a new version of &amp;amp;quot;File:Mitel 5224 setup for ipitomy.odt&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RMImage&lt;br /&gt;
|Filename=File:Mitel 5224 setup for ipitomy.odt&lt;br /&gt;
|CopyrightBy=&lt;br /&gt;
|CreationDate=2015/10/30&lt;br /&gt;
|Uploader=John Wolfe&lt;br /&gt;
|UploadDate=2015/10/30&lt;br /&gt;
|Description=&lt;br /&gt;
|Keywords=&lt;br /&gt;
|Format=application/vnd.oasis.opendocument.text&lt;br /&gt;
|RelatedArticles=Mitel 5224 Setup&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>John Wolfe</name></author>
	</entry>
	<entry>
		<id>http://wiki.ipitomy.com/index.php?title=File:Mitel_5224_setup_for_ipitomy.odt&amp;diff=3694</id>
		<title>File:Mitel 5224 setup for ipitomy.odt</title>
		<link rel="alternate" type="text/html" href="http://wiki.ipitomy.com/index.php?title=File:Mitel_5224_setup_for_ipitomy.odt&amp;diff=3694"/>
		<updated>2015-10-30T14:39:32Z</updated>

		<summary type="html">&lt;p&gt;John Wolfe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RMImage&lt;br /&gt;
|Filename=File:Mitel 5224 setup for ipitomy.odt&lt;br /&gt;
|CopyrightBy=&lt;br /&gt;
|CreationDate=2015/10/30&lt;br /&gt;
|Uploader=John Wolfe&lt;br /&gt;
|UploadDate=2015/10/30&lt;br /&gt;
|Description=&lt;br /&gt;
|Keywords=&lt;br /&gt;
|Format=application/vnd.oasis.opendocument.text&lt;br /&gt;
|RelatedArticles=Mitel 5224 Setup&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>John Wolfe</name></author>
	</entry>
	<entry>
		<id>http://wiki.ipitomy.com/index.php?title=File:Mitel_5224_setup_for_ipitomy.odt&amp;diff=3693</id>
		<title>File:Mitel 5224 setup for ipitomy.odt</title>
		<link rel="alternate" type="text/html" href="http://wiki.ipitomy.com/index.php?title=File:Mitel_5224_setup_for_ipitomy.odt&amp;diff=3693"/>
		<updated>2015-10-30T14:39:31Z</updated>

		<summary type="html">&lt;p&gt;John Wolfe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>John Wolfe</name></author>
	</entry>
	<entry>
		<id>http://wiki.ipitomy.com/index.php?title=PRI&amp;diff=3690</id>
		<title>PRI</title>
		<link rel="alternate" type="text/html" href="http://wiki.ipitomy.com/index.php?title=PRI&amp;diff=3690"/>
		<updated>2015-10-26T15:35:51Z</updated>

		<summary type="html">&lt;p&gt;John Wolfe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Headline text ==&lt;br /&gt;
&lt;br /&gt;
== Multi Port/Card PRI Configuration ==&lt;br /&gt;
&lt;br /&gt;
{{:Multi Port PRI Configuration}}&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting a PRI ==&lt;br /&gt;
&lt;br /&gt;
#Always be sure to check that the settings for the card match what the provider wants. (Switch type is a big one).&lt;br /&gt;
#If you see HDLC Abort of Primary D-Chan, you most likely have a timing slip on the PRI. Replacing the cat-5 the provider usually uses with T1 individually shielded pair wiring often times helps with this, as well as potential echo on the lines.&lt;br /&gt;
#Ipitomy PRI/T1 cards always expect a crossover shielded T1 cable. The below diagram shows wiring pin outs to use.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#[[File:Image.png.png|File:Image.png.png]]&lt;br /&gt;
&lt;br /&gt;
Note: It is often the case that the use of Standard Cat 5 Cabling becomes an issue. Standard Cat5 is sufficient for TCPIP networking. But the Specification for T1 Data networks is far different from TCPIP Data networks. The following Link is very descriptive and shows the original ATT specification. ALWAYS use a Individually shielded T1 Crossover Cable to connect from the demarq to the Ipitomy Card. [http://www.quabbin.com/page2027.html http://www.quabbin.com/page2027.html]&lt;br /&gt;
&lt;br /&gt;
=== Echo ===&lt;br /&gt;
&lt;br /&gt;
If you are experiencing echo on your PRI lines, here are a few things you can try modifying:&lt;br /&gt;
&lt;br /&gt;
*LBO - By default LBO is set to 0. We have found its a good idea to try -7.5. If this does not work, contact the provider and see if they can tell you how far the dmark is and what to set the LBO to. If none of the settings work, set it back to 0.&lt;br /&gt;
&lt;br /&gt;
*Cabling - Most of the time the provider will install the PRI with cat5 cabling. While this can work, we have found that installing T-1 Cabling (individually shielded pairs) has in the past alleviated echo issues. The reason why is that cat-5 is not really rated to push the voltage needed for a PRI, and without the pairs being shielded themselves, bleed over is possible.&amp;amp;nbsp; You can overcome the shielding issues by running it as two CAT-5 cables.&lt;br /&gt;
&lt;br /&gt;
*Echo Cancel Algorithm - Changing this from MG2 to OSLEC has helped eliminate echo in certain installs.&lt;br /&gt;
&lt;br /&gt;
*Echo Training - Increasing this from the default 800 to 1200 has eliminated echo on installs in the past.&lt;br /&gt;
&lt;br /&gt;
=== Caller ID&amp;lt;br/&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
If you have no or partial caller id - change answer after to two seconds. To do this navigate to the Channel Group settings and in the field titled &amp;quot;Answer After&amp;quot; set this to two seconds (or more, but 2 is a good start).&lt;br /&gt;
&lt;br /&gt;
If you have no Caller ID, make sure in the Channel Group parameters, you have Use CID set to yes, and also in the Inbound Caller ID field set this value to asreceived .&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''NOTE: On reconfiguring a PRI'''&amp;lt;br/&amp;gt; ===&lt;br /&gt;
Should you find it neccesary to reconfigure a PRI that has been in use, it is required before you reconfigure and remove the existing channel groups, that you remove these groups from Outbound Routing. Making sure to save and apply. At that point you should be able to remove the existing channel groups and reconfigure the new ones. The system will not allow you to remove channel groups which are listed as outbound routes.&lt;/div&gt;</summary>
		<author><name>John Wolfe</name></author>
	</entry>
	<entry>
		<id>http://wiki.ipitomy.com/index.php?title=Square_Key_Ipitomy&amp;diff=3677</id>
		<title>Square Key Ipitomy</title>
		<link rel="alternate" type="text/html" href="http://wiki.ipitomy.com/index.php?title=Square_Key_Ipitomy&amp;diff=3677"/>
		<updated>2015-09-22T21:13:33Z</updated>

		<summary type="html">&lt;p&gt;John Wolfe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= '''Square Key on an Ipitomy System'''&amp;lt;br/&amp;gt; =&lt;br /&gt;
&lt;br /&gt;
Infrequently Ipitomy is asked is there a way to Square Key an Ipitomy or to basically allow there to be Line Appearances on a phone. While there is not a way to actually map a line to a key on a phone this solution does give the required result.&lt;br /&gt;
&lt;br /&gt;
In this example you would be using 4 Extensions per Line Appearance and 4 Groups also. You would need to make an Extension for each Line Key on a phone. Additionally you would need to use the manual method for programming the phones in question. As you would need to turn off Auto Download Config in the phone and then manually enter the extension programming for each Line Key. So if you had for instance 4 lines, you would need to program these four extension under each of those line Keys. Then you would create four correspnding groups. You would direct ringing on these groups from the Line or DID in question. In each group there would be one of the four extensions. The call would progress as follows.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== '''Ringing on Line 1 =&amp;gt; sent to Ring group for line one =&amp;gt; sent to extension for Line one'''&amp;lt;br/&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
This achieves the result of having a Line appearance which could be programmed on as many phones as you like. The only downside is the manual programming of the phones, and the additional Extension licenses required.&lt;/div&gt;</summary>
		<author><name>John Wolfe</name></author>
	</entry>
	<entry>
		<id>http://wiki.ipitomy.com/index.php?title=Square_Key_Ipitomy&amp;diff=3676</id>
		<title>Square Key Ipitomy</title>
		<link rel="alternate" type="text/html" href="http://wiki.ipitomy.com/index.php?title=Square_Key_Ipitomy&amp;diff=3676"/>
		<updated>2015-09-22T21:12:17Z</updated>

		<summary type="html">&lt;p&gt;John Wolfe: Created page with &amp;quot;= '''Square Key on an Ipitomy System'''&amp;lt;br/&amp;gt; =  Infrequently Ipitomy is asked is there a way to Square Key an Ipitomy or to basically allow there to be Line Appearances on a p...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= '''Square Key on an Ipitomy System'''&amp;lt;br/&amp;gt; =&lt;br /&gt;
&lt;br /&gt;
Infrequently Ipitomy is asked is there a way to Square Key an Ipitomy or to basically allow there to be Line Appearances on a phone. While there is not a way to actually map a line to a key on a phone this solution does give the required result.&lt;br /&gt;
&lt;br /&gt;
In this example you would be using 4 Extensions per Line Appearance and 4 Groups also. You would need to make an Extension for each Line Key on a phone. Additionally you would need to use the manual method for programming the phones in question. As you would need to turn off Auto Download Config in the phone and then manually enter the extension programming for each Line Key. So if you had for instance 4 lines, you would need to program these four extension under each of those line Keys. Then you would create four correspnding groups. YOu would direct ringing on these groups from the Line or DID in question. IN each group there would be one of the four extensions. The call would progress as follow.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== '''Ringing on Line 1 =&amp;gt; sent to Ring group for line one =&amp;gt; sent to extension for Line one'''&amp;lt;br/&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
This achieves the result of having a Line appearance which could be programmed on as many phones as you like. The only downside is the manual programming of the phones, and the additional Extension licenses required.&lt;/div&gt;</summary>
		<author><name>John Wolfe</name></author>
	</entry>
	<entry>
		<id>http://wiki.ipitomy.com/index.php?title=Q_Manager&amp;diff=3598</id>
		<title>Q Manager</title>
		<link rel="alternate" type="text/html" href="http://wiki.ipitomy.com/index.php?title=Q_Manager&amp;diff=3598"/>
		<updated>2015-07-29T14:05:06Z</updated>

		<summary type="html">&lt;p&gt;John Wolfe: /* MAC Users */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{IP_PBX_Manual|sortkey=QManager}}&lt;br /&gt;
&lt;br /&gt;
Q Manager is a Windows application that allows users to monitor and interact with calls.  Your PBX must be on version 4.6.1 in order to use Q Manager, and 4.8.0+ to use the integrated chat feature.  Licenses are sold to allow extensions access to the Q Manager feature.&lt;br /&gt;
&lt;br /&gt;
Click the link for Q Manager [[http://wiki.ipitomy.com/wiki/Q_Manager_Release_Notes| Release Notes]] &lt;br /&gt;
&lt;br /&gt;
=== MAC Users ===&lt;br /&gt;
&lt;br /&gt;
If you have a user that has MAC and not PC, Q Manager software will not run. To accommodate this, we have created something we call Web manager. To access, the user will still need to have a license assigned to their extension for Q Manager, but they will access a webpage instead of running a piece of software. The address for Web Manager would be &amp;amp;lt;PBXipAddress&amp;amp;gt;/ippbx/WebManager. The user will be prompted to login, the username will be their extension number, and the password will be their voicemail PIN. Web Manager does not have all of the advanced functionality of Q Manager, but you are able to left click on a call and do some actions.&lt;br /&gt;
&lt;br /&gt;
NOTE: The URL is case sensitive.&lt;br /&gt;
&lt;br /&gt;
*Pickup: Use this to grab a call that is ringing on an extension other than yours.&lt;br /&gt;
*Page: Use this to page another extension.&lt;br /&gt;
*Call: Use this to call another extension.&lt;br /&gt;
&lt;br /&gt;
Idle extensions will show as Green, Ringing extensions will show as Light Green, and extensions on a call will show as Red.&lt;br /&gt;
&lt;br /&gt;
Parked Calls will show on the right side of the screen, clicking a parked call will bring up an option to Pickup, which retrieves that call from park.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:WebManager.jpg|File:WebManager.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
*Log into the PBX and assign Q Manager licenses to extensions. This is found under PBX Setup=&amp;gt;Services.&lt;br /&gt;
**User licenses have basic functionality, QManager licenses gain the ability to Barge and to Drag/Drop calls from Queue onto particular extensions.&lt;br /&gt;
*Save and Apply Changes.&lt;br /&gt;
*Click the Restart Call Manager button.&lt;br /&gt;
*Q Manager requires that your PC have .NET Framework 4.0 installed.&lt;br /&gt;
*Once .NET Framework 4.0 is installed, click the following link for the [[http://www.ipitomy.com/pbx_files/cm3publish/index.html Q Manager File]]&lt;br /&gt;
**NOTE: You may need to be using Internet Explorer to one click install.&lt;br /&gt;
*Click Settings in Q Manager if the settings are not displaying on launch&lt;br /&gt;
*Set Username to an Extension Number that is assigned a license&lt;br /&gt;
*Set Password to the Voicemail PIN of the Extension&lt;br /&gt;
*Set Server Address to the IP of the PBX&lt;br /&gt;
*Leave Port at the default of 5048&lt;br /&gt;
*Save and so long as the PC is in an IP range included in the ACL for Call Manager, you will have a working copy of Q Manager.&lt;br /&gt;
&lt;br /&gt;
[[File:QManager-GeneralSettings.jpg|File:QManager-GeneralSettings.jpg]]&lt;br /&gt;
&lt;br /&gt;
*NOTE: If you would like to use Q Manager as a remote user, we advise that the remote PC come in over a VPN.&lt;br /&gt;
&lt;br /&gt;
==Training Video==&lt;br /&gt;
The following [[http://www.youtube.com/watch?v=ArDyehd6dXI| Video]] goes over how to use Q Manager, with some basic setup instructions near the end.&lt;br /&gt;
&lt;br /&gt;
[[http://wiki.ipitomy.com/wiki/Q_Manager_Icons| Q Manager Icons Explained]]&lt;br /&gt;
&lt;br /&gt;
== Chat ==&lt;br /&gt;
&lt;br /&gt;
The PBX has a built in XMPP Server that allows Q Manager to use Chat.&lt;br /&gt;
&lt;br /&gt;
*Under PBX Setup=&amp;gt;Chat, make sure Enable Chat Server is set to Yes&lt;br /&gt;
*Ensure that Chat Server Status says Running&lt;br /&gt;
*Apply Changes&lt;br /&gt;
&lt;br /&gt;
[[File:QManager-ChatConfig.jpg|File:QManager-ChatConfig.jpg]]&lt;br /&gt;
&lt;br /&gt;
*Click Settings in Q Manager&lt;br /&gt;
*Click Chat and ensure its enabled&lt;br /&gt;
**Q Manager automatically uses the same settings for the extension&lt;br /&gt;
&lt;br /&gt;
NOTE: Chat must be enabled for a user to see an Abandoned Call Notification for a ring group.&lt;br /&gt;
&lt;br /&gt;
[[File:QManager-ChatConfig2.jpg|File:QManager-ChatConfig2.jpg]]&lt;/div&gt;</summary>
		<author><name>John Wolfe</name></author>
	</entry>
	<entry>
		<id>http://wiki.ipitomy.com/index.php?title=IPitomy_Communicator&amp;diff=3580</id>
		<title>IPitomy Communicator</title>
		<link rel="alternate" type="text/html" href="http://wiki.ipitomy.com/index.php?title=IPitomy_Communicator&amp;diff=3580"/>
		<updated>2015-07-21T14:26:53Z</updated>

		<summary type="html">&lt;p&gt;John Wolfe: /* Ipitomy Softphone */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Note: This Guide will assist the user in Installing and Using the IPitomy Communicator Softphone.&lt;br /&gt;
&lt;br /&gt;
We have two different soft phone installs.  The “demo” version does not include the user list which shows all of the presence of all of the users on the system.  This is intended for trial versions or for users who are on a shared instance of IPitomy in the Cloud.  For obvious reasons, on a shared instance, it would not be good to display the presence of all the other users!&lt;br /&gt;
&lt;br /&gt;
The full commercial version is called IPitomy Communicator.&lt;br /&gt;
&lt;br /&gt;
This requires an available IPitomy Extension License as well as an IPitomy Soft Phone License.  This does not have auto configuration, but is super simple to set up.  When installing it, select IP620 so it will use an IPitomy license instead of an open license.&lt;br /&gt;
&lt;br /&gt;
Links for SoftPhone:&lt;br /&gt;
&lt;br /&gt;
Demo version:&lt;br /&gt;
http://relay.ipitomy.com/softcall_demo/publish.htm&lt;br /&gt;
&lt;br /&gt;
Full version – IPitomy Communicator:&lt;br /&gt;
http://relay.ipitomy.com/cloud_communicator/publish.htm&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== '''Ipitomy Softphone'''&amp;lt;br/&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
'''Installation'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Installation Video'''&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=p5gwURMp4eo '''https://www.youtube.com/watch?v=p5gwURMp4eo''']&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Park Button Video'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=dPCVXiR6kf8 '''https://www.youtube.com/watch?v=dPCVXiR6kf8''']&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To Install the Softphone, Follow the URL above and click the Installer link. Installation will begin at that time. You should have adminstrative rights to the PC you are installing to prior to installation. Accept the default location for install unless you have some other directory you wish to install to.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Setup'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once isntalled open the program by clicking the program Icon. This should now be located on your Desktop as well as in the Program directory. The Program will open bringing up the user interface screen.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:SoftPhone3.jpg|File:SoftPhone3.jpg]][[File:SoftPhone4.jpg|File:SoftPhone4.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To Add an account Press the Settings Icon which is the little Gear Icon next to the Ipitomy Logo Bar. Select Sip Accounts and Add an Account&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:SoftPhone5.jpg|File:SoftPhone5.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Select the Add Button.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:SoftPhone6.jpg|File:SoftPhone6.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Enter the Following&lt;br /&gt;
&lt;br /&gt;
Display Name = Name of user&lt;br /&gt;
&lt;br /&gt;
User Name = Extension Number&lt;br /&gt;
&lt;br /&gt;
User Password = Voicemail Password&lt;br /&gt;
&lt;br /&gt;
SIP Password = SIP Password for Extension&lt;br /&gt;
&lt;br /&gt;
SIP Server = IP of PBX (Local IP is OK for a Local Extension only, however for a remote phone this would need to the Public IP of the Network the PBX resides upon)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All other information can be left at Default.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:SoftPhone7.jpg|File:SoftPhone7.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Be Sure to Click Enabled when you are returned to the account screen on the account you just created so it is made the live account&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:SoftPhone8.jpg|File:SoftPhone8.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click close and you should be returned to the User interface and your account should register to the PBX.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:SoftPhone9.jpg|File:SoftPhone9.jpg]][[File:SoftPhone10.jpg|File:SoftPhone10.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Your Softphone is now ready to be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Import Extensions from the PBX to Contacts.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To Import all Extension in the PBX into the Contact list select User List - Manage Users - Ipitomy and then Refresh&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:SoftPhone11.jpg|File:SoftPhone11.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Select the PBX from the Host list&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:SoftPhone14.jpg|File:SoftPhone14.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click OK. The Softphone will now pull down an Extension list from the PBX which you configured.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:SoftPhone13.jpg|File:SoftPhone13.jpg]]&lt;/div&gt;</summary>
		<author><name>John Wolfe</name></author>
	</entry>
	<entry>
		<id>http://wiki.ipitomy.com/index.php?title=Grandstream_410X_Setup&amp;diff=3568</id>
		<title>Grandstream 410X Setup</title>
		<link rel="alternate" type="text/html" href="http://wiki.ipitomy.com/index.php?title=Grandstream_410X_Setup&amp;diff=3568"/>
		<updated>2015-07-07T16:31:26Z</updated>

		<summary type="html">&lt;p&gt;John Wolfe: /* Procedure—Configuration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Grandstream GXW 410X Gateway ==&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
Description&lt;br /&gt;
&lt;br /&gt;
When application of the Grandstream GXW 410X is desired for connection of FXO circuits onto the IPitomy IPBX the following configuration information can be used as a guide to install the adjunct properly.&lt;br /&gt;
&lt;br /&gt;
NOTE: This guide is based upon the most current software from Grandstream. However if you have older firmware this is a link to the older guide which documents and covers the older firmware.&lt;br /&gt;
&lt;br /&gt;
[http://wiki.ipitomy.com/images/5/57/Tech_Bulletin_2011-008_Grandstream_Configuration_Guide.pdf http://wiki.ipitomy.com/images/5/57/Tech_Bulletin_2011-008_Grandstream_Configuration_Guide.pdf]&lt;br /&gt;
&lt;br /&gt;
[[File:Gstream1.JPG|File:Gstream1.JPG]]&lt;br /&gt;
&lt;br /&gt;
=== Procedure—Connections ===&lt;br /&gt;
&lt;br /&gt;
1. Make wiring connections as necessary to the FXO circuits required.&lt;br /&gt;
&lt;br /&gt;
2. Make wiring connections to the LAN per the photo above – Connect the Grandstream&lt;br /&gt;
&lt;br /&gt;
WAN port to an available LAN port of the network switch/router being used on site.&lt;br /&gt;
&lt;br /&gt;
[[File:Gstream2.JPG|File:Gstream2.JPG]]&lt;br /&gt;
&lt;br /&gt;
=== Procedure—Power Up and Login ===&lt;br /&gt;
&lt;br /&gt;
1. Power up the unit and identify its assigned IP address. (Typically assigned from the DCHP server of the host router.)&lt;br /&gt;
&lt;br /&gt;
2. Use your browser to access the Grandstream by inputting the IP Address assigned to it. The IP Address assigned by your router via DHCP can be discovered several ways – the easiest of which is likely by accessing the router’s connected devices page and finding it listed there.&lt;br /&gt;
&lt;br /&gt;
3. When the Grandstream page is accessed, input the password (admin at default) and navigate to the pages below making the changes as defined.&lt;br /&gt;
&lt;br /&gt;
=== IPORTANT: Procedure Line Setup&amp;lt;br/&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
On first login to the Grandstream, you will be brought to the following page.&lt;br /&gt;
&lt;br /&gt;
[[File:GrandstreamCPT.jpg|File:GrandstreamCPT.jpg]]&lt;br /&gt;
&lt;br /&gt;
In ALL new installs once you have the device on the Network and lines connected, you should run each of these tests. The first is for Call quality and is MOST important. As this test matches line impedance which if it is in variance can caue echo and poor calls. The second allows the device to learn Call Progress Tones (CPT) and is also very important so that the Unit can learn disconnect and busy tones on the lines. NOTE: The Grandstream can learn a Disconnect Supervision Current drop and a busy tone for disconnect. Lastly is the test for CID. This is also important and additionally can detect CID presence on the line. For proper performance of the Grandstream Device these tests SHOULD NOT be skipped.&lt;br /&gt;
&lt;br /&gt;
NOTE: These tests should be performed at the site and with the lines that the unit is intended to be in service upon.&lt;br /&gt;
&lt;br /&gt;
=== Procedure—Configuration&amp;lt;br/&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
1. Navigate to the Networks Basic Setting page and input the data as in the example.&lt;br /&gt;
&lt;br /&gt;
[[File:SIP3.jpg|File:SIP3.jpg]]&amp;lt;br/&amp;gt;2. Assign a Static IP Address. The device must be found by the IPBX regardless of incidental changes and network adjustments. For this reason its best to change the IP Address to Static and assign an address that is out of range of those assigned for DCHP subscription. (E.g. if the router will assign DCHP Addresses from 192.168.1.1 ~ 192.168.1.50 you should select an IP Address out of this range ...192.168.1.200 would work unless it is being used elsewhere.)&amp;lt;br/&amp;gt;3. Use the other information provided by the DCHP assignment process in the remaining data fields; Subnet is usually 255.255.255.0. The Default Router Address must be that of the router the same one that assigns DCHP IP Addresses. DNS should also be the router since it will direct traffic.&amp;lt;br/&amp;gt;4. Click the button. This saves information on this page before moving on.&amp;lt;br/&amp;gt;5. Navigate to the FXO Lines page. Then Select Dialing on the left.&amp;lt;br/&amp;gt;6. Change the Stage Method(1/2)&amp;lt;br/&amp;gt;Ch1-4:1;&amp;lt;br/&amp;gt;7. Navigate to Settings and then select Channels Settings on the left. Program the Unconditional Call Forward to VOIP: to include the DID (Direct Inward Dial) number(s) that are to be routed.This routing is accomplished by Profiles 1, 2 &amp;amp; 3. Usually only one is necessary.This data field is the routing of the calls that are received on this FXO circuit (It is reccomended to use our example on this line which is&amp;lt;br/&amp;gt;ch1:1111;ch2:2222;ch3:3333;ch4:4444;&amp;lt;br/&amp;gt;This will break out the channels individually and allow the most flexibillity in use.&amp;amp;nbsp; We have programmed the Grandstream to route calls that have been received to the SIP Server using Profile 1.&lt;br /&gt;
&lt;br /&gt;
[[File:Gstream3.JPG|File:Gstream3.JPG]]&lt;br /&gt;
&lt;br /&gt;
8.Click the button. This saves information on this page before moving on.&lt;br /&gt;
&lt;br /&gt;
=== Procedure—Configuration Profile ===&lt;br /&gt;
&lt;br /&gt;
[[File:SIP.jpg|File:SIP.jpg]]&lt;br /&gt;
&lt;br /&gt;
1. Navigate to the Profile 1 page.&amp;lt;br/&amp;gt;2. Here the SIP Server must be programmed. Set this to be the IP Address of the IPBX. In our example, the address is 192.168.2.153.&amp;lt;br/&amp;gt;3. Also be sure that the SIP Registration field is set to No.&amp;lt;br/&amp;gt;4.Click the button. This saves information on this page before moving on.&amp;lt;br/&amp;gt;5.The Grandstream configuration is now complete. However if you wish to make changes to the dial plan allowed digits you must also program that information.&amp;lt;br/&amp;gt;Note: At default the Grandstream allows only digits 0-9 to be sent to the connected PSTN circuit. If you want to use PSTN features like call forward you will need to change the Outgoing Dial Plan field to;&amp;lt;br/&amp;gt;{x+ | [x*]+}&lt;br /&gt;
&lt;br /&gt;
[[File:Sip2.jpg|File:Sip2.jpg]]&amp;lt;br/&amp;gt;to be able to send a * to outside IVR's&amp;lt;br/&amp;gt;6. When programming is complete in the Grandstream, click submit will commit the changes saved thus far to memory and make them operational. Continue to Procedure Configuring the IPitomy IP PBX&lt;br /&gt;
&lt;br /&gt;
[[File:Gstream5.JPG|File:Gstream5.JPG]]&lt;br /&gt;
&lt;br /&gt;
=== Procedure—Configuring the IPitomy IP PBX for Grandstream GXW 410x ===&lt;br /&gt;
&lt;br /&gt;
1.In the IPitomy IPBX set the fields as you see them below... using the Static IP Address assigned to the Procedure—Configuration step previously completed.. (In our example we assigned the Grandstream an IP Address of 192.168.2.9. This becomes the ―Host)&lt;br /&gt;
&lt;br /&gt;
2. Click “Save Changes”&lt;br /&gt;
&lt;br /&gt;
3. Then click on theApply Changes (upper right) to make these settings operational in the Ipitomy IPBX.&lt;br /&gt;
&lt;br /&gt;
4.Test the operation. Make a call into each of the Grandstream ports that have circuits and assure that they are being routed as defined in Call Routing—Incoming.&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;5.Test the operation. Make a call at an Ipitomy extension using a calling pattern as defined in Call Routing Outgoing to assure that the call that should be placed over the Grandstream ports are placed.&lt;br /&gt;
&lt;br /&gt;
=== Procedure—Configuring Optional Outbound Routing Methods ===&lt;br /&gt;
&lt;br /&gt;
The Grandstream allows for two methods of outbound dialing at the same time.&lt;br /&gt;
&lt;br /&gt;
Round-Robin (Linear Hunt)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;If you add the trunk to an outbound route in the PBX, the Grandstream will follow the Round-Robin rules, which are found on the Channels page. By default it will start at Line&lt;br /&gt;
&lt;br /&gt;
1, and move on until it finds an available channel to dial outbound.If you add the trunk to an outbound route and configure Prefix Digits to 99X where X is the port on the Grandstream you wish to use when placing this call (e.g. 991 is line 1). By doing this you can configure the calls to route out a particular line, or a different order if you add the trunk multiple times and prefix accordingly (992, 994, 991, 993, etc). The code of 99 can be changed on the Channels page in the Grandstream.&lt;br /&gt;
&lt;br /&gt;
1. Navigate to the Channels page&lt;br /&gt;
&lt;br /&gt;
2. Go to the Port Scheduling Schema (Voip-&amp;gt;PSTN) section and input the code or codes that you wish (99x)&lt;br /&gt;
&lt;br /&gt;
== Remote Grandstream Configuration ==&lt;br /&gt;
&lt;br /&gt;
In order to get a Grandstream 410x working as a remote device, you must make a few changes from the standard, local configuration. Use this guide in conjunction with the standard guide.&lt;br /&gt;
&lt;br /&gt;
=== Grandstream Changes ===&lt;br /&gt;
&lt;br /&gt;
#On the Profile page (profile 1 if that is the only one being used) set SIP Registration to YES&lt;br /&gt;
#Under the Channels page, configure one channel with login credentials:&lt;br /&gt;
#Set the SIP server in the Profile to the PBX Public IP.&lt;br /&gt;
&lt;br /&gt;
[[File:Remote Device - Channels.jpg|File:Remote Device - Channels.jpg]]&lt;br /&gt;
&lt;br /&gt;
=== PBX SIP Provider Changes&amp;lt;br/&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
#Instead of entering an IP address for Host, set to “dynamic”&lt;br /&gt;
#Set Register and Authentication to YES&lt;br /&gt;
#Set Username and Name to the value entered as SIP User ID and Authenticate ID in the grandstream&lt;br /&gt;
#Set Secret to the value entered for Authen Password in the grandstream&lt;br /&gt;
&lt;br /&gt;
Note: If the grandstream is not the only device at the remote site, then all remote SIP devices will need to have Can Reinvite set to YES.&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
&lt;br /&gt;
=== Procedure—Troubleshooting—Outbound Dialing ===&lt;br /&gt;
&lt;br /&gt;
If you having trouble dialing outbound make the following changes on the FXO Lines page:&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;1. Tweak the Disconnect Threshold from 100 to 300ms.&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;2. Tweak the Minimum Delay Before Dialing Out from 500 to 750ms.&lt;br /&gt;
&lt;br /&gt;
=== Procedure—Troubleshooting—Call Quality ===&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;If you are having call quality issues try the following changes on the Channels page:&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;1.Set Silence Suppression from YES to NO.&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;2. Set Echo Cancellation from YES to NO&lt;br /&gt;
&lt;br /&gt;
=== Procedure—Troubleshooting—Call Volume ===&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;If you are having issue with call volume try the following changes on the Channels page:&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;1.Increase/Decrease Tx to PSTN Audio Gain by increments of 3 for issues with external party volume.&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;2. Increase/Decrease Rx from PSTN Audio Gain by increments of 3 for issues with internal party volume&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:large&amp;quot;&amp;gt;'''&amp;amp;nbsp;Procedure—Troubleshooting—Call Buzzing Noise'''&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you are having issues with a buzz heard prior to a Menu prompt; try upgrading the Grandstream firmware:&lt;br /&gt;
&lt;br /&gt;
1. Navigate to Advanced Settings page&lt;br /&gt;
&lt;br /&gt;
2. Ensure HTTP is selected for the method to upgrade&lt;br /&gt;
&lt;br /&gt;
3. Set Firmware Server Path: to firmware.grandstream.com&lt;br /&gt;
&lt;br /&gt;
4. Set Automatic Upgrade to YES&lt;br /&gt;
&lt;br /&gt;
5. Set Allow DHCP Option 66 to override server to No Click Update at the bottom of the page&lt;br /&gt;
&lt;br /&gt;
6. Click Reboot The upgrade may take as long as 20min when done through the internet, so allow plenty of time for this. While upgrading the LED will blink. When the LED returns to normal, the device has completed its upgrade&lt;br /&gt;
&lt;br /&gt;
=== Procedure—Troubleshooting—Restore Factory Default ===&lt;br /&gt;
&lt;br /&gt;
To Restore Factory Defaults:&lt;br /&gt;
&lt;br /&gt;
1. While powered up, hold the recessed Reset button in for 7+ seconds&lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;span style=&amp;quot;font-size:large&amp;quot;&amp;gt;[[File:Gstream6.JPG|File:Gstream6.JPG]]&amp;amp;nbsp;&amp;lt;/span&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;span style=&amp;quot;font-size:large&amp;quot;&amp;gt;Procedure Setup of QOS&amp;lt;/span&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
1. Access the IP of the Grandstream.&lt;br /&gt;
&lt;br /&gt;
2. Navigate in the Grandstream Web Admin to Networks – Advanced Settings&lt;br /&gt;
&lt;br /&gt;
3. Set the Layer 3 Diff Serv Value to 24 Which is CS3 or in Binary 011000&lt;br /&gt;
&lt;br /&gt;
4. Submit your changes and reboot&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;{{:Grandstream_FXO_FAQ}}&lt;/div&gt;</summary>
		<author><name>John Wolfe</name></author>
	</entry>
	<entry>
		<id>http://wiki.ipitomy.com/index.php?title=Grandstream_410X_Setup&amp;diff=3485</id>
		<title>Grandstream 410X Setup</title>
		<link rel="alternate" type="text/html" href="http://wiki.ipitomy.com/index.php?title=Grandstream_410X_Setup&amp;diff=3485"/>
		<updated>2015-06-09T17:55:19Z</updated>

		<summary type="html">&lt;p&gt;John Wolfe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Grandstream GXW 410X Gateway ==&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
Description&lt;br /&gt;
&lt;br /&gt;
When application of the Grandstream GXW 410X is desired for connection of FXO circuits onto the IPitomy IPBX the following configuration information can be used as a guide to install the adjunct properly.&lt;br /&gt;
&lt;br /&gt;
NOTE: This guide is based upon the most current software from Grandstream. However if you have older firmware this is a link to the older guide which documents and covers the older firmware.&lt;br /&gt;
&lt;br /&gt;
[http://wiki.ipitomy.com/images/5/57/Tech_Bulletin_2011-008_Grandstream_Configuration_Guide.pdf http://wiki.ipitomy.com/images/5/57/Tech_Bulletin_2011-008_Grandstream_Configuration_Guide.pdf]&lt;br /&gt;
&lt;br /&gt;
[[File:Gstream1.JPG|File:Gstream1.JPG]]&lt;br /&gt;
&lt;br /&gt;
=== Procedure—Connections ===&lt;br /&gt;
&lt;br /&gt;
1. Make wiring connections as necessary to the FXO circuits required.&lt;br /&gt;
&lt;br /&gt;
2. Make wiring connections to the LAN per the photo above – Connect the Grandstream&lt;br /&gt;
&lt;br /&gt;
WAN port to an available LAN port of the network switch/router being used on site.&lt;br /&gt;
&lt;br /&gt;
[[File:Gstream2.JPG|File:Gstream2.JPG]]&lt;br /&gt;
&lt;br /&gt;
=== Procedure—Power Up and Login ===&lt;br /&gt;
&lt;br /&gt;
1. Power up the unit and identify its assigned IP address. (Typically assigned from the DCHP server of the host router.)&lt;br /&gt;
&lt;br /&gt;
2. Use your browser to access the Grandstream by inputting the IP Address assigned to it. The IP Address assigned by your router via DHCP can be discovered several ways – the easiest of which is likely by accessing the router’s connected devices page and finding it listed there.&lt;br /&gt;
&lt;br /&gt;
3. When the Grandstream page is accessed, input the password (admin at default) and navigate to the pages below making the changes as defined.&lt;br /&gt;
&lt;br /&gt;
=== IPORTANT: Procedure Line Setup&amp;lt;br/&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
On first login to the Grandstream, you will be brought to the following page.&lt;br /&gt;
&lt;br /&gt;
[[File:GrandstreamCPT.jpg|File:GrandstreamCPT.jpg]]&lt;br /&gt;
&lt;br /&gt;
In ALL new installs once you have the device on the Network and lines connected, you should run each of these tests. The first is for Call quality and is MOST important. As this test matches line impedance which if it is in variance can caue echo and poor calls. The second allows the device to learn Call Progress Tones (CPT) and is also very important so that the Unit can learn disconnect and busy tones on the lines. NOTE: The Grandstream can learn a Disconnect Supervision Current drop and a busy tone for disconnect. Lastly is the test for CID. This is also important and additionally can detect CID presence on the line. For proper performance of the Grandstream Device these tests SHOULD NOT be skipped.&lt;br /&gt;
&lt;br /&gt;
NOTE: These tests should be performed at the site and with the lines that the unit is intended to be in service upon.&lt;br /&gt;
&lt;br /&gt;
=== Procedure—Configuration&amp;lt;br/&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
1. Navigate to the Networks Basic Setting page and input the data as in the example.&lt;br /&gt;
&lt;br /&gt;
[[File:SIP3.jpg|File:SIP3.jpg]]&amp;lt;br/&amp;gt;2. Assign a Static IP Address. The device must be found by the IPBX regardless of incidental changes and network adjustments. For this reason its best to change the IP Address to Static and assign an address that is out of range of those assigned for DCHP subscription. (E.g. if the router will assign DCHP Addresses from 192.168.1.1 ~ 192.168.1.50 you should select an IP Address out of this range ...192.168.1.200 would work unless it is being used elsewhere.)&amp;lt;br/&amp;gt;3. Use the other information provided by the DCHP assignment process in the remaining data fields; Subnet is usually 255.255.255.0. The Default Router Address must be that of the router the same one that assigns DCHP IP Addresses. DNS should also be the router since it will direct traffic.&amp;lt;br/&amp;gt;4. Click the button. This saves information on this page before moving on.&amp;lt;br/&amp;gt;5. Navigate to the FXO Lines page.&amp;lt;br/&amp;gt;6. Change the Stage Method(1/2)&amp;lt;br/&amp;gt;Ch1-4:1;&amp;lt;br/&amp;gt;7. Program the Unconditional Call Forward to VOIP: to include the DID (Direct Inward Dial) number(s) that are to be routed.This routing is accomplished by Profiles 1, 2 &amp;amp; 3. Usually only one is necessary.This data field is the routing of the calls that are received on this FXO circuit (It is reccomended to use our example on this line which is&amp;lt;br/&amp;gt;ch1:1111;ch2:2222;ch3:3333;ch4:4444;&amp;lt;br/&amp;gt;This will break out the channels individually and allow the most flexibillity in use.&amp;amp;nbsp; We have programmed the Grandstream to route calls that have been received to the SIP Server using Profile 1.&lt;br /&gt;
&lt;br /&gt;
[[File:Gstream3.JPG|File:Gstream3.JPG]]&lt;br /&gt;
&lt;br /&gt;
8.Click the button. This saves information on this page before moving on.&lt;br /&gt;
&lt;br /&gt;
=== Procedure—Configuration Profile ===&lt;br /&gt;
&lt;br /&gt;
[[File:SIP.jpg|File:SIP.jpg]]&lt;br /&gt;
&lt;br /&gt;
1. Navigate to the Profile 1 page.&amp;lt;br/&amp;gt;2. Here the SIP Server must be programmed. Set this to be the IP Address of the IPBX. In our example, the address is 192.168.2.153.&amp;lt;br/&amp;gt;3. Also be sure that the SIP Registration field is set to No.&amp;lt;br/&amp;gt;4.Click the button. This saves information on this page before moving on.&amp;lt;br/&amp;gt;5.The Grandstream configuration is now complete. However if you wish to make changes to the dial plan allowed digits you must also program that information.&amp;lt;br/&amp;gt;Note: At default the Grandstream allows only digits 0-9 to be sent to the connected PSTN circuit. If you want to use PSTN features like call forward you will need to change the Outgoing Dial Plan field to;&amp;lt;br/&amp;gt;{x+ | [x*]+}&lt;br /&gt;
&lt;br /&gt;
[[File:Sip2.jpg|File:Sip2.jpg]]&amp;lt;br/&amp;gt;to be able to send a * to outside IVR's&amp;lt;br/&amp;gt;6. When programming is complete in the Grandstream, click submit will commit the changes saved thus far to memory and make them operational. Continue to Procedure Configuring the IPitomy IP PBX&lt;br /&gt;
&lt;br /&gt;
[[File:Gstream5.JPG|File:Gstream5.JPG]]&lt;br /&gt;
&lt;br /&gt;
=== Procedure—Configuring the IPitomy IP PBX for Grandstream GXW 410x ===&lt;br /&gt;
&lt;br /&gt;
1.In the IPitomy IPBX set the fields as you see them below... using the Static IP Address assigned to the Procedure—Configuration step previously completed.. (In our example we assigned the Grandstream an IP Address of 192.168.2.9. This becomes the ―Host)&lt;br /&gt;
&lt;br /&gt;
2. Click “Save Changes”&lt;br /&gt;
&lt;br /&gt;
3. Then click on theApply Changes (upper right) to make these settings operational in the Ipitomy IPBX.&lt;br /&gt;
&lt;br /&gt;
4.Test the operation. Make a call into each of the Grandstream ports that have circuits and assure that they are being routed as defined in Call Routing—Incoming.&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;5.Test the operation. Make a call at an Ipitomy extension using a calling pattern as defined in Call Routing Outgoing to assure that the call that should be placed over the Grandstream ports are placed.&lt;br /&gt;
&lt;br /&gt;
=== Procedure—Configuring Optional Outbound Routing Methods ===&lt;br /&gt;
&lt;br /&gt;
The Grandstream allows for two methods of outbound dialing at the same time.&lt;br /&gt;
&lt;br /&gt;
Round-Robin (Linear Hunt)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;If you add the trunk to an outbound route in the PBX, the Grandstream will follow the Round-Robin rules, which are found on the Channels page. By default it will start at Line&lt;br /&gt;
&lt;br /&gt;
1, and move on until it finds an available channel to dial outbound.If you add the trunk to an outbound route and configure Prefix Digits to 99X where X is the port on the Grandstream you wish to use when placing this call (e.g. 991 is line 1). By doing this you can configure the calls to route out a particular line, or a different order if you add the trunk multiple times and prefix accordingly (992, 994, 991, 993, etc). The code of 99 can be changed on the Channels page in the Grandstream.&lt;br /&gt;
&lt;br /&gt;
1. Navigate to the Channels page&lt;br /&gt;
&lt;br /&gt;
2. Go to the Port Scheduling Schema (Voip-&amp;gt;PSTN) section and input the code or codes that you wish (99x)&lt;br /&gt;
&lt;br /&gt;
== Remote Grandstream Configuration ==&lt;br /&gt;
&lt;br /&gt;
In order to get a Grandstream 410x working as a remote device, you must make a few changes from the standard, local configuration. Use this guide in conjunction with the standard guide.&lt;br /&gt;
&lt;br /&gt;
=== Grandstream Changes ===&lt;br /&gt;
&lt;br /&gt;
#On the Profile page (profile 1 if that is the only one being used) set SIP Registration to YES&lt;br /&gt;
#Under the Channels page, configure one channel with login credentials:&lt;br /&gt;
#Set the SIP server in the Profile to the PBX Public IP.&lt;br /&gt;
&lt;br /&gt;
[[File:Remote Device - Channels.jpg|File:Remote Device - Channels.jpg]]&lt;br /&gt;
&lt;br /&gt;
=== PBX SIP Provider Changes&amp;lt;br/&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
#Instead of entering an IP address for Host, set to “dynamic”&lt;br /&gt;
#Set Register and Authentication to YES&lt;br /&gt;
#Set Username and Name to the value entered as SIP User ID and Authenticate ID in the grandstream&lt;br /&gt;
#Set Secret to the value entered for Authen Password in the grandstream&lt;br /&gt;
&lt;br /&gt;
Note: If the grandstream is not the only device at the remote site, then all remote SIP devices will need to have Can Reinvite set to YES.&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
&lt;br /&gt;
=== Procedure—Troubleshooting—Outbound Dialing ===&lt;br /&gt;
&lt;br /&gt;
If you having trouble dialing outbound make the following changes on the FXO Lines page:&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;1. Tweak the Disconnect Threshold from 100 to 300ms.&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;2. Tweak the Minimum Delay Before Dialing Out from 500 to 750ms.&lt;br /&gt;
&lt;br /&gt;
=== Procedure—Troubleshooting—Call Quality ===&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;If you are having call quality issues try the following changes on the Channels page:&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;1.Set Silence Suppression from YES to NO.&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;2. Set Echo Cancellation from YES to NO&lt;br /&gt;
&lt;br /&gt;
=== Procedure—Troubleshooting—Call Volume ===&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;If you are having issue with call volume try the following changes on the Channels page:&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;1.Increase/Decrease Tx to PSTN Audio Gain by increments of 3 for issues with external party volume.&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;2. Increase/Decrease Rx from PSTN Audio Gain by increments of 3 for issues with internal party volume&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:large&amp;quot;&amp;gt;'''&amp;amp;nbsp;Procedure—Troubleshooting—Call Buzzing Noise'''&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you are having issues with a buzz heard prior to a Menu prompt; try upgrading the Grandstream firmware:&lt;br /&gt;
&lt;br /&gt;
1. Navigate to Advanced Settings page&lt;br /&gt;
&lt;br /&gt;
2. Ensure HTTP is selected for the method to upgrade&lt;br /&gt;
&lt;br /&gt;
3. Set Firmware Server Path: to firmware.grandstream.com&lt;br /&gt;
&lt;br /&gt;
4. Set Automatic Upgrade to YES&lt;br /&gt;
&lt;br /&gt;
5. Set Allow DHCP Option 66 to override server to No Click Update at the bottom of the page&lt;br /&gt;
&lt;br /&gt;
6. Click Reboot The upgrade may take as long as 20min when done through the internet, so allow plenty of time for this. While upgrading the LED will blink. When the LED returns to normal, the device has completed its upgrade&lt;br /&gt;
&lt;br /&gt;
=== Procedure—Troubleshooting—Restore Factory Default ===&lt;br /&gt;
&lt;br /&gt;
To Restore Factory Defaults:&lt;br /&gt;
&lt;br /&gt;
1. While powered up, hold the recessed Reset button in for 7+ seconds&lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;span style=&amp;quot;font-size:large&amp;quot;&amp;gt;[[File:Gstream6.JPG|File:Gstream6.JPG]]&amp;amp;nbsp;&amp;lt;/span&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;span style=&amp;quot;font-size:large&amp;quot;&amp;gt;Procedure Setup of QOS&amp;lt;/span&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
1. Access the IP of the Grandstream.&lt;br /&gt;
&lt;br /&gt;
2. Navigate in the Grandstream Web Admin to Networks – Advanced Settings&lt;br /&gt;
&lt;br /&gt;
3. Set the Layer 3 Diff Serv Value to 24 Which is CS3 or in Binary 011000&lt;br /&gt;
&lt;br /&gt;
4. Submit your changes and reboot&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;{{:Grandstream_FXO_FAQ}}&lt;/div&gt;</summary>
		<author><name>John Wolfe</name></author>
	</entry>
	<entry>
		<id>http://wiki.ipitomy.com/index.php?title=Grandstream_410X_Setup&amp;diff=3484</id>
		<title>Grandstream 410X Setup</title>
		<link rel="alternate" type="text/html" href="http://wiki.ipitomy.com/index.php?title=Grandstream_410X_Setup&amp;diff=3484"/>
		<updated>2015-06-09T17:53:38Z</updated>

		<summary type="html">&lt;p&gt;John Wolfe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Grandstream GXW 410X Gateway ==&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
Description&lt;br /&gt;
&lt;br /&gt;
When application of the Grandstream GXW 410X is desired for connection of FXO circuits onto the IPitomy IPBX the following configuration information can be used as a guide to install the adjunct properly.&lt;br /&gt;
&lt;br /&gt;
NOTE: This guide is based upon the most current software from Grandstream. However if you have older firmware this is a link to the older guide which documents and covers the older firmware.&lt;br /&gt;
&lt;br /&gt;
[http://wiki.ipitomy.com/images/5/57/Tech_Bulletin_2011-008_Grandstream_Configuration_Guide.pdf http://wiki.ipitomy.com/images/5/57/Tech_Bulletin_2011-008_Grandstream_Configuration_Guide.pdf]&lt;br /&gt;
&lt;br /&gt;
[[File:Gstream1.JPG|File:Gstream1.JPG]]&lt;br /&gt;
&lt;br /&gt;
=== Procedure—Connections ===&lt;br /&gt;
&lt;br /&gt;
1. Make wiring connections as necessary to the FXO circuits required.&lt;br /&gt;
&lt;br /&gt;
2. Make wiring connections to the LAN per the photo above – Connect the Grandstream&lt;br /&gt;
&lt;br /&gt;
WAN port to an available LAN port of the network switch/router being used on site.&lt;br /&gt;
&lt;br /&gt;
[[File:Gstream2.JPG|File:Gstream2.JPG]]&lt;br /&gt;
&lt;br /&gt;
=== Procedure—Power Up and Login ===&lt;br /&gt;
&lt;br /&gt;
1. Power up the unit and identify its assigned IP address. (Typically assigned from the DCHP server of the host router.)&lt;br /&gt;
&lt;br /&gt;
2. Use your browser to access the Grandstream by inputting the IP Address assigned to it. The IP Address assigned by your router via DHCP can be discovered several ways – the easiest of which is likely by accessing the router’s connected devices page and finding it listed there.&lt;br /&gt;
&lt;br /&gt;
3. When the Grandstream page is accessed, input the password (admin at default) and navigate to the pages below making the changes as defined.&lt;br /&gt;
&lt;br /&gt;
=== IPORTANT: Procedure Line Setup&amp;lt;br/&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
On first login to the Grandstream, you will be brought to the following page.&lt;br /&gt;
&lt;br /&gt;
[[File:GrandstreamCPT.jpg|File:GrandstreamCPT.jpg]]&lt;br /&gt;
&lt;br /&gt;
In ALL new installs once you have the device on the Network and lines connected, you should run each of these tests. The first is for Call quality and is MOST important. As this test matches line impedance which if it is in variance can caue echo and poor calls. The second allows the device to learn Call Progress Tones (CPT) and is also very important so that the Unit can learn disconnect and busy tones on the lines. NOTE: The Grandstream can learn a Disconnect Supervision Current drop and a busy tone for disconnect. Lastly is the test for CID. This is also important and additionally can detect CID presence on the line. For proper performance of the Grandstream Device these tests SHOULD NOT be skipped.&lt;br /&gt;
&lt;br /&gt;
NOTE: These tests should be performed at the site and with the lines that the unit is intended to be in service upon.&lt;br /&gt;
&lt;br /&gt;
=== Procedure—Configuration&amp;lt;br/&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
1. Navigate to the Networks Basic Setting page and input the data as in the example.&lt;br /&gt;
&lt;br /&gt;
[[File:SIP3.jpg|File:SIP3.jpg]]&amp;lt;br/&amp;gt;2. Assign a Static IP Address. The device must be found by the IPBX regardless of incidental changes and network adjustments. For this reason its best to change the IP Address to Static and assign an address that is out of range of those assigned for DCHP subscription. (E.g. if the router will assign DCHP Addresses from 192.168.1.1 ~ 192.168.1.50 you should select an IP Address out of this range ...192.168.1.200 would work unless it is being used elsewhere.)&amp;lt;br/&amp;gt;3. Use the other information provided by the DCHP assignment process in the remaining data fields; Subnet is usually 255.255.255.0. The Default Router Address must be that of the router the same one that assigns DCHP IP Addresses. DNS should also be the router since it will direct traffic.&amp;lt;br/&amp;gt;4. Click the button. This saves information on this page before moving on.&amp;lt;br/&amp;gt;5. Navigate to the FXO Lines page.&amp;lt;br/&amp;gt;6. Change the Stage Method(1/2)&amp;lt;br/&amp;gt;Ch1-4:1;&amp;lt;br/&amp;gt;7. Program the Unconditional Call Forward to VOIP: to include the DID (Direct Inward Dial) number(s) that are to be routed.This routing is accomplished by Profiles 1, 2 &amp;amp; 3. Usually only one is necessary.This data field is the routing of the calls that are received on this FXO circuit (It is reccomended to use our example on this line which is&amp;lt;br/&amp;gt;ch1:1111;ch2:2222;ch3:3333;ch4:4444;&amp;lt;br/&amp;gt;This will break out the channels individually and allow the most flexibillity in use.&amp;amp;nbsp; We have programmed the Grandstream to route calls that have been received to the SIP Server using Profile 1.&lt;br /&gt;
&lt;br /&gt;
[[File:Gstream3.JPG|File:Gstream3.JPG]]&lt;br /&gt;
&lt;br /&gt;
8.Click the button. This saves information on this page before moving on.&lt;br /&gt;
&lt;br /&gt;
=== Procedure—Configuration Profile ===&lt;br /&gt;
&lt;br /&gt;
[[File:SIP.jpg|File:SIP.jpg]]&lt;br /&gt;
&lt;br /&gt;
1. Navigate to the Profile 1 page.&amp;lt;br/&amp;gt;2. Here the SIP Server must be programmed. Set this to be the IP Address of the IPBX. In our example, the address is 192.168.2.18.&amp;lt;br/&amp;gt;3. Also be sure that the SIP Registration field is set to No.&amp;lt;br/&amp;gt;4.Click the button. This saves information on this page before moving on.&amp;lt;br/&amp;gt;5.The Grandstream configuration is now complete. However if you wish to make changes to the dial plan allowed digits you must also program that information.&amp;lt;br/&amp;gt;Note: At default the Grandstream allows only digits 0-9 to be sent to the connected PSTN circuit. If you want to use PSTN features like call forward you will need to change the Outgoing Dial Plan field to;&amp;lt;br/&amp;gt;{x+ | [x*]+}&lt;br /&gt;
&lt;br /&gt;
[[File:Sip2.jpg|File:Sip2.jpg]]&amp;lt;br/&amp;gt;to be able to send a * to outside IVR's&amp;lt;br/&amp;gt;6. When programming is complete in the Grandstream, click submit will commit the changes saved thus far to memory and make them operational. Continue to Procedure Configuring the IPitomy IP PBX&lt;br /&gt;
&lt;br /&gt;
[[File:Gstream5.JPG|File:Gstream5.JPG]]&lt;br /&gt;
&lt;br /&gt;
=== Procedure—Configuring the IPitomy IP PBX for Grandstream GXW 410x ===&lt;br /&gt;
&lt;br /&gt;
1.In the IPitomy IPBX set the fields as you see them below... using the Static IP Address assigned to the Procedure—Configuration step previously completed.. (In our example we assigned the Grandstream an IP Address of 192.168.2.9. This becomes the ―Host)&lt;br /&gt;
&lt;br /&gt;
2. Click “Save Changes”&lt;br /&gt;
&lt;br /&gt;
3. Then click on theApply Changes (upper right) to make these settings operational in the Ipitomy IPBX.&lt;br /&gt;
&lt;br /&gt;
4.Test the operation. Make a call into each of the Grandstream ports that have circuits and assure that they are being routed as defined in Call Routing—Incoming.&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;5.Test the operation. Make a call at an Ipitomy extension using a calling pattern as defined in Call Routing Outgoing to assure that the call that should be placed over the Grandstream ports are placed.&lt;br /&gt;
&lt;br /&gt;
=== Procedure—Configuring Optional Outbound Routing Methods ===&lt;br /&gt;
&lt;br /&gt;
The Grandstream allows for two methods of outbound dialing at the same time.&lt;br /&gt;
&lt;br /&gt;
Round-Robin (Linear Hunt)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;If you add the trunk to an outbound route in the PBX, the Grandstream will follow the Round-Robin rules, which are found on the Channels page. By default it will start at Line&lt;br /&gt;
&lt;br /&gt;
1, and move on until it finds an available channel to dial outbound.If you add the trunk to an outbound route and configure Prefix Digits to 99X where X is the port on the Grandstream you wish to use when placing this call (e.g. 991 is line 1). By doing this you can configure the calls to route out a particular line, or a different order if you add the trunk multiple times and prefix accordingly (992, 994, 991, 993, etc). The code of 99 can be changed on the Channels page in the Grandstream.&lt;br /&gt;
&lt;br /&gt;
1. Navigate to the Channels page&lt;br /&gt;
&lt;br /&gt;
2. Go to the Port Scheduling Schema (Voip-&amp;gt;PSTN) section and input the code or codes that you wish (99x)&lt;br /&gt;
&lt;br /&gt;
== Remote Grandstream Configuration ==&lt;br /&gt;
&lt;br /&gt;
In order to get a Grandstream 410x working as a remote device, you must make a few changes from the standard, local configuration. Use this guide in conjunction with the standard guide.&lt;br /&gt;
&lt;br /&gt;
=== Grandstream Changes ===&lt;br /&gt;
&lt;br /&gt;
#On the Profile page (profile 1 if that is the only one being used) set SIP Registration to YES&lt;br /&gt;
#Under the Channels page, configure one channel with login credentials:&lt;br /&gt;
#Set the SIP server in the Profile to the PBX Public IP.&lt;br /&gt;
&lt;br /&gt;
[[File:Remote Device - Channels.jpg|File:Remote Device - Channels.jpg]]&lt;br /&gt;
&lt;br /&gt;
=== PBX SIP Provider Changes&amp;lt;br/&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
#Instead of entering an IP address for Host, set to “dynamic”&lt;br /&gt;
#Set Register and Authentication to YES&lt;br /&gt;
#Set Username and Name to the value entered as SIP User ID and Authenticate ID in the grandstream&lt;br /&gt;
#Set Secret to the value entered for Authen Password in the grandstream&lt;br /&gt;
&lt;br /&gt;
Note: If the grandstream is not the only device at the remote site, then all remote SIP devices will need to have Can Reinvite set to YES.&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
&lt;br /&gt;
=== Procedure—Troubleshooting—Outbound Dialing ===&lt;br /&gt;
&lt;br /&gt;
If you having trouble dialing outbound make the following changes on the FXO Lines page:&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;1. Tweak the Disconnect Threshold from 100 to 300ms.&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;2. Tweak the Minimum Delay Before Dialing Out from 500 to 750ms.&lt;br /&gt;
&lt;br /&gt;
=== Procedure—Troubleshooting—Call Quality ===&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;If you are having call quality issues try the following changes on the Channels page:&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;1.Set Silence Suppression from YES to NO.&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;2. Set Echo Cancellation from YES to NO&lt;br /&gt;
&lt;br /&gt;
=== Procedure—Troubleshooting—Call Volume ===&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;If you are having issue with call volume try the following changes on the Channels page:&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;1.Increase/Decrease Tx to PSTN Audio Gain by increments of 3 for issues with external party volume.&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;2. Increase/Decrease Rx from PSTN Audio Gain by increments of 3 for issues with internal party volume&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:large&amp;quot;&amp;gt;'''&amp;amp;nbsp;Procedure—Troubleshooting—Call Buzzing Noise'''&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you are having issues with a buzz heard prior to a Menu prompt; try upgrading the Grandstream firmware:&lt;br /&gt;
&lt;br /&gt;
1. Navigate to Advanced Settings page&lt;br /&gt;
&lt;br /&gt;
2. Ensure HTTP is selected for the method to upgrade&lt;br /&gt;
&lt;br /&gt;
3. Set Firmware Server Path: to firmware.grandstream.com&lt;br /&gt;
&lt;br /&gt;
4. Set Automatic Upgrade to YES&lt;br /&gt;
&lt;br /&gt;
5. Set Allow DHCP Option 66 to override server to No Click Update at the bottom of the page&lt;br /&gt;
&lt;br /&gt;
6. Click Reboot The upgrade may take as long as 20min when done through the internet, so allow plenty of time for this. While upgrading the LED will blink. When the LED returns to normal, the device has completed its upgrade&lt;br /&gt;
&lt;br /&gt;
=== Procedure—Troubleshooting—Restore Factory Default ===&lt;br /&gt;
&lt;br /&gt;
To Restore Factory Defaults:&lt;br /&gt;
&lt;br /&gt;
1. While powered up, hold the recessed Reset button in for 7+ seconds&lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;span style=&amp;quot;font-size:large&amp;quot;&amp;gt;[[File:Gstream6.JPG|File:Gstream6.JPG]]&amp;amp;nbsp;&amp;lt;/span&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;span style=&amp;quot;font-size:large&amp;quot;&amp;gt;Procedure Setup of QOS&amp;lt;/span&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
1. Access the IP of the Grandstream.&lt;br /&gt;
&lt;br /&gt;
2. Navigate in the Grandstream Web Admin to Networks – Advanced Settings&lt;br /&gt;
&lt;br /&gt;
3. Set the Layer 3 Diff Serv Value to 24 Which is CS3 or in Binary 011000&lt;br /&gt;
&lt;br /&gt;
4. Submit your changes and reboot&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;{{:Grandstream_FXO_FAQ}}&lt;/div&gt;</summary>
		<author><name>John Wolfe</name></author>
	</entry>
	<entry>
		<id>http://wiki.ipitomy.com/index.php?title=File:SIP3.jpg&amp;diff=3483</id>
		<title>File:SIP3.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.ipitomy.com/index.php?title=File:SIP3.jpg&amp;diff=3483"/>
		<updated>2015-06-09T17:53:02Z</updated>

		<summary type="html">&lt;p&gt;John Wolfe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RMImage&lt;br /&gt;
|Filename=File:SIP3.jpg&lt;br /&gt;
|CopyrightBy=&lt;br /&gt;
|CreationDate=2015/06/09&lt;br /&gt;
|Uploader=John Wolfe&lt;br /&gt;
|UploadDate=2015/06/09&lt;br /&gt;
|Description=&lt;br /&gt;
|Keywords=&lt;br /&gt;
|Format=image/jpeg&lt;br /&gt;
|RelatedArticles=Grandstream 410X Setup&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>John Wolfe</name></author>
	</entry>
	<entry>
		<id>http://wiki.ipitomy.com/index.php?title=File:SIP3.jpg&amp;diff=3482</id>
		<title>File:SIP3.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.ipitomy.com/index.php?title=File:SIP3.jpg&amp;diff=3482"/>
		<updated>2015-06-09T17:53:02Z</updated>

		<summary type="html">&lt;p&gt;John Wolfe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>John Wolfe</name></author>
	</entry>
	<entry>
		<id>http://wiki.ipitomy.com/index.php?title=Grandstream_410X_Setup&amp;diff=3481</id>
		<title>Grandstream 410X Setup</title>
		<link rel="alternate" type="text/html" href="http://wiki.ipitomy.com/index.php?title=Grandstream_410X_Setup&amp;diff=3481"/>
		<updated>2015-06-09T17:30:07Z</updated>

		<summary type="html">&lt;p&gt;John Wolfe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Grandstream GXW 410X Gateway ==&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
Description&lt;br /&gt;
&lt;br /&gt;
When application of the Grandstream GXW 410X is desired for connection of FXO circuits onto the IPitomy IPBX the following configuration information can be used as a guide to install the adjunct properly.&lt;br /&gt;
&lt;br /&gt;
NOTE: This guide is based upon the most current software from Grandstream. However if you have older firmware this is a link to the older guide which documents and covers the older firmware.&lt;br /&gt;
&lt;br /&gt;
[http://wiki.ipitomy.com/images/5/57/Tech_Bulletin_2011-008_Grandstream_Configuration_Guide.pdf http://wiki.ipitomy.com/images/5/57/Tech_Bulletin_2011-008_Grandstream_Configuration_Guide.pdf]&lt;br /&gt;
&lt;br /&gt;
[[File:Gstream1.JPG|File:Gstream1.JPG]]&lt;br /&gt;
&lt;br /&gt;
=== Procedure—Connections ===&lt;br /&gt;
&lt;br /&gt;
1. Make wiring connections as necessary to the FXO circuits required.&lt;br /&gt;
&lt;br /&gt;
2. Make wiring connections to the LAN per the photo above – Connect the Grandstream&lt;br /&gt;
&lt;br /&gt;
WAN port to an available LAN port of the network switch/router being used on site.&lt;br /&gt;
&lt;br /&gt;
[[File:Gstream2.JPG|File:Gstream2.JPG]]&lt;br /&gt;
&lt;br /&gt;
=== Procedure—Power Up and Login ===&lt;br /&gt;
&lt;br /&gt;
1. Power up the unit and identify its assigned IP address. (Typically assigned from the DCHP server of the host router.)&lt;br /&gt;
&lt;br /&gt;
2. Use your browser to access the Grandstream by inputting the IP Address assigned to it. The IP Address assigned by your router via DHCP can be discovered several ways – the easiest of which is likely by accessing the router’s connected devices page and finding it listed there.&lt;br /&gt;
&lt;br /&gt;
3. When the Grandstream page is accessed, input the password (admin at default) and navigate to the pages below making the changes as defined.&lt;br /&gt;
&lt;br /&gt;
=== IPORTANT: Procedure Line Setup&amp;lt;br/&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
On first login to the Grandstream, you will be brought to the following page.&lt;br /&gt;
&lt;br /&gt;
[[File:GrandstreamCPT.jpg|File:GrandstreamCPT.jpg]]&lt;br /&gt;
&lt;br /&gt;
In ALL new installs once you have the device on the Network and lines connected, you should run each of these tests. The first is for Call quality and is MOST important. As this test matches line impedance which if it is in variance can caue echo and poor calls. The second allows the device to learn Call Progress Tones (CPT) and is also very important so that the Unit can learn disconnect and busy tones on the lines. NOTE: The Grandstream can learn a Disconnect Supervision Current drop and a busy tone for disconnect. Lastly is the test for CID. This is also important and additionally can detect CID presence on the line. For proper performance of the Grandstream Device these tests SHOULD NOT be skipped.&lt;br /&gt;
&lt;br /&gt;
NOTE: These tests should be performed at the site and with the lines that the unit is intended to be in service upon.&lt;br /&gt;
&lt;br /&gt;
=== Procedure—Configuration&amp;lt;br/&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
1. Navigate to the Basic Setting page and input the data as in the example.&amp;lt;br/&amp;gt;2. Assign a Static IP Address. The device must be found by the IPBX regardless of incidental changes and network adjustments. For this reason its best to change the IP Address to Static and assign an address that is out of range of those assigned for DCHP subscription. (E.g. if the router will assign DCHP Addresses from 192.168.1.1 ~ 192.168.1.50 you should select an IP Address out of this range ...192.168.1.200 would work unless it is being used elsewhere.)&amp;lt;br/&amp;gt;3. Use the other information provided by the DCHP assignment process in the remaining data fields; Subnet is usually 255.255.255.0. The Default Router Address must be that of the router—the same one that assigns DCHP IP Addresses. DNS should also be the router since it will direct traffic.&amp;lt;br/&amp;gt;4. Click the button. This saves information on this page before moving on.&amp;lt;br/&amp;gt;5. Navigate to the FXO Lines page.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;6. Change the Stage Method(1/2)&amp;lt;br/&amp;gt;Ch1-4:1;&amp;lt;br/&amp;gt;7. Program the Unconditional Call Forward to VOIP: to include the DID (Direct Inward Dial) number(s) that are to be routed.This routing is accomplished by Profiles 1, 2 &amp;amp; 3. Usually only one is necessary.This data field is the routing of the calls that are received on this FXO circuit (It is reccomended to use our example on this line which is&amp;lt;br/&amp;gt;ch1:1111;ch2:2222;ch3:3333;ch4:4444;&amp;lt;br/&amp;gt;This will break out the channels individually and allow the most flexibillity in use.&amp;amp;nbsp; We have programmed the Grandstream to route calls that have been received to the SIP Server using Profile 1.&lt;br /&gt;
&lt;br /&gt;
[[File:Gstream3.JPG|File:Gstream3.JPG]]&lt;br /&gt;
&lt;br /&gt;
8.Click the button. This saves information on this page before moving on.&lt;br /&gt;
&lt;br /&gt;
=== Procedure—Configuration Profile ===&lt;br /&gt;
&lt;br /&gt;
[[File:SIP.jpg|File:SIP.jpg]]&lt;br /&gt;
&lt;br /&gt;
1. Navigate to the Profile 1 page.&amp;lt;br/&amp;gt;2. Here the SIP Server must be programmed. Set this to be the IP Address of the IPBX. In our example, the address is 192.168.2.18.&amp;lt;br/&amp;gt;3. Also be sure that the SIP Registration field is set to No.&amp;lt;br/&amp;gt;4.Click the button. This saves information on this page before moving on.&amp;lt;br/&amp;gt;5.The Grandstream configuration is now complete. However if you wish to make changes to the dial plan allowed digits you must also program that information.&amp;lt;br/&amp;gt;Note: At default the Grandstream allows only digits 0-9 to be sent to the connected PSTN circuit. If you want to use PSTN features like call forward you will need to change the Outgoing Dial Plan field to;&amp;lt;br/&amp;gt;{x+ | [x*]+}&lt;br /&gt;
&lt;br /&gt;
[[File:Sip2.jpg|File:Sip2.jpg]]&amp;lt;br/&amp;gt;to be able to send a * to outside IVR's&amp;lt;br/&amp;gt;6. When programming is complete in the Grandstream, click submit will commit the changes saved thus far to memory and make them operational. Continue to Procedure Configuring the IPitomy IP PBX&lt;br /&gt;
&lt;br /&gt;
[[File:Gstream5.JPG|File:Gstream5.JPG]]&lt;br /&gt;
&lt;br /&gt;
=== Procedure—Configuring the IPitomy IP PBX for Grandstream GXW 410x ===&lt;br /&gt;
&lt;br /&gt;
1.In the IPitomy IPBX set the fields as you see them below... using the Static IP Address assigned to the Procedure—Configuration step previously completed.. (In our example we assigned the Grandstream an IP Address of 192.168.2.9. This becomes the ―Host)&lt;br /&gt;
&lt;br /&gt;
2. Click “Save Changes”&lt;br /&gt;
&lt;br /&gt;
3. Then click on theApply Changes (upper right) to make these settings operational in the Ipitomy IPBX.&lt;br /&gt;
&lt;br /&gt;
4.Test the operation. Make a call into each of the Grandstream ports that have circuits and assure that they are being routed as defined in Call Routing—Incoming.&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;5.Test the operation. Make a call at an Ipitomy extension using a calling pattern as defined in Call Routing Outgoing to assure that the call that should be placed over the Grandstream ports are placed.&lt;br /&gt;
&lt;br /&gt;
=== Procedure—Configuring Optional Outbound Routing Methods ===&lt;br /&gt;
&lt;br /&gt;
The Grandstream allows for two methods of outbound dialing at the same time.&lt;br /&gt;
&lt;br /&gt;
Round-Robin (Linear Hunt)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;If you add the trunk to an outbound route in the PBX, the Grandstream will follow the Round-Robin rules, which are found on the Channels page. By default it will start at Line&lt;br /&gt;
&lt;br /&gt;
1, and move on until it finds an available channel to dial outbound.If you add the trunk to an outbound route and configure Prefix Digits to 99X where X is the port on the Grandstream you wish to use when placing this call (e.g. 991 is line 1). By doing this you can configure the calls to route out a particular line, or a different order if you add the trunk multiple times and prefix accordingly (992, 994, 991, 993, etc). The code of 99 can be changed on the Channels page in the Grandstream.&lt;br /&gt;
&lt;br /&gt;
1. Navigate to the Channels page&lt;br /&gt;
&lt;br /&gt;
2. Go to the Port Scheduling Schema (Voip-&amp;gt;PSTN) section and input the code or codes that you wish (99x)&lt;br /&gt;
&lt;br /&gt;
== Remote Grandstream Configuration ==&lt;br /&gt;
&lt;br /&gt;
In order to get a Grandstream 410x working as a remote device, you must make a few changes from the standard, local configuration. Use this guide in conjunction with the standard guide.&lt;br /&gt;
&lt;br /&gt;
=== Grandstream Changes ===&lt;br /&gt;
&lt;br /&gt;
#On the Profile page (profile 1 if that is the only one being used) set SIP Registration to YES&lt;br /&gt;
#Under the Channels page, configure one channel with login credentials:&lt;br /&gt;
#Set the SIP server in the Profile to the PBX Public IP.&lt;br /&gt;
&lt;br /&gt;
[[File:Remote Device - Channels.jpg|File:Remote Device - Channels.jpg]]&lt;br /&gt;
&lt;br /&gt;
=== PBX SIP Provider Changes&amp;lt;br/&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
#Instead of entering an IP address for Host, set to “dynamic”&lt;br /&gt;
#Set Register and Authentication to YES&lt;br /&gt;
#Set Username and Name to the value entered as SIP User ID and Authenticate ID in the grandstream&lt;br /&gt;
#Set Secret to the value entered for Authen Password in the grandstream&lt;br /&gt;
&lt;br /&gt;
Note: If the grandstream is not the only device at the remote site, then all remote SIP devices will need to have Can Reinvite set to YES.&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
&lt;br /&gt;
=== Procedure—Troubleshooting—Outbound Dialing ===&lt;br /&gt;
&lt;br /&gt;
If you having trouble dialing outbound make the following changes on the FXO Lines page:&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;1. Tweak the Disconnect Threshold from 100 to 300ms.&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;2. Tweak the Minimum Delay Before Dialing Out from 500 to 750ms.&lt;br /&gt;
&lt;br /&gt;
=== Procedure—Troubleshooting—Call Quality ===&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;If you are having call quality issues try the following changes on the Channels page:&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;1.Set Silence Suppression from YES to NO.&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;2. Set Echo Cancellation from YES to NO&lt;br /&gt;
&lt;br /&gt;
=== Procedure—Troubleshooting—Call Volume ===&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;If you are having issue with call volume try the following changes on the Channels page:&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;1.Increase/Decrease Tx to PSTN Audio Gain by increments of 3 for issues with external party volume.&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;2. Increase/Decrease Rx from PSTN Audio Gain by increments of 3 for issues with internal party volume&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:large&amp;quot;&amp;gt;'''&amp;amp;nbsp;Procedure—Troubleshooting—Call Buzzing Noise'''&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you are having issues with a buzz heard prior to a Menu prompt; try upgrading the Grandstream firmware:&lt;br /&gt;
&lt;br /&gt;
1. Navigate to Advanced Settings page&lt;br /&gt;
&lt;br /&gt;
2. Ensure HTTP is selected for the method to upgrade&lt;br /&gt;
&lt;br /&gt;
3. Set Firmware Server Path: to firmware.grandstream.com&lt;br /&gt;
&lt;br /&gt;
4. Set Automatic Upgrade to YES&lt;br /&gt;
&lt;br /&gt;
5. Set Allow DHCP Option 66 to override server to No Click Update at the bottom of the page&lt;br /&gt;
&lt;br /&gt;
6. Click Reboot The upgrade may take as long as 20min when done through the internet, so allow plenty of time for this. While upgrading the LED will blink. When the LED returns to normal, the device has completed its upgrade&lt;br /&gt;
&lt;br /&gt;
=== Procedure—Troubleshooting—Restore Factory Default ===&lt;br /&gt;
&lt;br /&gt;
To Restore Factory Defaults:&lt;br /&gt;
&lt;br /&gt;
1. While powered up, hold the recessed Reset button in for 7+ seconds&lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;span style=&amp;quot;font-size:large&amp;quot;&amp;gt;[[File:Gstream6.JPG|File:Gstream6.JPG]]&amp;amp;nbsp;&amp;lt;/span&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;span style=&amp;quot;font-size:large&amp;quot;&amp;gt;Procedure Setup of QOS&amp;lt;/span&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
1. Access the IP of the Grandstream.&lt;br /&gt;
&lt;br /&gt;
2. Navigate in the Grandstream Web Admin to Networks – Advanced Settings&lt;br /&gt;
&lt;br /&gt;
3. Set the Layer 3 Diff Serv Value to 24 Which is CS3 or in Binary 011000&lt;br /&gt;
&lt;br /&gt;
4. Submit your changes and reboot&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;{{:Grandstream_FXO_FAQ}}&lt;/div&gt;</summary>
		<author><name>John Wolfe</name></author>
	</entry>
	<entry>
		<id>http://wiki.ipitomy.com/index.php?title=File:Sip2.jpg&amp;diff=3480</id>
		<title>File:Sip2.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.ipitomy.com/index.php?title=File:Sip2.jpg&amp;diff=3480"/>
		<updated>2015-06-09T17:29:55Z</updated>

		<summary type="html">&lt;p&gt;John Wolfe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RMImage&lt;br /&gt;
|Filename=File:Sip2.jpg&lt;br /&gt;
|CopyrightBy=&lt;br /&gt;
|CreationDate=2015/06/09&lt;br /&gt;
|Uploader=John Wolfe&lt;br /&gt;
|UploadDate=2015/06/09&lt;br /&gt;
|Description=&lt;br /&gt;
|Keywords=&lt;br /&gt;
|Format=image/jpeg&lt;br /&gt;
|RelatedArticles=Grandstream 410X Setup&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>John Wolfe</name></author>
	</entry>
	<entry>
		<id>http://wiki.ipitomy.com/index.php?title=File:Sip2.jpg&amp;diff=3479</id>
		<title>File:Sip2.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.ipitomy.com/index.php?title=File:Sip2.jpg&amp;diff=3479"/>
		<updated>2015-06-09T17:29:55Z</updated>

		<summary type="html">&lt;p&gt;John Wolfe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>John Wolfe</name></author>
	</entry>
	<entry>
		<id>http://wiki.ipitomy.com/index.php?title=File:SIP.jpg&amp;diff=3478</id>
		<title>File:SIP.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.ipitomy.com/index.php?title=File:SIP.jpg&amp;diff=3478"/>
		<updated>2015-06-09T17:26:17Z</updated>

		<summary type="html">&lt;p&gt;John Wolfe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RMImage&lt;br /&gt;
|Filename=File:SIP.jpg&lt;br /&gt;
|CreationDate=2015/06/09&lt;br /&gt;
|Uploader=John Wolfe&lt;br /&gt;
|UploadDate=2015/06/09&lt;br /&gt;
|Format=image/jpeg&lt;br /&gt;
|RelatedArticles=Grandstream 410X Setup&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>John Wolfe</name></author>
	</entry>
	<entry>
		<id>http://wiki.ipitomy.com/index.php?title=File:SIP.jpg&amp;diff=3477</id>
		<title>File:SIP.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.ipitomy.com/index.php?title=File:SIP.jpg&amp;diff=3477"/>
		<updated>2015-06-09T17:26:17Z</updated>

		<summary type="html">&lt;p&gt;John Wolfe: uploaded a new version of &amp;amp;quot;File:SIP.jpg&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RMImage&lt;br /&gt;
|Filename=File:SIP.jpg&lt;br /&gt;
|CopyrightBy=&lt;br /&gt;
|CreationDate=2015/06/09&lt;br /&gt;
|Uploader=John Wolfe&lt;br /&gt;
|UploadDate=2015/06/09&lt;br /&gt;
|Description=&lt;br /&gt;
|Keywords=&lt;br /&gt;
|Format=image/jpeg&lt;br /&gt;
|RelatedArticles=Grandstream 410X Setup&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>John Wolfe</name></author>
	</entry>
	<entry>
		<id>http://wiki.ipitomy.com/index.php?title=File:SIP.jpg&amp;diff=3476</id>
		<title>File:SIP.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.ipitomy.com/index.php?title=File:SIP.jpg&amp;diff=3476"/>
		<updated>2015-06-09T17:12:17Z</updated>

		<summary type="html">&lt;p&gt;John Wolfe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RMImage&lt;br /&gt;
|Filename=File:SIP.jpg&lt;br /&gt;
|CopyrightBy=&lt;br /&gt;
|CreationDate=2015/06/09&lt;br /&gt;
|Uploader=John Wolfe&lt;br /&gt;
|UploadDate=2015/06/09&lt;br /&gt;
|Description=&lt;br /&gt;
|Keywords=&lt;br /&gt;
|Format=image/jpeg&lt;br /&gt;
|RelatedArticles=Grandstream 410X Setup&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>John Wolfe</name></author>
	</entry>
	<entry>
		<id>http://wiki.ipitomy.com/index.php?title=File:SIP.jpg&amp;diff=3475</id>
		<title>File:SIP.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.ipitomy.com/index.php?title=File:SIP.jpg&amp;diff=3475"/>
		<updated>2015-06-09T17:12:17Z</updated>

		<summary type="html">&lt;p&gt;John Wolfe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>John Wolfe</name></author>
	</entry>
	<entry>
		<id>http://wiki.ipitomy.com/index.php?title=Grandstream_410X_Setup&amp;diff=3467</id>
		<title>Grandstream 410X Setup</title>
		<link rel="alternate" type="text/html" href="http://wiki.ipitomy.com/index.php?title=Grandstream_410X_Setup&amp;diff=3467"/>
		<updated>2015-05-15T18:02:49Z</updated>

		<summary type="html">&lt;p&gt;John Wolfe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Grandstream GXW 410X Gateway ==&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
Description&lt;br /&gt;
&lt;br /&gt;
When application of the Grandstream GXW 410X is desired for connection of FXO circuits onto the IPitomy IPBX the following configuration information can be used as a guide to install the adjunct properly.&lt;br /&gt;
&lt;br /&gt;
NOTE: This guide is based upon the most current software from Grandstream. However if you have older firmware this is a link to the older guide which documents and covers the older firmware.&lt;br /&gt;
&lt;br /&gt;
[http://wiki.ipitomy.com/images/5/57/Tech_Bulletin_2011-008_Grandstream_Configuration_Guide.pdf http://wiki.ipitomy.com/images/5/57/Tech_Bulletin_2011-008_Grandstream_Configuration_Guide.pdf]&lt;br /&gt;
&lt;br /&gt;
[[File:Gstream1.JPG|File:Gstream1.JPG]]&lt;br /&gt;
&lt;br /&gt;
=== Procedure—Connections ===&lt;br /&gt;
&lt;br /&gt;
1. Make wiring connections as necessary to the FXO circuits required.&lt;br /&gt;
&lt;br /&gt;
2. Make wiring connections to the LAN per the photo above – Connect the Grandstream&lt;br /&gt;
&lt;br /&gt;
WAN port to an available LAN port of the network switch/router being used on site.&lt;br /&gt;
&lt;br /&gt;
[[File:Gstream2.JPG|File:Gstream2.JPG]]&lt;br /&gt;
&lt;br /&gt;
=== Procedure—Power Up and Login ===&lt;br /&gt;
&lt;br /&gt;
1. Power up the unit and identify its assigned IP address. (Typically assigned from the DCHP server of the host router.)&lt;br /&gt;
&lt;br /&gt;
2. Use your browser to access the Grandstream by inputting the IP Address assigned to it. The IP Address assigned by your router via DHCP can be discovered several ways – the easiest of which is likely by accessing the router’s connected devices page and finding it listed there.&lt;br /&gt;
&lt;br /&gt;
3. When the Grandstream page is accessed, input the password (admin at default) and navigate to the pages below making the changes as defined.&lt;br /&gt;
&lt;br /&gt;
=== IPORTANT: Procedure Line Setup&amp;lt;br/&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
On first login to the Grandstream, you will be brought to the following page.&lt;br /&gt;
&lt;br /&gt;
[[File:GrandstreamCPT.jpg|File:GrandstreamCPT.jpg]]&lt;br /&gt;
&lt;br /&gt;
In ALL new installs once you have the device on the Network and lines connected, you should run each of these tests. The first is for Call quality and is MOST important. As this test matches line impedance which if it is in variance can caue echo and poor calls. The second allows the device to learn Call Progress Tones (CPT) and is also very important so that the Unit can learn disconnect and busy tones on the lines. NOTE: The Grandstream can learn a Disconnect Supervision Current drop and a busy tone for disconnect. Lastly is the test for CID. This is also important and additionally can detect CID presence on the line. For proper performance of the Grandstream Device these tests SHOULD NOT be skipped.&lt;br /&gt;
&lt;br /&gt;
NOTE: These tests should be performed at the site and with the lines that the unit is intended to be in service upon.&lt;br /&gt;
&lt;br /&gt;
=== Procedure—Configuration&amp;lt;br/&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
1. Navigate to the ―Basic Setting page and input the data as in the example.&lt;br /&gt;
&lt;br /&gt;
2. Assign a Static IP Address. The device must be ―found by the IPBX regardless of incidental changes and network adjustments. For this reason its best to change the IP Address to Static and assign an address that is out of range of those assigned for DCHP subscription. (E.g. if the router will assign DCHP Addresses from 192.168.1.1 ~ 192.168.1.50 you should select an IP Address out of this range ...192.168.1.200 would work unless it is being used elsewhere.)&lt;br /&gt;
&lt;br /&gt;
3. Use the other information provided by the DCHP assignment process in the remaining data fields; Subnet is usually 255.255.255.0. The Default Router Address must be that of the router—the same one that assigns DCHP IP Addresses. DNS should also be the router since it will direct traffic.&lt;br /&gt;
&lt;br /&gt;
4. Click the button. This saves information on this page before moving on.&lt;br /&gt;
&lt;br /&gt;
5. Navigate to the ―FXO Lines page.&lt;br /&gt;
&lt;br /&gt;
6. Change the ―Stage Method(1/2): to Ch1-4:1;&lt;br /&gt;
&lt;br /&gt;
7. Program the ―Unconditional Call Forward to VOIP: to include the DID (Direct Inward Dial) number(s) that are to be routed.This routing is accomplished by Profiles 1, 2 &amp;amp; 3. Usually only one is necessary.This data field is the routing of the calls that are received on this FXO circuit (It is reccomended to use our example on this line which is ch1:1111;ch2:2222;ch3:3333;ch4:4444; ... This will break out the channels individually and allow the most flexibillity in use.&amp;amp;nbsp; We have programmed the Grandstream to route calls that have been received to the SIP Server using Profile 1.&lt;br /&gt;
&lt;br /&gt;
[[File:Gstream3.JPG|File:Gstream3.JPG]]&lt;br /&gt;
&lt;br /&gt;
8.Click the button. This saves information on this page before moving on.&lt;br /&gt;
&lt;br /&gt;
=== Procedure—Configuration Profile ===&lt;br /&gt;
&lt;br /&gt;
[[File:Gstream4.jpg|File:Gstream4.jpg]]&lt;br /&gt;
&lt;br /&gt;
1. Navigate to the Profile 1 page.&lt;br /&gt;
&lt;br /&gt;
2. Here the SIP Server must be programmed. Set this to be the IP Address of the IPBX. In our example, the address is 192.168.2.18.&lt;br /&gt;
&lt;br /&gt;
3. Also be sure that the SIP Registration field is set to ―No.&lt;br /&gt;
&lt;br /&gt;
4.Click the button. This saves information on this page before moving on.&lt;br /&gt;
&lt;br /&gt;
5.The Grandstream configuration is now complete. However if you wish to make changes to the dial plan allowed digits you must also program that information.&lt;br /&gt;
&lt;br /&gt;
Note: At default the Grandstream allows only digits 0-9 to be sent to the connected PSTN circuit. If you want to use PSTN features like call forward you will need to&lt;br /&gt;
&lt;br /&gt;
be able to send a * to the CO. Go to Procedure Configuration Dial Plan to make these changes. Otherwise:&lt;br /&gt;
&lt;br /&gt;
6. When programming is complete in the Grandstream, click submit will commit the changes saved thus far to memory and make them operational. Continue to Procedure Configuring the IPitomy IP PBX&lt;br /&gt;
&lt;br /&gt;
[[File:Gstream5.JPG|File:Gstream5.JPG]]&lt;br /&gt;
&lt;br /&gt;
=== Procedure—Configuring the IPitomy IP PBX for Grandstream GXW 410x ===&lt;br /&gt;
&lt;br /&gt;
1.In the IPitomy IPBX set the fields as you see them below... using the Static IP Address assigned to the Procedure—Configuration step previously completed.. (In our example we assigned the Grandstream an IP Address of 192.168.2.9. This becomes the ―Host)&lt;br /&gt;
&lt;br /&gt;
2. Click “Save Changes”&lt;br /&gt;
&lt;br /&gt;
3. Then click on theApply Changes (upper right) to make these settings operational in the Ipitomy IPBX.&lt;br /&gt;
&lt;br /&gt;
4.Test the operation. Make a call into each of the Grandstream ports that have circuits and assure that they are being routed as defined in Call Routing—Incoming.&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;5.Test the operation. Make a call at an Ipitomy extension using a calling pattern as defined in Call Routing Outgoing to assure that the call that should be placed over the Grandstream ports are placed.&lt;br /&gt;
&lt;br /&gt;
=== Procedure—Configuring Optional Outbound Routing Methods ===&lt;br /&gt;
&lt;br /&gt;
The Grandstream allows for two methods of outbound dialing at the same time.&lt;br /&gt;
&lt;br /&gt;
Round-Robin (Linear Hunt)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;If you add the trunk to an outbound route in the PBX, the Grandstream will follow the Round-Robin rules, which are found on the Channels page. By default it will start at Line&lt;br /&gt;
&lt;br /&gt;
1, and move on until it finds an available channel to dial outbound.If you add the trunk to an outbound route and configure Prefix Digits to 99X where X is the port on the Grandstream you wish to use when placing this call (e.g. 991 is line 1). By doing this you can configure the calls to route out a particular line, or a different order if you add the trunk multiple times and prefix accordingly (992, 994, 991, 993, etc). The code of 99 can be changed on the Channels page in the Grandstream.&lt;br /&gt;
&lt;br /&gt;
1. Navigate to the Channels page&lt;br /&gt;
&lt;br /&gt;
2. Go to the Port Scheduling Schema (Voip-&amp;gt;PSTN) section and input the code or codes that you wish (99x)&lt;br /&gt;
&lt;br /&gt;
== Remote Grandstream Configuration ==&lt;br /&gt;
&lt;br /&gt;
In order to get a Grandstream 410x working as a remote device, you must make a few changes from the standard, local configuration. Use this guide in conjunction with the standard guide.&lt;br /&gt;
&lt;br /&gt;
=== Grandstream Changes ===&lt;br /&gt;
&lt;br /&gt;
#On the Profile page (profile 1 if that is the only one being used) set SIP Registration to YES&lt;br /&gt;
#Under the Channels page, configure one channel with login credentials:&lt;br /&gt;
#Set the SIP server in the Profile to the PBX Public IP.&lt;br /&gt;
&lt;br /&gt;
[[File:Remote Device - Channels.jpg|File:Remote Device - Channels.jpg]]&lt;br /&gt;
&lt;br /&gt;
=== PBX SIP Provider Changes&amp;lt;br/&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
#Instead of entering an IP address for Host, set to “dynamic”&lt;br /&gt;
#Set Register and Authentication to YES&lt;br /&gt;
#Set Username and Name to the value entered as SIP User ID and Authenticate ID in the grandstream&lt;br /&gt;
#Set Secret to the value entered for Authen Password in the grandstream&lt;br /&gt;
&lt;br /&gt;
Note: If the grandstream is not the only device at the remote site, then all remote SIP devices will need to have Can Reinvite set to YES.&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
&lt;br /&gt;
=== Procedure—Troubleshooting—Outbound Dialing ===&lt;br /&gt;
&lt;br /&gt;
If you having trouble dialing outbound make the following changes on the FXO Lines page:&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;1. Tweak the Disconnect Threshold from 100 to 300ms.&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;2. Tweak the Minimum Delay Before Dialing Out from 500 to 750ms.&lt;br /&gt;
&lt;br /&gt;
=== Procedure—Troubleshooting—Call Quality ===&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;If you are having call quality issues try the following changes on the Channels page:&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;1.Set Silence Suppression from YES to NO.&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;2. Set Echo Cancellation from YES to NO&lt;br /&gt;
&lt;br /&gt;
=== Procedure—Troubleshooting—Call Volume ===&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;If you are having issue with call volume try the following changes on the Channels page:&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;1.Increase/Decrease Tx to PSTN Audio Gain by increments of 3 for issues with external party volume.&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;2. Increase/Decrease Rx from PSTN Audio Gain by increments of 3 for issues with internal party volume&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:large&amp;quot;&amp;gt;'''&amp;amp;nbsp;Procedure—Troubleshooting—Call Buzzing Noise'''&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you are having issues with a buzz heard prior to a Menu prompt; try upgrading the Grandstream firmware:&lt;br /&gt;
&lt;br /&gt;
1. Navigate to Advanced Settings page&lt;br /&gt;
&lt;br /&gt;
2. Ensure HTTP is selected for the method to upgrade&lt;br /&gt;
&lt;br /&gt;
3. Set Firmware Server Path: to firmware.grandstream.com&lt;br /&gt;
&lt;br /&gt;
4. Set Automatic Upgrade to YES&lt;br /&gt;
&lt;br /&gt;
5. Set Allow DHCP Option 66 to override server to No Click Update at the bottom of the page&lt;br /&gt;
&lt;br /&gt;
6. Click Reboot The upgrade may take as long as 20min when done through the internet, so allow plenty of time for this. While upgrading the LED will blink. When the LED returns to normal, the device has completed its upgrade&lt;br /&gt;
&lt;br /&gt;
=== Procedure—Troubleshooting—Restore Factory Default ===&lt;br /&gt;
&lt;br /&gt;
To Restore Factory Defaults:&lt;br /&gt;
&lt;br /&gt;
1. While powered up, hold the recessed Reset button in for 7+ seconds&lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;span style=&amp;quot;font-size:large&amp;quot;&amp;gt;[[File:Gstream6.JPG|File:Gstream6.JPG]]&amp;amp;nbsp;&amp;lt;/span&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;span style=&amp;quot;font-size:large&amp;quot;&amp;gt;Procedure Setup of QOS&amp;lt;/span&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
1. Access the IP of the Grandstream.&lt;br /&gt;
&lt;br /&gt;
2. Navigate in the Grandstream Web Admin to Networks – Advanced Settings&lt;br /&gt;
&lt;br /&gt;
3. Set the Layer 3 Diff Serv Value to 24 Which is CS3 or in Binary 011000&lt;br /&gt;
&lt;br /&gt;
4. Submit your changes and reboot&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;{{:Grandstream_FXO_FAQ}}&lt;/div&gt;</summary>
		<author><name>John Wolfe</name></author>
	</entry>
	<entry>
		<id>http://wiki.ipitomy.com/index.php?title=File:Gstream4.jpg&amp;diff=3466</id>
		<title>File:Gstream4.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.ipitomy.com/index.php?title=File:Gstream4.jpg&amp;diff=3466"/>
		<updated>2015-05-15T18:02:39Z</updated>

		<summary type="html">&lt;p&gt;John Wolfe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RMImage&lt;br /&gt;
|Filename=File:Gstream4.jpg&lt;br /&gt;
|CopyrightBy=&lt;br /&gt;
|CreationDate=2015/05/15&lt;br /&gt;
|Uploader=John Wolfe&lt;br /&gt;
|UploadDate=2015/05/15&lt;br /&gt;
|Description=&lt;br /&gt;
|Keywords=&lt;br /&gt;
|Format=image/jpeg&lt;br /&gt;
|RelatedArticles=Grandstream 410X Setup&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>John Wolfe</name></author>
	</entry>
	<entry>
		<id>http://wiki.ipitomy.com/index.php?title=File:Gstream4.jpg&amp;diff=3465</id>
		<title>File:Gstream4.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.ipitomy.com/index.php?title=File:Gstream4.jpg&amp;diff=3465"/>
		<updated>2015-05-15T18:02:39Z</updated>

		<summary type="html">&lt;p&gt;John Wolfe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>John Wolfe</name></author>
	</entry>
	<entry>
		<id>http://wiki.ipitomy.com/index.php?title=File:Gstream4.JPG&amp;diff=3464</id>
		<title>File:Gstream4.JPG</title>
		<link rel="alternate" type="text/html" href="http://wiki.ipitomy.com/index.php?title=File:Gstream4.JPG&amp;diff=3464"/>
		<updated>2015-05-15T17:59:26Z</updated>

		<summary type="html">&lt;p&gt;John Wolfe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RMImage&lt;br /&gt;
|Filename=File:Gstream4.JPG&lt;br /&gt;
|CreationDate=2013/09/12&lt;br /&gt;
|Uploader=John Wolfe&lt;br /&gt;
|UploadDate=2013/09/12&lt;br /&gt;
|Format=image/jpeg&lt;br /&gt;
|RelatedArticles=Grandstream 410X Setup&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>John Wolfe</name></author>
	</entry>
	<entry>
		<id>http://wiki.ipitomy.com/index.php?title=File:Gstream4.JPG&amp;diff=3463</id>
		<title>File:Gstream4.JPG</title>
		<link rel="alternate" type="text/html" href="http://wiki.ipitomy.com/index.php?title=File:Gstream4.JPG&amp;diff=3463"/>
		<updated>2015-05-15T17:59:26Z</updated>

		<summary type="html">&lt;p&gt;John Wolfe: uploaded a new version of &amp;amp;quot;File:Gstream4.JPG&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RMImage&lt;br /&gt;
|Filename=File:Gstream4.JPG&lt;br /&gt;
|CopyrightBy=&lt;br /&gt;
|CreationDate=2013/09/12&lt;br /&gt;
|Uploader=John Wolfe&lt;br /&gt;
|UploadDate=2013/09/12&lt;br /&gt;
|Description=&lt;br /&gt;
|Keywords=&lt;br /&gt;
|Format=image/jpeg&lt;br /&gt;
|RelatedArticles=Grandstream 410X Setup&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>John Wolfe</name></author>
	</entry>
	<entry>
		<id>http://wiki.ipitomy.com/index.php?title=Overhead_Paging&amp;diff=3426</id>
		<title>Overhead Paging</title>
		<link rel="alternate" type="text/html" href="http://wiki.ipitomy.com/index.php?title=Overhead_Paging&amp;diff=3426"/>
		<updated>2015-03-25T16:28:13Z</updated>

		<summary type="html">&lt;p&gt;John Wolfe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There are three possible methods to integrate overhead paging to the PBX; SIP, FXS, or FXO.&lt;br /&gt;
&lt;br /&gt;
= Overhead Paging =&lt;br /&gt;
&lt;br /&gt;
== Paging Devices ==&lt;br /&gt;
&lt;br /&gt;
=== IPitomy SIP Paging ===&lt;br /&gt;
&lt;br /&gt;
==== Using an UP220/290 as a paging port ====&lt;br /&gt;
&lt;br /&gt;
Use the IPitomy IP220 HD telephone as a paging point of connection. [[File:App Note - IP220 Paging.pdf|IP220 Paging]]&lt;br /&gt;
&lt;br /&gt;
==== IPitomy Overhead Speaker ====&lt;br /&gt;
&lt;br /&gt;
==== IPitomy IP710 Door Box ====&lt;br /&gt;
&lt;br /&gt;
Use the following guide to get the Door Box connected to your network and to any door strike.&lt;br /&gt;
&lt;br /&gt;
[[File:IS710v2 Smart Sercurity IP Intercom User Manual.doc|File:IS710v2 Smart Sercurity IP Intercom User Manual.doc]]&lt;br /&gt;
&lt;br /&gt;
Once on network, you can provision the Door Box as an IP2XX phone via Auto-Discovery. Log into the phone webGUI (user: root/pass: root) and program the Hotline feature so that a press of the button automatically calls whatever destination you need.&lt;br /&gt;
&lt;br /&gt;
=== SIP ===&lt;br /&gt;
&lt;br /&gt;
Using a SIP based overhead paging device is the best option as the device registers directly to the PBX as a SIP extension. This allows for the easiest integration as we do not need a gateway between the PBX and the paging device. In order to page, you will dial the SIP extension, and since it is registered as a SIP extension, you are also able to add the overhead to a paging ring group, along with the other extensions on the system.&lt;br /&gt;
&lt;br /&gt;
We also have guides that go over the configuration of Valcom and Cyberdata SIP based paging devices.&lt;br /&gt;
&lt;br /&gt;
[[File:Configuration of VIP120 Ceiling Speaker.doc|File:Configuration of VIP120 Ceiling Speaker.doc]]&lt;br /&gt;
&lt;br /&gt;
[[File:Configuration of VIP172L Door phone.doc|File:Configuration of VIP172L Door phone.doc]]&lt;br /&gt;
&lt;br /&gt;
[[File:Configuration of VIP201 Paging Gateway.doc|File:Configuration of VIP201 Paging Gateway.doc]]&lt;br /&gt;
&lt;br /&gt;
[[File:Configuration of Cyberdata VoIP Ceiling Speaker.doc|File:Configuration of Cyberdata VoIP Ceiling Speaker.doc]]&lt;br /&gt;
&lt;br /&gt;
[[File:Configuration of Cyberdata VoIP Outdoor Intercom.doc|File:Configuration of Cyberdata VoIP Outdoor Intercom.doc]]&lt;br /&gt;
&lt;br /&gt;
[[File:Configuration of Cyberdata VoIP Paging Amplifier.doc|File:Configuration of Cyberdata VoIP Paging Amplifier.doc]]&lt;br /&gt;
&lt;br /&gt;
=== FXS ===&lt;br /&gt;
&lt;br /&gt;
An FXS paging device requires an FXS gateway ([http://www.ipitomy.com/webrelease/IPitomy/IPr20/IPr20-Quick_Guide.pdf IPr20], [http://www.ipitomy.com/webrelease/Linksys/Linksys-PAP2T-QuickGuide.pdf PAP2], [http://www.ipitomy.com/webrelease/Grandstream/Grandstream%204024%20Quick%20Guide.pdf Grandstream], or [http://wiki.ipitomy.com/index.php/Cisco_SPA112_FXS_Gateway SPA112]) to integrate as a SIP extension and is the second best option. Again, you would dial the extension to page, or you can add the extension to a ring group and page overhead along with a group of phones.&lt;br /&gt;
&lt;br /&gt;
=== FXO ===&lt;br /&gt;
&lt;br /&gt;
An FXO paging device requires an FXO gateway ([http://www.ipitomy.com/pbx_files/ip400/IP400-Quick_Guide.pdf IP400] or [http://www.ipitomy.com/webrelease/Grandstream/Tech%20Bulletin%202011-008%20Grandstream%20Configuration%20Guide.pdf Grandstream]) to integrate to the PBX. You then need to create a new [http://www.ipitomy.com/webrelease/IPitomy/IP1100+/Outbound_Routing_Quick_Guide.pdf Outbound Route] and add the trunk the paging device is connected to so the user can dial and access the overhead. Our experience has shown you want to be sure to strip digits in the trunk otherwise they may hear digits being dialed in the overhead.&lt;br /&gt;
&lt;br /&gt;
Using an FXO paging device is the least advised method for a few reasons. The main reason is how you make the call. Instead of registering as an extension that can easily be dialed, you have to create an Outbound Route to access the gateway, meaning you cannot create a Ring Group with the paging device and some extensions included. Another reason has been our dealers experience with the FXO paging devices themselves. Sometimes special programming is needed that they are not aware of (eg. requiring an outside power source to give line voltage). It seems historically, the FXO overhead paging devices have been the most problematic so it is our advise to avoid them if possible.&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
&lt;br /&gt;
=== Grandstream FXS Paging - Paging System Doesn't disconnect ===&lt;br /&gt;
&lt;br /&gt;
Problem: The external paging equipment will answer and broadcast page announcement but when the user hangs up the phone the paging system doesn't disconnect.&lt;br /&gt;
&lt;br /&gt;
Solution: The problem is that the Grandstream is set at default for too short a duration of loop current interruption. The paging equipment doesn't recognize the short interruption as a valid disconnect and therefore remains connected - even though the connection has been terminated between the phone and the Grandsream. The solution is to increase the loop current interruption time&amp;amp;nbsp;so that the paging equipment will detect the on-hook condition and disconnect. Grandstream sets this value at 200ms at default. We suggest changing it to 1000ms (1s) or greater.&lt;br /&gt;
&lt;br /&gt;
#Navigate to the Grandstream GUI PROFILE page (usually Profile 1).&lt;br /&gt;
#Locate the datafield &amp;quot;Loop Current Disconnect&amp;quot; and set it to YES.&lt;br /&gt;
#Locate the datafield &amp;quot;Loop Current Disconnect Duration&amp;quot; and set it to: 1000.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:larger&amp;quot;&amp;gt;'''&amp;lt;br/&amp;gt;'''&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:larger&amp;quot;&amp;gt;'''Ipitomy IP-Overhead Speaker'''&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To configure the Ipitomy IP overhead Speaker once the Speaker is installed the unit can be Auto Discovered using The Auto Discovery tool. Use the following Instruction to set it up. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1) Navigate to Destinations Extensions and perform an Auto Discovery Scan of the Network. Find the MAC ID of the device in the list produced. You should also create an Extension in the PBX for the Device to use. This extension should be set as an Ipitomy 2xx Phone type. Set this as the extension in the Auto Discovery and then assign Configure and restart the Device. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:1.jpg|File:1.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once configured you can add the speaker to any standard Page group, or more prefferably any multi cast paging group. Always remember that once added to the Multi Cast Page group the speaker must be rebooted in order to aquire the Multi Cast Page information. You can navigate into the device to verify its multi cast assignments by determining the IP and then navigating to this IP and logging in. The Log in Credentials are as any Ipitomy device with root being the user and root being the password also. &lt;br /&gt;
&lt;br /&gt;
[[File:2.jpg|File:2.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additional: You can also determine the IP of the SIP Speaker by opening the access panel. beneath the grill of the speaker. Pressing the center button the unit will voice its IP address.&lt;/div&gt;</summary>
		<author><name>John Wolfe</name></author>
	</entry>
	<entry>
		<id>http://wiki.ipitomy.com/index.php?title=File:2.jpg&amp;diff=3425</id>
		<title>File:2.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.ipitomy.com/index.php?title=File:2.jpg&amp;diff=3425"/>
		<updated>2015-03-25T16:21:06Z</updated>

		<summary type="html">&lt;p&gt;John Wolfe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RMImage&lt;br /&gt;
|Filename=File:2.jpg&lt;br /&gt;
|CreationDate=2015/03/06&lt;br /&gt;
|Uploader=John Wolfe&lt;br /&gt;
|UploadDate=2015/03/06&lt;br /&gt;
|Format=image/jpeg&lt;br /&gt;
|RelatedArticles=Wall Mount IP290&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>John Wolfe</name></author>
	</entry>
	<entry>
		<id>http://wiki.ipitomy.com/index.php?title=File:2.jpg&amp;diff=3424</id>
		<title>File:2.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.ipitomy.com/index.php?title=File:2.jpg&amp;diff=3424"/>
		<updated>2015-03-25T16:21:06Z</updated>

		<summary type="html">&lt;p&gt;John Wolfe: uploaded a new version of &amp;amp;quot;File:2.jpg&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RMImage&lt;br /&gt;
|Filename=File:2.jpg&lt;br /&gt;
|CopyrightBy=&lt;br /&gt;
|CreationDate=2015/03/06&lt;br /&gt;
|Uploader=John Wolfe&lt;br /&gt;
|UploadDate=2015/03/06&lt;br /&gt;
|Description=&lt;br /&gt;
|Keywords=&lt;br /&gt;
|Format=image/jpeg&lt;br /&gt;
|RelatedArticles=Wall Mount IP290&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>John Wolfe</name></author>
	</entry>
	<entry>
		<id>http://wiki.ipitomy.com/index.php?title=File:1.jpg&amp;diff=3423</id>
		<title>File:1.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.ipitomy.com/index.php?title=File:1.jpg&amp;diff=3423"/>
		<updated>2015-03-25T16:17:23Z</updated>

		<summary type="html">&lt;p&gt;John Wolfe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RMImage&lt;br /&gt;
|Filename=File:1.jpg&lt;br /&gt;
|CreationDate=2015/03/06&lt;br /&gt;
|Uploader=John Wolfe&lt;br /&gt;
|UploadDate=2015/03/06&lt;br /&gt;
|Format=image/jpeg&lt;br /&gt;
|RelatedArticles=Wall Mount IP290&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>John Wolfe</name></author>
	</entry>
	<entry>
		<id>http://wiki.ipitomy.com/index.php?title=File:1.jpg&amp;diff=3422</id>
		<title>File:1.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.ipitomy.com/index.php?title=File:1.jpg&amp;diff=3422"/>
		<updated>2015-03-25T16:17:23Z</updated>

		<summary type="html">&lt;p&gt;John Wolfe: uploaded a new version of &amp;amp;quot;File:1.jpg&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RMImage&lt;br /&gt;
|Filename=File:1.jpg&lt;br /&gt;
|CopyrightBy=&lt;br /&gt;
|CreationDate=2015/03/06&lt;br /&gt;
|Uploader=John Wolfe&lt;br /&gt;
|UploadDate=2015/03/06&lt;br /&gt;
|Description=&lt;br /&gt;
|Keywords=&lt;br /&gt;
|Format=image/jpeg&lt;br /&gt;
|RelatedArticles=Wall Mount IP290&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>John Wolfe</name></author>
	</entry>
	<entry>
		<id>http://wiki.ipitomy.com/index.php?title=IS710_Door_Box&amp;diff=3418</id>
		<title>IS710 Door Box</title>
		<link rel="alternate" type="text/html" href="http://wiki.ipitomy.com/index.php?title=IS710_Door_Box&amp;diff=3418"/>
		<updated>2015-03-20T16:52:45Z</updated>

		<summary type="html">&lt;p&gt;John Wolfe: Created page with &amp;quot;'''IPitomy Door Box Quick Setup Guide'''    The Ipitomy IS710 Door box comes by Default configured to a Static IP of     192.168.1.153    On First login make sure Language is ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''IPitomy Door Box Quick Setup Guide'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The Ipitomy IS710 Door box comes by Default configured to a Static IP of &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
192.168.1.153&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
On First login make sure Language is set to English using the drop down on the left.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It is reccomended to connect to this IP address and then step one would be to configure for DHCP the network Settings.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:One.jpg|File:One.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step Two Configure Extension&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Simply Create an Extension for the Doorbox in the PBX. Then using Auto- Discovery find the device by scanning the network and configure in the normal Auto Discovery Method.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Two.jpg|File:Two.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once the Extension is registered with the PBX, the you can setup the Hotdial. This can be a Group or Extension in the system. When the button on the doorbox is pressed, then this will be the group or the extension which is called. The code to dial to send the open command to the output contacts by default is 00. This is defined under DTMF. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Three.jpg|File:Three.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The operation is defined as, User presses Center call button on Door box, Unit Hot dials the Extension or group defined under Hotdial, and the answering party dials 00 which activates the door open current.&lt;/div&gt;</summary>
		<author><name>John Wolfe</name></author>
	</entry>
	<entry>
		<id>http://wiki.ipitomy.com/index.php?title=File:Three.jpg&amp;diff=3417</id>
		<title>File:Three.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.ipitomy.com/index.php?title=File:Three.jpg&amp;diff=3417"/>
		<updated>2015-03-20T16:51:21Z</updated>

		<summary type="html">&lt;p&gt;John Wolfe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RMImage&lt;br /&gt;
|Filename=File:Three.jpg&lt;br /&gt;
|CopyrightBy=&lt;br /&gt;
|CreationDate=2015/03/20&lt;br /&gt;
|Uploader=John Wolfe&lt;br /&gt;
|UploadDate=2015/03/20&lt;br /&gt;
|Description=&lt;br /&gt;
|Keywords=&lt;br /&gt;
|Format=image/jpeg&lt;br /&gt;
|RelatedArticles=IS710 Door Box&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>John Wolfe</name></author>
	</entry>
	<entry>
		<id>http://wiki.ipitomy.com/index.php?title=File:Three.jpg&amp;diff=3416</id>
		<title>File:Three.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.ipitomy.com/index.php?title=File:Three.jpg&amp;diff=3416"/>
		<updated>2015-03-20T16:51:21Z</updated>

		<summary type="html">&lt;p&gt;John Wolfe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>John Wolfe</name></author>
	</entry>
	<entry>
		<id>http://wiki.ipitomy.com/index.php?title=File:Two.jpg&amp;diff=3415</id>
		<title>File:Two.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.ipitomy.com/index.php?title=File:Two.jpg&amp;diff=3415"/>
		<updated>2015-03-20T16:43:36Z</updated>

		<summary type="html">&lt;p&gt;John Wolfe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RMImage&lt;br /&gt;
|Filename=File:Two.jpg&lt;br /&gt;
|CopyrightBy=&lt;br /&gt;
|CreationDate=2015/03/20&lt;br /&gt;
|Uploader=John Wolfe&lt;br /&gt;
|UploadDate=2015/03/20&lt;br /&gt;
|Description=&lt;br /&gt;
|Keywords=&lt;br /&gt;
|Format=image/jpeg&lt;br /&gt;
|RelatedArticles=IS710 Door Box&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>John Wolfe</name></author>
	</entry>
	<entry>
		<id>http://wiki.ipitomy.com/index.php?title=File:Two.jpg&amp;diff=3414</id>
		<title>File:Two.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.ipitomy.com/index.php?title=File:Two.jpg&amp;diff=3414"/>
		<updated>2015-03-20T16:43:36Z</updated>

		<summary type="html">&lt;p&gt;John Wolfe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>John Wolfe</name></author>
	</entry>
	<entry>
		<id>http://wiki.ipitomy.com/index.php?title=File:One.jpg&amp;diff=3413</id>
		<title>File:One.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.ipitomy.com/index.php?title=File:One.jpg&amp;diff=3413"/>
		<updated>2015-03-20T16:12:49Z</updated>

		<summary type="html">&lt;p&gt;John Wolfe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RMImage&lt;br /&gt;
|Filename=File:One.jpg&lt;br /&gt;
|CopyrightBy=&lt;br /&gt;
|CreationDate=2015/03/20&lt;br /&gt;
|Uploader=John Wolfe&lt;br /&gt;
|UploadDate=2015/03/20&lt;br /&gt;
|Description=&lt;br /&gt;
|Keywords=&lt;br /&gt;
|Format=image/jpeg&lt;br /&gt;
|RelatedArticles=IS710 Door Box&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>John Wolfe</name></author>
	</entry>
</feed>