cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3956
Views
6
Helpful
28
Replies

h323 gateway redundant call manager

dan.letkeman
Level 4
Level 4

Hello,

I am trying to setup a redunant connection from a 2921 voice router to both my publisher and my subscriber call manager.  Everything is working when the publisher is running, but I recently did an upgrade and when the publisher (10.1.1.11) was down, the outside callers could not call in, they just got a busy signal.  All of our phones automatically registered with the subscriber so that part worked fine, but no outside calls made it through the router.

Dial-peer 503, and 504 should be failing over.

Here is the relevant config:

voice service voip

ip address trusted list

  ipv4 10.1.1.11

  ipv4 10.1.1.12

gcid

clid substitute name

allow-connections h323 to h323

allow-connections h323 to sip

allow-connections sip to h323

allow-connections sip to sip

no supplementary-service sip moved-temporarily

no supplementary-service sip refer

fax protocol t38 version 0 ls-redundancy 0 hs-redundancy 0 fallback none

h323

  h225 timeout setup 3

!

voice class h323 1

  h225 timeout tcp establish 3

!

!

!

!

application

global

  service alternate DEFAULT

!

!

redundancy

!

!

controller T1 0/0/0

cablelength long 0db

pri-group timeslots 1-24

!

!

!

!

!

interface Loopback0

ip address 10.1.100.100 255.255.255.255

h323-gateway voip interface

h323-gateway voip bind srcaddr 10.1.100.100

!

interface Embedded-Service-Engine0/0

no ip address

shutdown

!

interface GigabitEthernet0/0

ip address 10.1.1.10 255.255.255.0

duplex auto

speed auto

!

!

interface Serial0/0/0:23

no ip address

encapsulation hdlc

isdn switch-type primary-ni

isdn incoming-voice voice

no cdp enable

!

!

router eigrp 100

network 10.1.1.0 0.0.0.255

network 10.1.100.100 0.0.0.0

!

ip forward-protocol nd

!

ip http server

ip http authentication local

ip http secure-server

ip http timeout-policy idle 60 life 86400 requests 10000

!

!

!

voice-port 0/0/0:23

echo-cancel coverage 64

bearer-cap Speech

!

ccm-manager redundant-host 10.1.1.12

ccm-manager mgcp

no ccm-manager fax protocol cisco

ccm-manager music-on-hold

ccm-manager config server 10.1.1.11

ccm-manager config

!

mgcp call-agent 10.1.1.11 2427 service-type mgcp version 0.1

mgcp rtp unreachable timeout 1000 action notify

mgcp modem passthrough voip mode nse

mgcp package-capability rtp-package

mgcp package-capability sst-package

mgcp package-capability pre-package

no mgcp package-capability res-package

no mgcp timer receive-rtcp

mgcp sdp simple

mgcp fax t38 inhibit

!

mgcp profile default

!

!

dial-peer voice 100 pots

description 7 Digit Dialing

destination-pattern 9[2-9]......

port 0/0/0:23

forward-digits 7

no sip-register

!

dial-peer voice 200 pots

incoming called-number .

direct-inward-dial

port 0/0/0:23

!

!

dial-peer voice 101 pots

description Long Distance 11 Digit Dialing

destination-pattern 91[2-9]..[2-9]......

port 0/0/0:23

forward-digits 11

no sip-register

!

dial-peer voice 105 pots

description 3 Digit Service Codes

destination-pattern 9[2-8]11

port 0/0/0:23

forward-digits 3

no sip-register

!

dial-peer voice 5000 pots

description Calling Card

destination-pattern 9[0][2-9]..[2-9]......

port 0/0/0:23

forward-digits 11

no sip-register

!

!

dial-peer voice 102 pots

description Local 10 Digit Dialing

destination-pattern 9[2-9]..[2-9]......

port 0/0/0:23

forward-digits 10

no sip-register

!

!

dial-peer voice 901 voip

incoming called-number 8.T

dtmf-relay h245-alphanumeric

codec g711ulaw

no vad

!

dial-peer voice 106 pots

description Star 6 Codes

destination-pattern 9*6[1-9][2-9]..[2-9]......

clid restrict

port 0/0/0:23

forward-digits 10

no sip-register

!

dial-peer voice 503 voip

preference 1

destination-pattern 5553......

session target ipv4:10.1.1.11

voice-class h323 1

dtmf-relay h245-alphanumeric

ip qos dscp cs3 signaling

no vad

!

dial-peer voice 504 voip

preference 2

destination-pattern 5553......

session target ipv4:10.1.1.12

voice-class h323 1

dtmf-relay h245-alphanumeric

ip qos dscp cs3 signaling

no vad

!

!

gateway

timer receive-rtp 1200

!

!

!

!

gatekeeper

no shutdown

!

I must be missing something.

Dan.

28 Replies 28

Chris,

Not sure how it could be a routing issue when it is working when the publisher is up, but it doesn't work when the publisher is down and only the subscriber is up.

It works fine using the loopback as an h323 interface.

If the H.323 GW is the Pub/SuB default GW (10.1.1.10), IP routing should work.

But it would have been more logical to bind H323 to the Gig 0/0 interface like

interface GigabitEthernet0/0

ip address 10.1.1.10 255.255.255.0

h323-gateway voip interface

h323-gateway voip bind srcaddr 10.1.1.10

duplex auto

speed auto

Yes I had it bound to the G0/0 interface in the past, but I have a few sub interfaces on the router (not in the config I posted) and you cannot have h323 bound to the physical interface and have sub interfaces at the same time.

Dan.

Binding to loopback is perfectly fine to accomplish interface redundancy as long as your IP routing is configured properly. Your ping replies did not look too good, which interface did you source it from? Do you have IP routing enabled on the router?

Did you check CUCM logs to see if the call made it there?

Chris

You may also want to add the loopback address to the trusted list.

Chris

Yes ip routing is enabled and I am using eigrp.

I agree the pings don't look good.  I will look into that as well.

The trusted list is for inbound voip calls, you should not have to add local IP's too it.

http://www.cisco.com/en/US/tech/tk652/tk90/technologies_tech_note09186a0080b3e123.shtml

Still don't think its a routing issue.  Its all working fine now that the publisher is up.  Seems to me like a configuration issue.  I will have to check the logs later.

I believe these ping responses are due to an icmp rate limit.  This is by design.  I get the same response from other devices to both of the CUCM servers and the Unity server.  So routing at this point is not the problem.

Hi,

In this case the best is to run debugs when attempting calls to the failling server. You can run:

deb isdn q931

deb voice ccapi inout

deb h225 asn1

deb h245 asn1

deb ip tcp trans

We will see if the H323 signaling is taking place and why the call will not work. In addtition, we will see the TCP interaction before the H323 signaling, we will confirm if it's a network problem or not!

Please share with us the logs and we can take a look

--
Jorge Armijo

Please remember to rate helpful responses and identify helpful or correct answers.

-- Jorge Armijo Please remember to rate helpful responses and identify helpful or correct answers.

Jorge,

Here are the logs from the router with all of the debug commands that you recommended.  This is an incoming call from 5553620788 to 3259009.  I get a busy signal.

