Guys, Im really scratching my head on this one. where to begin.. ok...
I have my voice lab setup and my phones are stuck @ configuring IP which tells me one simple thing, no communication with the dhcp server. Interesting enough, my laptop grabs an ip address just fine. attached is a sample of my voice network. the sample shows the pc connected to the phone, but in my case, the pc is connected to port 3 on the switch.
I am not sure if i am missing something but if someone can assist, i would be grateful.
Thank you.
DHCP router is setup for both voice/data pools.
interface FastEthernet0/0
ip address 172.16.2.5 255.255.255.0
duplex auto
speed auto
ip dhcp excluded-address 172.16.1.1 172.16.1.10
ip dhcp excluded-address 172.16.2.1 172.16.2.10
!
ip dhcp pool voice
network 172.16.1.0 255.255.255.0
default-router 172.16.1.1
option 150 ip 172.16.1.1
dns-server 4.2.2.2
!
ip dhcp pool data
network 172.16.2.0 255.255.255.0
default-router 172.16.2.1
dns-server 4.2.2.2
CME router it setup for router-on-stick
interface FastEthernet0/0
no ip address
duplex auto
speed auto
!
interface FastEthernet0/0.10
encapsulation dot1Q 10
ip address 172.16.1.1 255.255.255.0
ip helper-address 172.16.2.5
!
interface FastEthernet0/0.50
encapsulation dot1Q 50
ip address 172.16.2.1 255.255.255.0
Switch A port 1 setup for VLAN 50 (to dhcp)
Switch A port 23 setup for Trunk (t0 cme)
Switch A port 24 setup for Trunk (to switch

interface FastEthernet0/1
switchport access vlan 50
switchport mode access
spanning-tree portfast
interface FastEthernet0/23
switchport mode trunk
!
interface FastEthernet0/24
switchport mode trunk
Switch B port 24 setup for Trunk (to switch A)
Switch B port 1 setup for Voice vlan 10 and access vlan 50
Switch B port 2 setup for Voice vlan 10 and access vlan 50
Switch B port 3 setup for Voice vlan 10 and access vlan 50
7940 IP phone connected to port 1 and 2, Laptop connected to port 3.
interface FastEthernet0/1
switchport access vlan 50
switchport mode access
spanning-tree portfast
!
interface FastEthernet0/2
switchport access vlan 50
switchport voice vlan 10
spanning-tree portfast
!
interface FastEthernet0/3
switchport access vlan 50
switchport voice vlan 10
spanning-tree portfast