again i want to state that when i pick up the pots phones, i get a busy signal. before i did the ccm route, i attempted just configuring the pots phone to call each other via dial peers on the router and it did work. so i really think it is some config issue. here is the config on the router:
0-----------------------------------------------------------
isco3725#sh run
Building configuration...
Current configuration : 1588 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname cisco3725
!
boot-start-marker
boot system flash
boot-end-marker
!
!
no network-clock-participate slot 1
no network-clock-participate slot 2
no network-clock-participate wic 0
no network-clock-participate wic 1
no network-clock-participate wic 2
no network-clock-participate aim 0
no network-clock-participate aim 1
no aaa new-model
ip subnet-zero
ip cef
!
!
!
!
no ip domain lookup
no ftp-server write-enable
voice-card 1
no dspfarm
!
!
!
!
!
!
!
!
ccm-manager mgcp
!
!
!
!
interface FastEthernet0/0
ip address 192.168.16.66 255.255.255.252
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 192.168.32.1 255.255.255.0
duplex auto
speed auto
!
router ospf 1
log-adjacency-changes
network 192.168.16.0 0.0.0.255 area 0
!
ip classless
!
!
!
!
control-plane
!
!
!
voice-port 1/0/0
!
voice-port 1/0/1
!
voice-port 1/1/0
!
voice-port 1/1/1
!
mgcp
mgcp call-agent 192.168.55.2 service-type mgcp version 0.1
mgcp dtmf-relay voip codec all mode out-of-band
mgcp sdp simple
!
mgcp profile default
!
!
!
!
dial-peer voice 1 pots
application mgcpapp
port 1/1/0
!
dial-peer voice 2 pots
application mgcpapp
port 1/1/1
!
!
telephony-service
max-conferences 8
!
!
!
end
cisco3725#exit