Dec 28 15:22:42.870: ISDN Se0/0/0:23 Q931: RX <- SETUP pd = 8  callref = 0x7E0C

Bearer Capability i = 0x8090A2

Standard = CCITT

Transfer Capability = Speech 

Transfer Mode = Circuit

Transfer Rate = 64 kbit/s

Channel ID i = 0xA98381

Exclusive, Channel 1

Facility i = 0x9F8B0100A10802015C0201008400

Protocol Profile =  Networking Extensions

0xA10802015C0201008400

Component = Invoke component

Invoke Id = 92

Operation = CallingName

Name not available

Calling Party Number i = 0x2183, '5553620788'

Plan:ISDN, Type:National

Called Party Number i = 0xC1, '3259009'

Plan:ISDN, Type:Subscriber(local)

Dec 28 15:22:42.870: ISDN Se0/0/0:23 Q931: Received SETUP  callref = 0xFE0C callID = 0x000D switch = primary-ni interface = User

Dec 28 15:22:42.870: //-1/42358F99800D/CCAPI/cc_api_display_ie_subfields:

   cc_api_call_setup_ind_common:

   cisco-username=

   ----- ccCallInfo IE subfields -----

   cisco-ani=5553620788

   cisco-anitype=2

   cisco-aniplan=1

   cisco-anipi=0

   cisco-anisi=3

   dest=3259009

   cisco-desttype=4

   cisco-destplan=1

   cisco-rdie=FFFFFFFF

   cisco-rdn=

   cisco-rdntype=-1

   cisco-rdnplan=-1

   cisco-rdnpi=-1

   cisco-rdnsi=-1

   cisco-redirectreason=-1   fwd_final_type =0

   final_redirectNumber =

   hunt_group_timeout =0

Dec 28 15:22:42.870: //-1/42358F99800D/CCAPI/cc_api_call_setup_ind_common:

   Interface=0x323209CC, Call Info(

   Calling Number=5553620788,(Calling Name=)(TON=National, NPI=ISDN, Screening=Network, Presentation=Allowed),

   Called Number=3259009(TON=Subscriber, NPI=ISDN),

   Calling Translated=FALSE, Subscriber Type Str=RegularLine, FinalDestinationFlag=TRUE,

   Incoming Dial-peer=200, Progress Indication=NULL(0), Calling IE Present=TRUE,

   Source Trkgrp Route Label=, Target Trkgrp Route Label=, CLID Transparent=FALSE), Call Id=-1

Dec 28 15:22:42.870: //-1/42358F99800D/CCAPI/ccCheckClipClir:

   In: Calling Number=5553620788(TON=National, NPI=ISDN, Screening=Network, Presentation=Allowed)

Dec 28 15:22:42.870: //-1/42358F99800D/CCAPI/ccCheckClipClir:

   Out: Calling Number=5553620788(TON=National, NPI=ISDN, Screening=Network, Presentation=Allowed)

Dec 28 15:22:42.870: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:

Dec 28 15:22:42.870: :cc_get_feature_vsa malloc success

Dec 28 15:22:42.870: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:

Dec 28 15:22:42.870:  cc_get_feature_vsa count is 1

Dec 28 15:22:42.870: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:

Dec 28 15:22:42.870: :FEATURE_VSA attributes are: feature_name:0,feature_time:753124840,feature_id:37

Dec 28 15:22:42.870: //315/42358F99800D/CCAPI/cc_api_call_setup_ind_common:

   Set Up Event Sent;

   Call Info(Calling Number=5553620788(TON=National, NPI=ISDN, Screening=Network, Presentation=Allowed),

   Called Number=3259009(TON=Subscriber, NPI=ISDN))

Dec 28 15:22:42.870: //315/42358F99800D/CCAPI/cc_process_call_setup_ind:

   Event=0x3213BB30

Dec 28 15:22:42.870: //-1/xxxxxxxxxxxx/CCAPI/cc_setupind_match_search:

   Try with the demoted called number 3259009

Dec 28 15:22:42.870: //315/42358F99800D/CCAPI/ccCallSetContext:

   Context=0x32B9F744

Dec 28 15:22:42.870: //315/42358F99800D/CCAPI/cc_process_call_setup_ind:

   >>>>CCAPI handed cid 315 with tag 200 to app "_ManagedAppProcess_Default"

Dec 28 15:22:42.870: //315/42358F99800D/CCAPI/ccCallProceeding:

   Progress Indication=NULL(0)

Dec 28 15:22:42.874: //315/42358F99800D/CCAPI/ccCallSetupRequest:

   Destination=, Calling IE Present=TRUE, Mode=0,

   Outgoing Dial-peer=501, Params=0x32BA34E4, Progress Indication=NULL(0)

Dec 28 15:22:42.874: //315/42358F99800D/CCAPI/ccCheckClipClir:

   In: Calling Number=5553620788(TON=National, NPI=ISDN, Screening=Network, Presentation=Allowed)

Dec 28 15:22:42.874: //315/42358F99800D/CCAPI/ccCheckClipClir:

   Out: Calling Number=5553620788(TON=National, NPI=ISDN, Screening=Network, Presentation=Allowed)

Dec 28 15:22:42.874: //315/42358F99800D/CCAPI/ccCallSetupRequest:

   Destination Pattern=3......, Called Number=3259009, Digit Strip=FALSE

Dec 28 15:22:42.874: //315/42358F99800D/CCAPI/ccCallSetupRequest:

   Calling Number=5553620788(TON=National, NPI=ISDN, Screening=Network, Presentation=Allowed),

   Called Number=3259009(TON=Subscriber, NPI=ISDN),

   Redirect Number=, Display Info=

   Account Number=, Final Destination Flag=TRUE,

   Guid=42358F99-5039-11E2-800D-F866F26A4840, Outgoing Dial-peer=501

Dec 28 15:22:42.874: //315/42358F99800D/CCAPI/cc_api_display_ie_subfields:

   ccCallSetupRequest:

   cisco-username=

   ----- ccCallInfo IE subfields -----

   cisco-ani=5553620788

   cisco-anitype=2

   cisco-aniplan=1

   cisco-anipi=0

   cisco-anisi=3

   dest=3259009

   cisco-desttype=4

   cisco-destplan=1

   cisco-rdie=FFFFFFFF

   cisco-rdn=

   cisco-rdntype=-1

   cisco-rdnplan=-1

   cisco-rdnpi=-1

   cisco-rdnsi=-1

   cisco-redirectreason=-1   fwd_final_type =0

   final_redirectNumber =

   hunt_group_timeout =0

Dec 28 15:22:42.874: //315/42358F99800D/CCAPI/ccIFCallSetupRequestPrivate:

   Interface=0x31850F48, Interface Type=1, Destination=, Mode=0x0,

   Call Params(Calling Number=5553620788,(Calling Name=)(TON=National, NPI=ISDN, Screening=Network, Presentation=Allowed),

   Called Number=3259009(TON=Subscriber, NPI=ISDN), Calling Translated=FALSE,

   Subscriber Type Str=RegularLine, FinalDestinationFlag=TRUE, Outgoing Dial-peer=501, Call Count On=FALSE,

   Source Trkgrp Route Label=, Target Trkgrp Route Label=, tg_label_flag=0, Application Call Id=)

