Hi,
The Gatekeeper configuration is not correct.
You cannot configure Call Managers like the commands below
zone prefix R3660 12... gw-priority 10 CCM333_1 CCM333_2
zone prefix R3660 14... gw-priority 10 CCM402_1
To make this work what you can do is use the GK both as an H323 gateway and GK. Use the Fast Ethernet interface as GW interface and create a loopback interface and assign a IP address and use that as the GK IP.
Then configure the gatekeeper with
zone local R3660 cisco.com IP_Address_Loopback_Interface
zone prefix R3660 12... gw-priority 10 IP_Address_GK_FastEthernet
zone prefix R3660 14... gw-priority 10 IP_Address_Remote_Gateway.
Hope this helps.