cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
821
Views
10
Helpful
8
Replies

CM 5.1 MGCP E1 PRI issue

D_Lebedev
Level 3
Level 3

Good day Friends.

So,i've finished (as i think) with UCCX settings and now solving some problems with inbound and outbound PRI calls.


Is it possible to manage pri channels?

For example,10 chanells to Agents,2 to some cust. division and etc.


Now what i have is couple of translation patterns on ccm for test calls to IVR and one IP phone.

When i'm making out call i get busy tone.

According to DNA-everything is ok.

Debug isdn q931:

*Jan 11 16:32:26.373: ISDN Se1/0:15 Q931: TX -> SETUP pd = 8  callref = 0x0001
        Sending Complete
        Bearer Capability i = 0x8090A3
                Standard = CCITT
                Transer Capability = Speech 
                Transfer Mode = Circuit
                Transfer Rate = 64 kbit/s
        Channel ID i = 0xA9839F
                Exclusive, Channel 31
        Calling Party Number i = 0x2181, '4377900'
                Plan:ISDN, Type:National
        Called Party Number i = 0x80, '4390828'
                Plan:Unknown, Type:Unknown
*Jan 11 16:32:26.449: ISDN Se1/0:15 Q931: RX <- RELEASE_COMP pd = 8  callref = 0x8001
        Cause i = 0x829F - Normal, unspecified
CC_GW_1#

Is this telco problem or mine?

I cann't see dial-peers for my E1 port also.

Here is config...

Building configuration...

Current configuration : 2541 bytes
!
version 12.3
downward-compatible-config 1.1
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname CC_GW_1
!
boot-start-marker
boot-end-marker
!
card type e1 1 1
logging buffered 51200 warnings
enable secret 5 $1$FmaJ$Q.DLcCN9e07iae2lO5m0p/
enable password 7 045209071C385F
!
no network-clock-participate slot 1
no aaa new-model
ip subnet-zero
ip cef
!
!
!
!
isdn switch-type primary-net5
voice-card 0
no dspfarm
!
voice-card 1
no dspfarm
!
!
!
!
!
!
!
!
!
!
!
!
!
ccm-manager fallback-mgcp
ccm-manager redundant-host 10.30.1.2
ccm-manager mgcp
ccm-manager music-on-hold
ccm-manager config server 10.30.1.1 
ccm-manager config
!
!
!
!
controller E1 1/0
framing NO-CRC4
pri-group timeslots 1-31 service mgcp
!
controller E1 1/1
shutdown
framing NO-CRC4
pri-group timeslots 1-31 service mgcp
!
!
!        
interface GigabitEthernet0/0
description $ETH-LAN$$ETH-SW-LAUNCH$$INTF-INFO-GE 0/0$
ip address 10.30.1.30 255.255.255.0
duplex auto
speed auto
media-type rj45
!
interface GigabitEthernet0/1
no ip address
shutdown
duplex auto
speed auto
media-type rj45
!
interface Serial1/0:15
no ip address
isdn switch-type primary-net5
isdn incoming-voice voice
isdn T310 120000
isdn bind-l3 ccm-manager
isdn send-alerting
no cdp enable
!
interface Serial1/1:15
no ip address
isdn switch-type primary-net5
isdn incoming-voice voice
isdn bind-l3 ccm-manager
no cdp enable
!
ip classless
ip route 0.0.0.0 0.0.0.0 10.30.1.100
!
!
no ip http server
ip http authentication local
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
!
!
!
!
control-plane
!
!
!
voice-port 1/0:15
!
voice-port 1/1:15
shutdown
!
mgcp
mgcp call-agent 10.30.1.1 2427 service-type mgcp version 0.1
mgcp dtmf-relay voip codec all mode out-of-band
mgcp rtp unreachable timeout 1000 action notify
mgcp modem passthrough voip mode nse
mgcp package-capability rtp-package
no mgcp package-capability res-package
mgcp package-capability sst-package
no mgcp package-capability fxr-package
mgcp package-capability pre-package
no mgcp timer receive-rtcp
mgcp sdp simple
mgcp fax t38 inhibit
mgcp rtp payload-type g726r16 static
!        
mgcp profile default
!
!
dial-peer cor custom
!
!
!
!
!


CC_GW_1#

Where i was wrong???

Thanks.

1 Accepted Solution

Accepted Solutions

No, MGCP only knows it's and endpoint with X amount of channels but you don't have control over which channel is used.

HTH

java

If this helps, please rate

www.cisco.com/go/pdihelpdesk

HTH

java

if this helps, please rate

View solution in original post

8 Replies 8

D_Lebedev
Level 3
Level 3

I've solved problem with outgoing calls.

The issue was with "Top down" and "Bottom up" settings.

Please,can anyone explain me how to manage PRI channels for strict outgoing calls control?

Thanks.

You would need to configure regions and locations to limit the amount of calls a pool of devices can make to the GW.

HTH

java

If this helps, please rate

www.cisco.com/go/pdihelpdesk

HTH

java

if this helps, please rate

Thanks for your reply.

I'll try this solution.

But,is there way to  pair exact number with exact timeslot?

At the moment i'm using only translation patterns for in/out calls.

How i understand,it cann't be real solution for this issue.

No, MGCP only knows it's and endpoint with X amount of channels but you don't have control over which channel is used.

HTH

java

If this helps, please rate

www.cisco.com/go/pdihelpdesk

HTH

java

if this helps, please rate

Thanks.

And the last question please.

How i can make some directory without any third party soft and servers integration with?

For example:

All phone users able to search global "phone book" and make a simple search in it for  names or DNs.

Thanks.

CUCM already has the global directory which is populated by either using the embedded Informix DB or synching with LDAP.

If you mean you want another directory or different capabilites from the one provided there is no way to do this without custom development and another server to host it.

HTH

java

If this helps, please rate

www.cisco.com/go/pdihelpdesk

HTH

java

if this helps, please rate

Sorry,but i wasn't able find some info about it.

What i need is,to make some directory  for users,if i have only CCM 5.1 and no  LDAP or another adapters.

Thanks.

D_Lebedev
Level 3
Level 3

I've solved problem.

I only had to add users to the Standart End User group.

After that,corporate directory appeared in menu.

Javalenc,thanks a lot for your quick replies.