Question : MGCP Gateway Registration Problem with CUCM7

my MGCP gateway registration with CUCM ver 7 is as follow;

I'm using CUCM verison 7.0.1.11000-2 and IOS Gateway is 2621XM Router. IOS version is 12.2(11)T.

I've configured properly about gateway on CUCM but can't registered.


CUCM
=================


2621XMVoice#sh ccm-manager
MGCP Domain Name: 2621XMVoice.myantel.net.mm
Priority        Status                   Host
============================================================
Primary         Registered               192.168.40.126
First Backup    None                    
Second Backup   None                    

Current active Call Manager:    192.168.40.126
Backhaul/Redundant link port:   2428
Failover Interval:              30 seconds
Keepalive Interval:             15 seconds
Last keepalive sent:            2d18h (elapsed time: 00:00:12)
Last MGCP traffic time:         2d18h (elapsed time: 00:00:12)
Last failover time:             None
Switchback mode:                Immediate
MGCP Fallback mode:             Not Selected
Last MGCP Fallback start time:  00:00:00
Last MGCP Fallback end time:    00:00:00

Configuration Auto-Download Information
=======================================
 No configurations downloaded
Current state: Waiting for commands
Configuration Download statistics:
    Download Attempted             : 4
      Download Successful          : 4
      Download Failed              : 0
    Configuration Attempted        : 4
      Configuration Successful     : 0
      Configuration Failed(Parsing): 0
      Configuration Failed(config) : 4
Last config download command:
Configuration Error History:
controller E1 0/0
linecode hdb3
end






ROUTER
=======

ccm-manager switchback immediate
ccm-manager mgcp
ccm-manager music-on-hold
ccm-manager config server 192.168.40.126  
ccm-manager config
mta receive maximum-recipients 0
!
controller E1 1/0
 framing NO-CRC4
 clock source line primary
 pri-group timeslots 1-30
!
controller E1 1/1
!
!
!
!
interface Loopback0
 no ip address
 shutdown
!
interface FastEthernet0/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet0/1
 description Link to SoftSwitch Network
 ip address 192.168.40.120 255.255.255.0
 speed auto
 full-duplex
!
interface Serial1/0:15
 no ip address
 no logging event link-status
 isdn switch-type primary-net5
 isdn incoming-voice voice
 no cdp enable





The thing is CUCM is pushing the config to controller E1 0/0 of the router.

But the router has controller E1 1/0.


we thought we configured it correctly (attached for screen shots)

How can we change or configure CUCM to talk to E1 1/0 and not E1 0/0.

Thanking you in advance.


Attachments:
 
 

Answer : MGCP Gateway Registration Problem with CUCM7

Did some digging and found this http://dev.mysql.com/doc/refman/4.1/en/full-table.html

Unless you are running with a very old version of Windows or Linux then the 2GB limit, so ignore the comment above from me. That Windows limit is gone now.

What may be more likely is that the database was usuable in an inefficient mode before but simply takes too long to do anything now. It is more than likely that you may need to look at ensuring that fields referenced in WHERE and JOIN clauses have INDEXes on them.

Conversely, if you are inserting lots of data into a table with a lot of indexes then it is usually quicker to lock the table, delete the indexes, insert the data, rebuild the indexes and unlock the table.

You will solve nothing by upgrading MySQL.
Random Solutions  
 
programming4us programming4us