The Watchdog timer is 200 seconds. The RUDP cycle starts every 100 seconds. The RUDP cycle also has a 10 second watchdog in case it is unable to complete its process. The IP phone may restart anywhere from 110-200 seconds after a succesful RUDP cycle.
On the phones with Static IP, are their IP and Voice VLAN fixed on VLAN 20? I see VLAN 20 DHCP offers the "VLAN-A" string. This is only necessary in the default VLAN on the switch port. As soon as the IP phone receives it, it will restart the DHCP request on the listed VLAN(s).
I agree with Michael that lack of QoS could be at the heart of this. The office was constructed with separate 2950 switches for voice and data. Any time a PC was connected through an IP phone, and transmitted a print job or a file, somebody on the edge switch complained about interference on a call. We had no choice but to implement QoS and eliminate this scenario.
My customer is using Cisco switches and routers from the core to the edge. Avaya (Nortel) aligns the DSCP values for Control, 40 and Media, 46 with VLAN priority 6. Cisco calls this Priority, Class of Service, but they align the VoIP DSCP values with COS 5. It was easier to conform to the Cisco VLAN-DSCP mapping by adding it to the DHCP offer. I cleaned up the DHCP strings. The Data VLAN offers option 191 - "VLAN-A:x." and the Voice VLAN offers option 128 - "Nortel-i2004-A:<Server1 IP>:4100,1,3;<Server2 IP>:4100,1,5." and option 144 - "Nortel-i2004-B,eap=dis;lldp=n;cachedip=n;vq=y;vvsource=a;vcp=5;vmp=5;vlanf=n;pc=y;pcs=a;pcd=a;dq=y;dv=n;dp=8;st=y;pcuntag=n;igarp=n;srtp=n;bold=y;prov=<TFTP Server IP>;zone=<Zone ID>;". The customer has deployed a PXE BootP server for thin clients, I needed the "Nortel-i2004-B" string to make use of provisioning the 11xx phones.
While i2004-A string and i2004-B string are not recommended in the same DHCP offer, I kept the information paired down to what is necessary. I can succesfully use Full DHCP or Full Auto Settings on all sets: i200x phase 0/1 (B76) and 2 (DCN), 11xx (C7J) now updated to Unistim 5.2 (C8G) and 2033 conference phones on S77. No Touch Provisioning from the TFTP server is also working.
Implementing Quality of Service Policies with DSCP [QoS Packet Marking] - Cisco Systems:
http://www.cisco.com/en/US/tech/tk543/tk757/technologies_tech_note09186a00800949f2.shtmlRegards!