Dec 28 15:22:42.874: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:

Dec 28 15:22:42.874: :cc_get_feature_vsa malloc success

Dec 28 15:22:42.874: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:

Dec 28 15:22:42.874:  cc_get_feature_vsa count is 2

Dec 28 15:22:42.874: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:

Dec 28 15:22:42.874: :FEATURE_VSA attributes are: feature_name:0,feature_time:753124616,feature_id:38

Dec 28 15:22:42.874: //316/42358F99800D/CCAPI/ccIFCallSetupRequestPrivate:

   SPI Call Setup Request Is Success; Interface Type=1, FlowMode=1

Dec 28 15:22:42.874: //316/42358F99800D/CCAPI/ccCallSetContext:

   Context=0x32BA3494

Dec 28 15:22:42.874: //315/42358F99800D/CCAPI/ccSaveDialpeerTag:

   Outgoing Dial-peer=501

Dec 28 15:22:42.874: //316/42358F99800D/CCAPI/ccGetMediaClassTag:

   media class tag 0

Dec 28 15:22:42.874: //316/42358F99800D/CCAPI/ccSetMediaclassIp2ipTags:

   media class tags set: NR 0, ASP 0

Dec 28 15:22:42.874: //315/42358F99800D/CCAPI/ccSetMediaclassIp2ipTags:

   media class tags set: NR 0, ASP 0

Dec 28 15:22:42.874: //316/42358F99800D/CCAPI/ccGet_xc_nr_asp_info:

   media class tags: NR 0, ASP 0

Dec 28 15:22:42.874: //315/42358F99800D/CCAPI/ccGet_xc_nr_asp_info:

   media class tags: NR 0, ASP 0cch323_ip_best_local_address: IP 10.1.100.100 found for bound IDB Loopback0cch323_ip_best_local_address: IP 10.1.100.100 found for bound IDB Loopback0

Dec 28 15:22:42.874: TCB2CEF6C08 created

Dec 28 15:22:42.874: TCB2CEF6C08 setting property TCP_NO_DELAY (0) 3235B6D0

Dec 28 15:22:42.874: TCB2CEF6C08 setting property TCP_TOS (11) 3235B71C

Dec 28 15:22:42.874: TCB2CEF6C08 setting property TCP_NONBLOCKING_WRITE (10) 3235B730

Dec 28 15:22:42.874: TCB2CEF6C08 setting property TCP_NONBLOCKING_READ (14) 3235B730

Dec 28 15:22:42.874: TCB2CEF6C08 setting property TCP_KEEPALIVE (17) 3235B730

Dec 28 15:22:42.874: TCP: Setting Keepalive interval and retries to 60 and 4

Dec 28 15:22:42.874: TCB2CEF6C08 setting property TCP_VRFTABLEID (20) 329424A0

Dec 28 15:22:42.874: TCB2CEF6C08 setting property TCP_NO_DELAY (0) 3235B71C

vr#

Dec 28 15:22:42.874: TCP: Random local port generated 41942, network 1

Dec 28 15:22:42.874: TCB2CEF6C08 bound to 10.1.100.100.41942

Dec 28 15:22:42.874: Reserved port 41942 in Transport Port Agent for TCP IP type 1

Dec 28 15:22:42.874: TCP: sending SYN, seq 3207241951, ack 0

Dec 28 15:22:42.874: TCP0: Connection to 10.1.1.11:1720, advertising MSS 1460

Dec 28 15:22:42.874: TCP0: state was CLOSED -> SYNSENT [41942 -> 10.1.1.11(1720)]

Dec 28 15:22:42.874: ISDN Se0/0/0:23 Q931: TX -> CALL_PROC pd = 8  callref = 0xFE0C

Channel ID i = 0xA98381

Exclusive, Channel 1

vr#

Dec 28 15:22:44.866: TCP389: ACK timeout timer expired

Dec 28 15:22:44.874: 10.1.100.100:41942 <---> 10.1.1.11:1720   congestion window changes

Dec 28 15:22:44.874: cwnd from 1460 to 1460, ssthresh from 65535 to 2920

Dec 28 15:22:44.874: TCP0: timeout #1 - timeout is 4000 ms, seq 3207241951

Dec 28 15:22:44.874: TCP: (41942) -> 10.1.1.11(1720)

Dec 28 15:22:45.494: RAS OUTGOING PDU ::=

value RasMessage ::= gatekeeperRequest :

    {

      requestSeqNum 1347

      protocolIdentifier { 0 0 8 2250 0 4 }

      rasAddress ipAddress :

      {

        ip '0A016464'H

        port 51584

      }

      endpointType

      {

        vendor

        {

          vendor

          {

            t35CountryCode 181

            t35Extension 0

            manufacturerCode 18

          }

        }

        gateway

        {

          protocol

          {

            voice :

            {

              supportedPrefixes

              {

              }

            }

          }

        }

        mc FALSE

        undefinedNode FALSE

      }

    }

vr#

Dec 28 15:22:45.494: RAS OUTGOING ENCODE BUFFER::= 00000542060008914A0004000A016464C9802800B500001240013C05010000

Dec 28 15:22:45.494:

Dec 28 15:22:45.874: Released port 41942 in Transport Port Agent for TCP IP type 1 delay 240000

Dec 28 15:22:45.874: TCP0: state was SYNSENT -> CLOSED [41942 -> 10.1.1.11(1720)]

Dec 28 15:22:45.874: TCB 0x2CEF6C08 destroyed

Dec 28 15:22:45.874: //316/42358F99800D/CCAPI/cc_api_call_disconnected:

   Cause Value=38, Interface=0x31850F48, Call Id=316

Dec 28 15:22:45.874: //316/42358F99800D/CCAPI/cc_api_call_disconnected:

   Call Entry(Responsed=TRUE, Cause Value=38, Retry Count=0)

Dec 28 15:22:45.874: //315/42358F99800D/CCAPI/ccCallReleaseResources:

   release reserved xcoding resource.

Dec 28 15:22:45.874: //316/42358F99800D/CCAPI/ccCallSetAAA_Accounting:

   Accounting=1, Call Id=316

Dec 28 15:22:45.874: //316/42358F99800D/CCAPI/ccCallDisconnect:

   Cause Value=38, Tag=0x0, Call Entry(Previous Disconnect Cause=0, Disconnect Cause=38)

Dec 28 15:22:45.874: //316/42358F99800D/CCAPI/ccCallDisconnect:

   Cause Value=38, Call Entry(Responsed=TRUE, Cause Value=38)

Dec 28 15:22:45.874: //316/42358F99800D/CCAPI/cc_api_get_transfer_info:

   Transfer Number=NULL

Dec 28 15:22:45.874: //316/42358F99800D/CCAPI/cc_api_call_disconnect_done:

   Disposition=0, Interface=0x31850F48, Tag=0x0, Call Id=316,

   Call Entry(Disconnect Cause=38, Voice Class Cause Code=0, Retry Count=0)

Dec 28 15:22:45.874: //316/42358F99800D/CCAPI/cc_api_call_disconnect_done:

   Call Disconnect Event Sent

Dec 28 15:22:45.874: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:

Dec 28 15:22:45.874: :cc_free_feature_vsa freeing 2CE3C500

Dec 28 15:22:45.874: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:

Dec 28 15:22:45.874:  vsacount in free is 1

Dec 28 15:22:45.874: //315/42358F99800D/CCAPI/ccCallSetupRequest:

   Destination=, Calling IE Present=TRUE, Mode=0,

   Outgoing Dial-peer=502, Params=0x32BA2074, Progress Indication=NULL(0)

Dec 28 15:22:45.874: //315/42358F99800D/CCAPI/ccCheckClipClir:

   In: Calling Number=5553620788(TON=National, NPI=ISDN, Screening=Network, Presentation=Allowed)

Dec 28 15:22:45.874: //315/42358F99800D/CCAPI/ccCheckClipClir:

   Out: Calling Number=5553620788(TON=National, NPI=ISDN, Screening=Network, Presentation=Allowed)

Dec 28 15:22:45.874: //315/42358F99800D/CCAPI/ccCallSetupRequest:

   Destination Pattern=3......, Called Number=3259009, Digit Strip=FALSE

Dec 28 15:22:45.874: //315/42358F99800D/CCAPI/ccCallSetupRequest:

   Calling Number=5553620788(TON=National, NPI=ISDN, Screening=Network, Presentation=Allowed),

   Called Number=3259009(TON=Subscriber, NPI=ISDN),

   Redirect Number=, Display Info=

   Account Number=, Final Destination Flag=TRUE,

   Guid=42358F99-5039-11E2-800D-F866F26A4840, Outgoing Dial-peer=502

Dec 28 15:22:45.874: //315/42358F99800D/CCAPI/cc_api_display_ie_subfields:

   ccCallSetupRequest:

   cisco-username=

   ----- ccCallInfo IE subfields -----

   cisco-ani=5553620788

   cisco-anitype=2

   cisco-aniplan=1

   cisco-anipi=0

   cisco-anisi=3

   dest=3259009

   cisco-desttype=4

   cisco-destplan=1

   cisco-rdie=FFFFFFFF

   cisco-rdn=

   cisco-rdntype=-1

   cisco-rdnplan=-1

   cisco-rdnpi=-1

   cisco-rdnsi=-1

   cisco-redirectreason=-1   fwd_final_type =0

   final_redirectNumber =

   hunt_group_timeout =0

Dec 28 15:22:45.874: //315/42358F99800D/CCAPI/ccIFCallSetupRequestPrivate:

   Interface=0x31850F48, Interface Type=1, Destination=, Mode=0x0,

   Call Params(Calling Number=5553620788,(Calling Name=)(TON=National, NPI=ISDN, Screening=Network, Presentation=Allowed),

   Called Number=3259009(TON=Subscriber, NPI=ISDN), Calling Translated=FALSE,

   Subscriber Type Str=RegularLine, FinalDestinationFlag=TRUE, Outgoing Dial-peer=502, Call Count On=FALSE,

   Source Trkgrp Route Label=, Target Trkgrp Route Label=, tg_label_flag=0, Application Call Id=)

Dec 28 15:22:45.874: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:

Dec 28 15:22:45.874: :cc_get_feature_vsa malloc success

Dec 28 15:22:45.874: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:

Dec 28 15:22:45.874:  cc_get_feature_vsa count is 2

Dec 28 15:22:45.874: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:

Dec 28 15:22:45.874: :FEATURE_VSA attributes are: feature_name:0,feature_time:753124616,feature_id:39

Dec 28 15:22:45.874: //317/42358F99800D/CCAPI/ccIFCallSetupRequestPrivate:

   SPI Call Setup Request Is Success; Interface Type=1, FlowMode=1

Dec 28 15:22:45.874: //317/42358F99800D/CCAPI/ccCallSetContext:

   Context=0x32BA2024

Dec 28 15:22:45.874: //315/42358F99800D/CCAPI/ccSaveDialpeerTag:

   Outgoing Dial-peer=502

Dec 28 15:22:45.874: //317/42358F99800D/CCAPI/ccGetMediaClassTag:

   media class tag 0

Dec 28 15:22:45.874: //317/42358F99800D/CCAPI/ccSetMediaclassIp2ipTags:

   media class tags set: NR 0, ASP 0

Dec 28 15:22:45.874: //315/42358F99800D/CCAPI/ccSetMediaclassIp2ipTags:

   media class tags set: NR 0, ASP 0

Dec 28 15:22:45.874: //317/42358F99800D/CCAPI/ccGet_xc_nr_asp_info:

   media class tags: NR 0, ASP 0

Dec 28 15:22:45.874: //315/42358F99800D/CCAPI/ccGet_xc_nr_asp_info:

   media class tags: NR 0, ASP 0cch323_ip_best_local_address: IP 10.1.100.100 found for bound IDB Loopback0cch323_ip_best_local_address: IP 10.1.100.100 found for bound IDB Loopback0

Dec 28 15:22:45.874: TCB32B89814 created

Dec 28 15:22:45.874: TCB32B89814 setting property TCP_NO_DELAY (0) 3235B6D0

Dec 28 15:22:45.874: TCB32B89814 setting property TCP_TOS (11) 3235B71C

Dec 28 15:22:45.874: TCB32B89814 setting property TCP_NONBLOCKING_WRITE (10) 3235B730

Dec 28 15:22:45.874: TCB32B89814 setting property TCP_NONBLOCKING_READ (14) 3235B730

Dec 28 15:22:45.874: TCB32B89814 setting property TCP_KEEPALIVE (17) 3235B730

Dec 28 15:22:45.874: TCP: Setting Keepalive interval and retries to 60 and 4

Dec 28 15:22:45.874: TCB32B89814 setting property TCP_VRFTABLEID (20) 329424A0

Dec 28 15:22:45.874: TCB32B89814 setting property TCP_NO_DELAY (0) 3235B71C

Dec 28 15:22:45.874: TCP: Random local port generated 63553, network 1

Dec 28 15:22:45.874: TCB32B89814 bound to 10.1.100.100.63553

Dec 28 15:22:45.874: Reserved port 63553 in Transport Port Agent for TCP IP type 1

Dec 28 15:22:45.874: TCP: sending SYN, seq 3513163156, ack 0

Dec 28 15:22:45.878: TCP0: Connection to 10.1.1.12:1720, advertising MSS 1460

Dec 28 15:22:45.878: TCP0: state was CLOSED -> SYNSENT [63553 -> 10.1.1.12(1720)]

Dec 28 15:22:45.878: TCP0: state was SYNSENT -> ESTAB [63553 -> 10.1.1.12(1720)]

Dec 28 15:22:45.878: TCP: tcb 32B89814 connection to 10.1.1.12:1720, peer MSS 1460, MSS is 1460cch323_ip_best_local_address: IP 10.1.100.100 found for bound IDB Loopback0

Dec 28 15:22:45.878: H245 FS OLC OUTGOING PDU ::=

value OpenLogicalChannel ::=

    {

      forwardLogicalChannelNumber 1

      forwardLogicalChannelParameters

      {

        dataType audioData : g729 : 2

        multiplexParameters h2250LogicalChannelParameters :

        {

          sessionID 1

          mediaControlChannel unicastAddress : iPAddress :

          {

            network '0A016464'H

            tsapIdentifier 16423

          }

          silenceSuppression FALSE

        }

      }

    }

Dec 28 15:22:45.878: H245 FS OLC OUTGOING ENCODE BUFFER::= 0000000D4001800B050001000A016464402700

Dec 28 15:22:45.878:

Dec 28 15:22:45.878: H245 FS OLC OUTGOING PDU ::=

value OpenLogicalChannel ::=

    {

      forwardLogicalChannelNumber 1

      forwardLogicalChannelParameters

      {

        dataType nullData : NULL

        multiplexParameters none : NULL

      }

      reverseLogicalChannelParameters

      {

        dataType audioData : g729 : 2

        multiplexParameters h2250LogicalChannelParameters :

        {

          sessionID 1

          mediaChannel unicastAddress : iPAddress :

          {

            network '0A016464'H

            tsapIdentifier 16422

          }

          mediaControlChannel unicastAddress : iPAddress :

          {

            network '0A016464'H

            tsapIdentifier 16423

          }

          silenceSuppression FALSE

        }

      }

    }

Dec 28 15:22:45.878: H245 FS OLC OUTGOING ENCODE BUFFER::= 400000060401004D40018012150001000A0164644026000A016464402700

Dec 28 15:22:45.878:

Dec 28 15:22:45.878: H225 NONSTD OUTGOING PDU ::=

value H323_UU_NonStdInfo ::=

    {

      version 2

      protoParam qsigNonStdInfo :

      {

        iei 4

        rawMesg '04038090A21803A983811C0E9F8B0100A1080201...'H

      }

    }

Dec 28 15:22:45.878: H225 NONSTD OUTGOING ENCODE BUFFER::= 60010200010480EC04038090A21803A983811C0E9F8B0100A10802015C02010084006C0C2183323034333632303738387008C1333235393030391CB89E810003677464000000AD49414D2C0D0A50524E2C6973646E2A2C2C4E492A2A2A2C0D0A5553492C726174652C632C732C632C310D0A5553492C6C6179312C756C61770D0A544D522C30300D0A43504E2C30322C2C312C333235393030390D0A43474E2C30342C2C312C792C342C323034333632303738380D0A4350432C30390D0A4643492C2C2C2C2C2C2C792C0D0A4743492C34323335386639393530333931316532383030646638363666323661343834300D0A0D0A

Dec 28 15:22:45.878:

Dec 28 15:22:45.878: H225.0 OUTGOING PDU ::=

value H323_UserInformation ::=

    {

      h323-uu-pdu

      {

        h323-message-body setup :

        {

          protocolIdentifier { 0 0 8 2250 0 4 }

          sourceInfo

          {

            vendor

            {

              vendor

              {

                t35CountryCode 181

                t35Extension 0

                manufacturerCode 18

              }

            }

            gateway

            {

              protocol

              {

                voice :

                {

                  supportedPrefixes

                  {

                  }

                }

              }

            }

            mc FALSE

            undefinedNode FALSE

          }

          activeMC FALSE

          conferenceID '42358F99503911E2800DF866F26A4840'H

          conferenceGoal create : NULL

          callType pointToPoint : NULL

          sourceCallSignalAddress ipAddress :

          {

            ip '0A016464'H

            port 63553

          }

          callIdentifier

          {

            guid '42358F99503911E2804A903A21A7A74D'H

          }

          fastStart

          {

            '0000000D4001800B050001000A016464402700'H,

            '400000060401004D40018012150001000A016464...'H

          }

          mediaWaitForConnect FALSE

          canOverlapSend FALSE

          multipleCalls TRUE

          maintainConnection TRUE

          symmetricOperationRequired NULL

        }

        h245Tunneling TRUE

        nonStandardControl

        {

          {

            nonStandardIdentifier h221NonStandard :

            {

              t35CountryCode 181

              t35Extension 0

              manufacturerCode 18

            }

            data '60010200010480EC04038090A21803A983811C0E...'H

          }

        }

        tunnelledSignallingMessage

        {

          tunnelledProtocolID

          {

            id tunnelledProtocolAlternateID :

            {

              protocolType "gtd"

            }

          }

          messageContent

          {

            '49414D2C0D0A50524E2C6973646E2A2C2C4E492A...'H

          }

          tunnellingRequired NULL

        }

      }

    }

Dec 28 15:22:45.882: H225.0 OUTGOING ENCODE BUFFER::= 2080060008914A00042800B500001240013C0501000042358F99503911E2800DF866F26A484000CD1D820007000A016464F841110042358F99503911E2804A903A21A7A74D3402130000000D4001800B050001000A0164644027001E400000060401004D40018012150001000A0164644026000A0164644027000100010001800180010010A8018080FC0140B500001280F460010200010480EC04038090A21803A983811C0E9F8B0100A10802015C02010084006C0C2183323034333632303738387008C1333235393030391CB89E810003677464000000AD49414D2C0D0A50524E2C6973646E2A2C2C4E492A2A2A2C0D0A5553492C726174652C632C732C632C310D0A5553492C6C6179312C756C61770D0A544D522C30300D0A43504E2C30322C2C312C333235393030390D0A43474E2C30342C2C312C792C342C323034333632303738380D0A4350432C30390D0A4643492C2C2C2C2C2C2C792C0D0A4743492C34323335386639393530333931316532383030646638363666323661343834300D0A0D0A80B542046774640180AD49414D2C0D0A50524E2C6973646E2A2C2C4E492A2A2A2C0D0A5553492C726174652C632C732C632C310D0A5553492C6C6179312C756C61770D0A544D522C30300D0A43504E2C30322C2C312C333235393030390D0A43474E2C30342C2C312C792C342C323034333632303738380D0A4350432C30390D0A4643492C2C2C2C2C2C2C792C0D0A4743492C34323335386639393530333931316532383030646638363666323661343834300D0A0D0A

Dec 28 15:22:45.882:

Dec 28 15:22:46.242: H225.0 INCOMING ENCODE BUFFER::= 2180060008914A000522C0B50000120F436973636F43616C6C4D616E6167657200310110C0110042358F99503911E2804A903A21A7A74D0100010010A00100100140B500001209820400000400010300

Dec 28 15:22:46.242:

Dec 28 15:22:46.242: H225.0 INCOMING PDU ::=

value H323_UserInformation ::=

    {

      h323-uu-pdu

      {

        h323-message-body callProceeding :

        {

          protocolIdentifier { 0 0 8 2250 0 5 }

          destinationInfo

          {

            vendor

            {

              vendor

              {

                t35CountryCode 181

                t35Extension 0

                manufacturerCode 18

              }

              productId '436973636F43616C6C4D616E61676572'H

              versionId '31'H

            }

            terminal

            {

            }

            mc FALSE

            undefinedNode FALSE

          }

          callIdentifier

          {

            guid '42358F99503911E2804A903A21A7A74D'H

          }

          multipleCalls FALSE

          maintainConnection FALSE

        }

        h245Tunneling FALSE

        nonStandardControl

        {

          {

            nonStandardIdentifier h221NonStandard :

            {

              t35CountryCode 181

              t35Extension 0

              manufacturerCode 18

            }

            data '820400000400010300'H

          }

        }

      }

    }

Dec 28 15:22:46.242: H225 NONSTD INCOMING ENCODE BUFFER::= 820400000400010300

Dec 28 15:22:46.242:

Dec 28 15:22:46.242: H225 NONSTD INCOMING PDU ::=

value H323_UU_NonStdInfo ::=

    {

      callMgrParam

      {

        interclusterVersion 3

        enterpriseID {}

      }

    }

Dec 28 15:22:46.242: //317/42358F99800D/CCAPI/cc_api_set_called_ccm_detected:

   CallInfo(called ccm detected=TRUE ccmVersion 3)

Dec 28 15:22:46.242: //317/42358F99800D/CCAPI/cc_api_call_proceeding:

   Interface=0x31850F48, Progress Indication=NULL(0)

Dec 28 15:22:46.246: H225.0 INCOMING ENCODE BUFFER::= 2580060008914A00051100110042358F99503911E2804A903A21A7A74D10800100

Dec 28 15:22:46.246:

Dec 28 15:22:46.246: H225.0 INCOMING PDU ::=

value H323_UserInformation ::=

    {

      h323-uu-pdu

      {

        h323-message-body releaseComplete :

        {

          protocolIdentifier { 0 0 8 2250 0 5 }

          callIdentifier

          {

            guid '42358F99503911E2804A903A21A7A74D'H

          }

        }

        h245Tunneling FALSE

      }

    }

Dec 28 15:22:46.246: //317/42358F99800D/CCAPI/cc_api_call_disconnected:

   Cause Value=27, Interface=0x31850F48, Call Id=317

Dec 28 15:22:46.246: //317/42358F99800D/CCAPI/cc_api_call_disconnected:

   Call Entry(Responsed=TRUE, Cause Value=27, Retry Count=0)

Dec 28 15:22:46.246: //315/42358F99800D/CCAPI/ccCallReleaseResources:

   release reserved xcoding resource.

Dec 28 15:22:46.246: //317/42358F99800D/CCAPI/ccCallSetAAA_Accounting:

   Accounting=0, Call Id=317

Dec 28 15:22:46.246: //317/42358F99800D/CCAPI/ccCallDisconnect:

   Cause Value=27, Tag=0x0, Call Entry(Previous Disconnect Cause=0, Disconnect Cause=27)

Dec 28 15:22:46.246: //317/42358F99800D/CCAPI/ccCallDisconnect:

   Cause Value=27, Call Entry(Responsed=TRUE, Cause Value=27)

Dec 28 15:22:46.246: //317/42358F99800D/CCAPI/cc_api_get_transfer_info:

   Transfer Number=NULL

Dec 28 15:22:46.246: H225.0 OUTGOING PDU ::=

value H323_UserInformation ::=

    {

      h323-uu-pdu

      {

        h323-message-body releaseComplete :

        {

          protocolIdentifier { 0 0 8 2250 0 4 }

          callIdentifier

          {

            guid '42358F99503911E2804A903A21A7A74D'H

          }

        }

        h245Tunneling FALSE

      }

    }

Dec 28 15:22:46.246: H225.0 OUTGOING ENCODE BUFFER::= 2580060008914A00041100110042358F99503911E2804A903A21A7A74D10800100

Dec 28 15:22:46.246:

Dec 28 15:22:46.246: TCP0: state was ESTAB -> FINWAIT1 [63553 -> 10.1.1.12(1720)]

Dec 28 15:22:46.246: TCP0: sending FIN

Dec 28 15:22:46.246: //317/42358F99800D/CCAPI/cc_api_call_disconnect_done:

   Disposition=0, Interface=0x31850F48, Tag=0x0, Call Id=317,

   Call Entry(Disconnect Cause=27, Voice Class Cause Code=0, Retry Count=0)

Dec 28 15:22:46.246: //317/42358F99800D/CCAPI/cc_api_call_disconnect_done:

   Call Disconnect Event Sent

Dec 28 15:22:46.246: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:

Dec 28 15:22:46.246: :cc_free_feature_vsa freeing 2CE3C500

Dec 28 15:22:46.246: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:

Dec 28 15:22:46.246:  vsacount in free is 1

Dec 28 15:22:46.250: //315/42358F99800D/CCAPI/ccCallDisconnect:

   Cause Value=27, Tag=0x0, Call Entry(Previous Disconnect Cause=0, Disconnect Cause=0)

Dec 28 15:22:46.250: //315/42358F99800D/CCAPI/ccCallDisconnect:

   Cause Value=27, Call Entry(Responsed=TRUE, Cause Value=27)

Dec 28 15:22:46.250: //315/42358F99800D/CCAPI/cc_api_get_transfer_info:

   Transfer Number=NULL

Dec 28 15:22:46.250: TCP0: state was FINWAIT1 -> FINWAIT2 [63553 -> 10.1.1.12(1720)]

Dec 28 15:22:46.250: TCP0: FIN processed

Dec 28 15:22:46.250: TCP0: state was FINWAIT2 -> TIMEWAIT [63553 -> 10.1.1.12(1720)]

Dec 28 15:22:46.250: ISDN Se0/0/0:23 Q931: TX -> DISCONNECT pd = 8  callref = 0xFE0C

Cause i = 0x809B - Destination out of order

Dec 28 15:22:47.050: ISDN Se0/0/0:23 Q931: RX <- RELEASE pd = 8  callref = 0x7E0C

vr#

Dec 28 15:22:47.058: ISDN Se0/0/0:23 Q931: TX -> RELEASE_COMP pd = 8  callref = 0xFE0C

Dec 28 15:22:47.062: //315/42358F99800D/CCAPI/cc_api_call_disconnect_done:

   Disposition=0, Interface=0x323209CC, Tag=0x0, Call Id=315,

   Call Entry(Disconnect Cause=27, Voice Class Cause Code=0, Retry Count=0)

Dec 28 15:22:47.062: //315/42358F99800D/CCAPI/cc_api_call_disconnect_done:

   Call Disconnect Event Sent

Dec 28 15:22:47.062: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:

Dec 28 15:22:47.062: :cc_free_feature_vsa freeing 2CE3C5E0

Dec 28 15:22:47.062: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:

Dec 28 15:22:47.062:  vsacount in free is 0

vr#

Dec 28 15:22:47.614: TCP389: ACK timeout timer expired

Dec 28 15:22:47.614: TCP389: bad seg from 10.11.200.5 -- outside window: port 22 seq 4156975486 ack 2825658332 rcvnxt 4156975574 rcvwnd 3624 len 88

vr#

Dec 28 15:22:50.494: RAS OUTGOING PDU ::=

value RasMessage ::= gatekeeperRequest :

    {

      requestSeqNum 1347

      protocolIdentifier { 0 0 8 2250 0 4 }

      rasAddress ipAddress :

      {

        ip '0A016464'H

        port 51584

      }

      endpointType

      {

        vendor

        {

          vendor

          {

            t35CountryCode 181

            t35Extension 0

            manufacturerCode 18

          }

        }

        gateway

        {

          protocol

          {

            voice :

            {

vr#supportedPrefixes

              {

              }

            }

          }

        }

        mc FALSE

        undefinedNode FALSE

      }

    }

Dec 28 15:22:50.494: RAS OUTGOING ENCODE BUFFER::= 00000542060008914A0004000A016464C9802800B500001240013C05010000

Dec 28 15:22:50.494:

vr#

Dec 28 15:22:55.493: RAS OUTGOING PDU ::=

value RasMessage ::= gatekeeperRequest :

    {

      requestSeqNum 1347

      protocolIdentifier { 0 0 8 2250 0 4 }

      rasAddress ipAddress :

      {

        ip '0A016464'H

        port 51584

      }

      endpointType

      {

        vendor

        {

          vendor

          {

            t35CountryCode 181

            t35Extension 0

            manufacturerCode 18

          }

        }

        gateway

        {

          protocol

          {

            voice :

            {

vr#supportedPrefixes

              {

              }

            }

          }

        }

        mc FALSE

        undefinedNode FALSE

      }

    }

Dec 28 15:22:55.493: RAS OUTGOING ENCODE BUFFER::= 00000542060008914A0004000A016464C9802800B500001240013C05010000

Dec 28 15:22:55.493:

Hi,

I'm looking at the debugs, what is the configuration for dial-peer 501? Can you please send me the complete show run from the Gateway?

--
Jorge Armijo

Please remember to rate helpful responses and identify helpful or correct answers.

-- Jorge Armijo Please remember to rate helpful responses and identify helpful or correct answers.

This is not much different than the one I posted above.  This is everything minus username's and passwords.

It's really very simple, there are two dial-peer's 501,502 that point all of the incoming calls for 5553...... to the two call manager servers.  I am thinking that this might be a call manager config issue instead.

version 15.3

service timestamps debug datetime msec

service timestamps log datetime localtime

service password-encryption

!

hostname vr

!

boot-start-marker

boot system flash:c2900-universalk9-mz.SPA.153-1.T.bin

boot-end-marker

!

!

card type t1 0 0

logging buffered 51200 warnings

!

no aaa new-model

clock timezone CST -6 0

clock summer-time CDT recurring

network-clock-participate wic 0

network-clock-select 1 T1 0/0/0

!

ip cef

!

!

!

!

!

!

ipv6 multicast rpf use-bgp

no ipv6 cef

multilink bundle-name authenticated

!

!

!

!

isdn switch-type primary-ni

!

!

voice-card 0

!

!

!

voice service voip

ip address trusted list

  ipv4 10.1.1.11

  ipv4 10.1.1.12

gcid

clid substitute name

allow-connections h323 to h323

allow-connections h323 to sip

allow-connections sip to h323

allow-connections sip to sip

no supplementary-service sip moved-temporarily

no supplementary-service sip refer

fax protocol t38 version 0 ls-redundancy 0 hs-redundancy 0 fallback none

h323

  h225 timeout setup 3

sip

  e911

  transport switch udp tcp

  asserted-id ppi

  localhost dns:216.55.55.55

  midcall-signaling passthru

  no call service stop

!

voice class h323 1

  h225 timeout tcp establish 3

!

!

!

!

voice translation-rule 8

rule 1 /\(^8\)\(1[2-9]..[2-9]......\)/ /\2/

!

!

voice translation-profile remove_8

translate called 8

!

voice translation-profile sip

translate called 8

!

!

!

!

application

global

  service alternate DEFAULT

!

!

hw-module pvdm 0/0

!

!

!

!

redundancy

!

!

controller T1 0/0/0

cablelength long 0db

pri-group timeslots 1-24

!

csdb tcp synwait-time 30

csdb tcp idle-time 3600

csdb tcp finwait-time 5

csdb tcp reassembly max-memory 1024

csdb tcp reassembly max-queue-length 16

csdb udp idle-time 30

csdb icmp idle-time 10

csdb session max-session 65535

!

!

!

!

interface Loopback0

ip address 10.1.100.100 255.255.255.255

h323-gateway voip interface

h323-gateway voip bind srcaddr 10.1.100.100

!

interface Embedded-Service-Engine0/0

no ip address

shutdown

!

interface GigabitEthernet0/0

ip address 10.1.1.10 255.255.255.0

duplex auto

speed auto

!

interface GigabitEthernet0/0.888

encapsulation dot1Q 888

ip address 216.55.55.55 255.255.255.192

ip access-group firewall in

no cdp enable

!

interface GigabitEthernet0/1

no ip address

shutdown

duplex auto

speed auto

!

interface GigabitEthernet0/2

no ip address

shutdown

duplex auto

speed auto

!

interface Serial0/0/0:23

no ip address

encapsulation hdlc

isdn switch-type primary-ni

isdn incoming-voice voice

no cdp enable

!

!

router eigrp 100

network 10.1.1.0 0.0.0.255

network 10.1.100.100 0.0.0.0

passive-interface GigabitEthernet0/0.888

!

ip forward-protocol nd

!

ip http server

ip http authentication local

ip http secure-server

ip http timeout-policy idle 60 life 86400 requests 10000

!

ip route 0.0.0.0 0.0.0.0 216.55.55.55.1

!

ip access-list extended firewall

permit icmp any any echo-reply

deny   ip any any log

!

!

!

snmp-server community public RO

snmp-server enable traps entity-sensor threshold

access-list 23 permit 10.10.10.0 0.0.0.7

!

control-plane

!

!

voice-port 0/0/0:23

echo-cancel coverage 64

bearer-cap Speech

!

!

!

!

ccm-manager redundant-host 10.1.1.12

ccm-manager mgcp

no ccm-manager fax protocol cisco

ccm-manager music-on-hold

ccm-manager config server 10.1.1.11 

ccm-manager config

!

mgcp call-agent 10.1.1.11 2427 service-type mgcp version 0.1

mgcp rtp unreachable timeout 1000 action notify

mgcp modem passthrough voip mode nse

mgcp package-capability rtp-package

mgcp package-capability sst-package

mgcp package-capability pre-package

no mgcp package-capability res-package

no mgcp timer receive-rtcp

mgcp sdp simple

mgcp fax t38 inhibit

mgcp behavior rsip-range tgcp-only

mgcp behavior comedia-role none

mgcp behavior comedia-check-media-src disable

mgcp behavior comedia-sdp-force disable

!

mgcp profile default

!

!

dial-peer voice 100 pots

description 7 Digit Dialing

destination-pattern 9[2-9]......

port 0/0/0:23

forward-digits 7

no sip-register

!

dial-peer voice 200 pots

incoming called-number .

direct-inward-dial

port 0/0/0:23

!

dial-peer voice 101 pots

description Long Distance 11 Digit Dialing

destination-pattern 91[2-9]..[2-9]......

port 0/0/0:23

forward-digits 11

no sip-register

!

dial-peer voice 105 pots

description 3 Digit Service Codes

destination-pattern 9[2-8]11

port 0/0/0:23

forward-digits 3

no sip-register

!

dial-peer voice 5000 pots

description Calling Card

destination-pattern 9[0][2-9]..[2-9]......

port 0/0/0:23

forward-digits 11

no sip-register

!

dial-peer voice 900 voip

translation-profile outgoing remove_8

destination-pattern 81[2-9]..[2-9]......

session protocol sipv2

session target sip-server

session transport udp

voice-class sip localhost dns:216.55.55.55

voice-class sip asserted-id ppi

no voice-class sip block 180

no voice-class sip block 183

voice-class sip pass-thru headers unsupp

voice-class sip pass-thru content unsupp

voice-class sip pass-thru content sdp

dtmf-relay rtp-nte

codec g711ulaw

!

dial-peer voice 102 pots

description Local 10 Digit Dialing

destination-pattern 9[2-9]..[2-9]......

port 0/0/0:23

forward-digits 10

no sip-register

!

dial-peer voice 901 voip

incoming called-number 8.T

dtmf-relay h245-alphanumeric

codec g711ulaw

no vad

!

dial-peer voice 106 pots

description Star 6 Codes

destination-pattern 9*6[1-9][2-9]..[2-9]......

clid restrict

port 0/0/0:23

forward-digits 10

no sip-register

!

dial-peer voice 501 voip

description IT Pilot Number

preference 1

destination-pattern 3......

session target ipv4:10.1.1.11

voice-class h323 1

dtmf-relay h245-alphanumeric

ip qos dscp cs3 signaling

no vad

!

dial-peer voice 502 voip

description IT Pilot Number 2

preference 2

destination-pattern 3......

session target ipv4:10.1.1.12

voice-class h323 1

dtmf-relay h245-alphanumeric

ip qos dscp cs3 signaling

no vad

!

dial-peer voice 503 voip

description IT Pilot Number

preference 1

destination-pattern 5553......

session target ipv4:10.1.1.11

voice-class h323 1

dtmf-relay h245-alphanumeric

ip qos dscp cs3 signaling

no vad

!

dial-peer voice 504 voip

description IT Pilot Number 2

preference 2

destination-pattern 5553......

session target ipv4:10.1.1.12

voice-class h323 1

dtmf-relay h245-alphanumeric

ip qos dscp cs3 signaling

no vad

!

!

gateway

timer receive-rtp 1200

!

sip-ua

retry invite 4

retry response 3

retry bye 2

retry cancel 2

retry register 5

timers register 250

registrar 1 dns:chicago.voip.ms expires 300

sip-server dns:chicago.voip.ms

no transport tcp

!

!

!

gatekeeper

no shutdown

!

!

!

line con 0

login local

line aux 0

no activation-character

no exec

transport preferred none

transport input all

transport output pad telnet rlogin lapb-ta mop udptn v120 ssh

stopbits 1

line vty 0 4

exec-timeout 0 0

privilege level 15

logging synchronous

login local

transport input telnet ssh

line vty 5 15

exec-timeout 0 0

privilege level 15

logging synchronous

login local

transport input telnet ssh

!

scheduler allocate 20000 1000

ntp server 10.10.10.1

!

Hi,

From the debugs:

-First the call tries to connect to 10.1.1.11; TCP transactions show that the TCP cannot be established:

Dec 28 15:22:42.874: TCP: Random local port generated 41942, network 1

Dec 28 15:22:42.874: TCB2CEF6C08 bound to 10.1.100.100.41942

Dec 28 15:22:42.874: Reserved port 41942 in Transport Port Agent for TCP IP type 1

Dec 28 15:22:42.874: TCP: sending SYN, seq 3207241951, ack 0

Dec 28 15:22:42.874: TCP0: Connection to 10.1.1.11:1720, advertising MSS 1460

Dec 28 15:22:42.874: TCP0: state was CLOSED -> SYNSENT [41942 -> 10.1.1.11(1720)]

Dec 28 15:22:42.874: ISDN Se0/0/0:23 Q931: TX -> CALL_PROC pd = 8 callref = 0xFE0C

Channel ID i = 0xA98381

Exclusive, Channel 1

vr#

Dec 28 15:22:44.866: TCP389: ACK timeout timer expired

Dec 28 15:22:44.874: 10.1.100.100:41942 <---> 10.1.1.11:1720   congestion window changes

Dec 28 15:22:44.874: cwnd from 1460 to 1460, ssthresh from 65535 to 2920

Dec 28 15:22:44.874: TCP0: timeout #1 - timeout is 4000 ms, seq 3207241951

Dec 28 15:22:44.874: TCP: (41942) -> 10.1.1.11(1720)

Cause Value 38 = CC_CAUSE_NETWORK_OUT_OF_ORDER

-Then the call tries to connect to 10.1.1.12; There is H323 signaling but CUCM sends a release complete:

--snip--

Dec 28 15:22:45.878: H225.0 OUTGOING PDU ::=

value H323_UserInformation ::=

{

   h323-uu-pdu

{

     h323-message-body setup :

--snip--

--snip--

Dec 28 15:22:46.242: H225.0 INCOMING PDU ::=

value H323_UserInformation ::=

{

   h323-uu-pdu

   {

     h323-message-body callProceeding :

--snip--

--snip--

Dec 28 15:22:46.246: H225.0 INCOMING PDU ::=

value H323_UserInformation ::=

{

   h323-uu-pdu

   {

     h323-message-body releaseComplete :

--snip--

Cause Value 27 = CC_CAUSE_DESTINATION_OUT_OF_ORDER

-As summary, when matching dial-peer 501 TCP link cannot be established. And when matching dial-peer 502 the CUCM rejects the call

-It would be necessary to check the network or the services on the first CUCM and for the second, well to capture CUCM traces to see why CUCM is rejecting the call

--
Jorge Armijo

Please remember to rate helpful responses and identify helpful or correct answers.

-- Jorge Armijo Please remember to rate helpful responses and identify helpful or correct answers.

Found out after some troubleshooting that is was our Unity server that was missing a server entry in the port group for our subscriber server.  This is what was rejecting the call when the publisher was down, because the call was wanting to go to an auto attendant but there was no connection from the subscriber to the unity server.

So for anyone reading this, its not an issue using a loopback interface for an h323 gateway, continuous pings from any device to a cucm server is rate limited by design and will look odd ( !!!!!.!!!!!.!!!!!.!!!!!.!!!!! ), and make sure you have all of your call managers added to the servers list in the port group on your unity servers when you have calls going to auto attendent.

Dan.

Dan,

Thanks for updating us on this. However this thread goes a long way to show why it is important to accurately describe the issues you are experiencing. You never  mentioned that the an auto-attendant or unity was involved in the call flow. It is important to accurately describe your call flow, the components involved and the problems you are having.

Good luck in the future and see you soon on the forum.

Please rate all useful posts

"'Nature is too thin a screen, the glory of the omnipresent God bursts through it everywhere"-Ralph Waldo Emerson

Please rate all useful posts
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: