cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
44324
Views
0
Helpful
17
Replies

SIP/2.0 404 Not Found Error on Incoming Calls

Abayomi Smith
Level 1
Level 1

Hi All,

I would appreciate any help concerning this issue.

I am unable to make or receive calls. I receive SIP/2.0 404 Not Found on incoming call.

My setup is as thus;

CUCM-----------CUBE----------SIP Gateway

 

Please find attached part of the config of the CUBE and also output of debug ccsip message of test call from 02071871717 to 02038897551.

 

Regards,

Y.

 

 

1 Accepted Solution

Accepted Solutions

Called Number=02038897551. The significant digits field is set to ALL.​

So, you have translation pattern configured to convert the called number to internal extension? 

 

How are the internal extensions configured and assigned to the phones? 

//Suresh Please rate all the useful posts.

View solution in original post

17 Replies 17

Hi, it seems like issue with your dial-peer config.

 

can you try configure the below dial-peers and let me know how it works?

 

also you should try binding the right interfaces in the dial-peers

 

voice-class sip bind control source-interface <LAN interface towards CUCM ex: gig0/0>
 voice-class sip bind media source-interface <LAN interface towards CUCM ex: gig0/0>

 

!
dial-peer voice 1000 voip
 description **Inbound call from SIP Trunk**
 session protocol sipv2
 incoming called-number .
 dtmf-relay rtp-nte
 codec g711alaw
 no vad
!

!
dial-peer voice 1000 voip
 description **Inbound call from SIP Trunk**
 session protocol sipv2
 incoming called-number .
 dtmf-relay rtp-nte
 codec g711alaw
 no vad
!

!
dial-peer voice 1001 voip
 description **Inbound call to CUCM**
 destination-pattern 020388975[0-6].
 session protocol sipv2
 session target ipv4:10.127.33.3
 voice-class sip bind control source-interface <LAN interface towards CUCM ex: gig0/0>
 voice-class sip bind media source-interface <LAN interface towards CUCM ex: gig0/0>
 dtmf-relay rtp-nte
 codec g711alaw
 no vad
!


dial-peer voice 1002 voip
 description **Outgoing Call to SIP Trunk**
 destination-pattern .T
 session protocol sipv2
 session target ipv4:88.XX.XX.169
voice-class sip bind control source-interface <WAN interface towards ITSP ex: gig0/1>
 voice-class sip bind media source-interface <WAN interface towards ITSP ex: gig0/1>
 dtmf-relay rtp-nte
 codec g711alaw
 no vad

 

//Suresh Please rate all the useful posts.

Thanks Suresh,

However I am still unable to get any calls through. Instead now I get nothing...Just silence. No ringback nothing.

When I check the debug ccsip messages I get a SIP/2.0 503 Service Unavailable-No Bandwidth Available and also a SIP/2.0 500 Internal Server Error.

 

When I did a debug of the dial-peer just to check if the right dial peer is being matched, I get this

 

dpMatchPeertype:
   Is Incoming=TRUE, Number Expansion=FALSE
*Nov 20 19:36:06.650 GMT: //-1/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/DPM/dpMatchCore:
   Dial String=, Expanded String=, Calling Number=02038897500T
   Timeout=TRUE, Is Incoming=TRUE, Peer Info Type=DIALPEER_INFO_SPEECH
*Nov 20 19:36:06.650 GMT: //-1/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/DPM/dpMatchCore:
   Result=-1
*Nov 20 19:36:06.650 GMT: //-1/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
   Match Rule=DP_MATCH_ORIGINATE; Calling Number=02038897500
*Nov 20 19:36:06.650 GMT: //-1/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/DPM/dpMatchPeertype:
   Is Incoming=TRUE, Number Expansion=FALSE
*Nov 20 19:36:06.650 GMT: //-1/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/DPM/dpMatchCore:
   Dial String=, Expanded String=, Calling Number=02038897500T
   Timeout=TRUE, Is Incoming=TRUE, Peer Info Type=DIALPEER_INFO_SPEECH
*Nov 20 19:36:06.650 GMT: //-1/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/DPM/MatchNextPeer:
   Result=Success(0); Incoming Dial-peer=1002 Is Matched
*Nov 20 19:36:06.650 GMT: //-1/4DCAD934-7023-11E4-93CF-FBC03BACF4BB/DPM/dpAssociateIncomingPeerCore:
   Match Rule=DP_MATCH_VIA_URI; URI=sip:88.XX.XX.169:5060
*Nov 20 19:36:06.650 GMT: //-1/4DCAD934-7023-11E4-93CF-FBC03BACF4BB/DPM/dpMatchPeertype:
   Is Incoming=TRUE, Number Expansion=FALSE
*Nov 20 19:36:06.650 GMT: //-1/4DCAD934-7023-11E4-93CF-FBC03BACF4BB/DPM/dpMatchCore:
   Dial String=, Expanded String=, Calling Number=
   Timeout=TRUE, Is Incoming=TRUE, Peer Info Type=DIALPEER_INFO_SPEECH
*Nov 20 19:36:06.650 GMT: //-1/4DCAD934-7023-11E4-93CF-FBC03BACF4BB/DPM/dpMatchCore:
   Result=-1

This shows its matching dial-peer 1002, which is the outgoing dial-peer, instead of 1000.

 

Also  the calling number seems to be the first number in the DDI range 02038897500 however I am calling from 02071871717.

I don't have redirect header on inbound calls ticked on the sip trunk config. I believe it should show the originating no is the URI

 

Thanks,

Y

 

Hi.

Just few questions

Did you ckeck that you correctly configured trunk destination address on CUCM?

Can incoming CSS configured on trunk reach internal extensions?

 

Can you please add these lines on your cube:

voice service voip

no ip address trusted authenticate 

 

 

Please add also the output of a debug ccdip mess while calling outbound

 

Thanks 

 

 

Regards

 

Carlo

Please rate all helpful posts "The more you help the more you learn"

Thanks Carlo,

The CSS configured for inbound calls on the trunk can reach the partition of internal extensions.

 

I added the command no ip address trusted authenticate   but there was still no luck. will post the debug ccsip messages output on external calls soon.

 

Thanks,

Y

Hi,

It would also be useful to include "debug voip ccapi inout" with your next ccsip output.  This will help to confirm which Dial Peers are being selected by CUBE.

Thanks

Rob

Hi Robert,

Thank you for replying.

Please find below the debug output as requested. It seems to be matching the outgoing dial peer 1001 though its configured as an incoming dial peer.

Also I noticed the calling number shows as 02038897500 (which is the first  DDI no within the range rather than 02071871717, which the call is originating from)

sh dial-peer voi sum
dial-peer hunt 0
             AD                                    PRE PASS                OUT
TAG    TYPE  MIN  OPER PREFIX    DEST-PATTERN      FER THRU SESS-TARGET    STAT PORT    KEEPALIVE
1000   voip  up   up                                0  syst sip-server
1001   voip  up   up             020388975[0-6].    0  syst ipv4:10.127.33.3
1002   voip  up   up             .T                 0  syst ipv4:88.XX.XX.169
1010   voip  up   up             1[6-8]..           0  syst ipv4:10.4.10.100
1020   voip  up   up             75[0-6].           0  syst ipv4:10.127.33.3

 


AE300164-70B1-11E4-A024-FBC03BACF4BB/CCAPI/cc_api_call_setup_ind_common:
   Interface=0x22A61424, Call Info(
   Calling Number=02038897500,(Calling Name=)(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed),
   Called Number=02038897551(TON=Unknown, NPI=Unknown),
   Calling Translated=FALSE, Subscriber Type Str=Unknown, FinalDestinationFlag=TRUE,
   Incoming Dial-peer=1000, Progress Indication=NULL(0), Calling IE Present=TRUE,
   Source Trkgrp Route Label=, Target Trkgrp Route Label=, CLID Transparent=FALSE), Call Id=2368
*Nov 21 12:35:16.698 GMT: //-1/AE300164-70B1-11E4-A024-FBC03BACF4BB/CCAPI/ccCheckClipClir:
   In: Calling Number=02038897500(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed)
*Nov 21 12:35:16.698 GMT: //-1/AE300164-70B1-11E4-A024-FBC03BACF4BB/CCAPI/ccCheckClipClir:
   Out: Calling Number=02038897500(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed)
*Nov 21 12:35:16.702 GMT: //-1/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:

*Nov 21 12:35:16.702 GMT: :cc_get_feature_vsa malloc success
*Nov 21 12:35:16.702 GMT: //-1/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:

*Nov 21 12:35:16.702 GMT:  cc_get_feature_vsa count is 17
*Nov 21 12:35:16.702 GMT: //-1/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:

*Nov 21 12:35:16.702 GMT: :FEATURE_VSA attributes are: feature_name:0,feature_time:596161576,feature_id:2368
*Nov 21 12:35:16.702 GMT: //2368/AE300164-70B1-11E4-A024-FBC03BACF4BB/CCAPI/cc_api_call_setup_ind_common:
   Set Up Event Sent;
   Call Info(Calling Number=02038897500(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed),
   Called Number=02038897551(TON=Unknown, NPI=Unknown))
*Nov 21 12:35:16.702 GMT: //2368/AE300164-70B1-11E4-A024-FBC03BACF4BB/CCAPI/cc_process_call_setup_ind:
   Event=0x22D29E38
*Nov 21 12:35:16.702 GMT: //-1/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/CCAPI/cc_setupind_match_search:
   Try with the demoted called number 02038897551
*Nov 21 12:35:16.702 GMT: //2368/AE300164-70B1-11E4-A024-FBC03BACF4BB/CCAPI/ccCallSetContext:
   Context=0x3C29C970
*Nov 21 12:35:16.702 GMT: //2368/AE300164-70B1-11E4-A024-FBC03BACF4BB/CCAPI/cc_process_call_setup_ind:
   >>>>CCAPI handed cid 2368 with tag 1000 to app "_ManagedAppProcess_Default"
*Nov 21 12:35:16.702 GMT: //2368/AE300164-70B1-11E4-A024-FBC03BACF4BB/CCAPI/ccCallProceeding:
   Progress Indication=NULL(0)
*Nov 21 12:35:16.702 GMT: //2368/AE300164-70B1-11E4-A024-FBC03BACF4BB/CCAPI/ccCallSetupRequest:
   Destination=, Calling IE Present=TRUE, Mode=0,
   Outgoing Dial-peer=1001, Params=0x39EAFEC4, Progress Indication=NULL(0)
*Nov 21 12:35:16.702 GMT: //2368/AE300164-70B1-11E4-A024-FBC03BACF4BB/CCAPI/ccCheckClipClir:
   In: Calling Number=02038897500(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed)
*Nov 21 12:35:16.706 GMT: //2368/AE300164-70B1-11E4-A024-FBC03BACF4BB/CCAPI/ccCheckClipClir:
   Out: Calling Number=02038897500(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed)
*Nov 21 12:35:16.706 GMT: //2368/AE300164-70B1-11E4-A024-FBC03BACF4BB/CCAPI/ccCallSetupRequest:
   Destination Pattern=.T, Called Number=02038897551, Digit Strip=FALSE
*Nov 21 12:35:16.706 GMT: //2368/AE300164-70B1-11E4-A024-FBC03BACF4BB/CCAPI/ccCallSetupRequest:
   Calling Number=02038897500(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed),
   Called Number=02038897551(TON=Unknown, NPI=Unknown),
   Redirect Number=, Display Info=
   Account Number=02038897500, Final Destination Flag=TRUE,
   Guid=AE300164-70B1-11E4-A024-FBC03BACF4BB, Outgoing Dial-peer=1001
*Nov 21 12:35:16.706 GMT: //2368/AE300164-70B1-11E4-A024-FBC03BACF4BB/CCAPI/cc_api_display_ie_subfields:
   ccCallSetupRequest:
   cisco-username=02038897500
   ----- ccCallInfo IE subfields -----
   cisco-ani=02038897500
   cisco-anitype=0
   cisco-aniplan=0
   cisco-anipi=0
   cisco-anisi=0
   dest=02038897551
   cisco-desttype=0
   cisco-destplan=0
   cisco-rdie=FFFFFFFF
   cisco-rdn=
   cisco-rdntype=0
   cisco-rdnplan=0
   cisco-rdnpi=-1
   cisco-rdnsi=-1
   cisco-redirectreason=-1   fwd_final_type =0
   final_redirectNumber =
   hunt_group_timeout =0

*Nov 21 12:35:16.706 GMT: //2368/AE300164-70B1-11E4-A024-FBC03BACF4BB/CCAPI/ccIFCallSetupRequestPrivate:
   Interface=0x22A61424, Interface Type=3, Destination=, Mode=0x0,
   Call Params(Calling Number=02038897500,(Calling Name=)(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed),
   Called Number=02038897551(TON=Unknown, NPI=Unknown), Calling Translated=FALSE,
   Subscriber Type Str=Unknown, FinalDestinationFlag=TRUE, Outgoing Dial-peer=1001, Call Count On=FALSE,
   Source Trkgrp Route Label=, Target Trkgrp Route Label=, tg_label_flag=0, Application Call Id=)
*Nov 21 12:35:16.706 GMT: //-1/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:

*Nov 21 12:35:16.706 GMT: :cc_get_feature_vsa malloc success
*Nov 21 12:35:16.706 GMT: //-1/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:

*Nov 21 12:35:16.706 GMT:  cc_get_feature_vsa count is 18
*Nov 21 12:35:16.706 GMT: //-1/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:

*Nov 21 12:35:16.706 GMT: :FEATURE_VSA attributes are: feature_name:0,feature_time:596157768,feature_id:2369
*Nov 21 12:35:16.706 GMT: //2369/AE300164-70B1-11E4-A024-FBC03BACF4BB/CCAPI/ccIFCallSetupRequestPrivate:
   SPI Call Setup Request Is Success; Interface Type=3, FlowMode=1
*Nov 21 12:35:16.706 GMT: //2369/AE300164-70B1-11E4-A024-FBC03BACF4BB/CCAPI/ccCallSetContext:
   Context=0x39EAFE74
*Nov 21 12:35:16.706 GMT: //2368/AE300164-70B1-11E4-A024-FBC03BACF4BB/CCAPI/ccSaveDialpeerTag:
   Outgoing Dial-peer=1001
*Nov 21 12:35:16.706 GMT: //2369/AE300164-70B1-11E4-A024-FBC03BACF4BB/CCAPI/ccGetMediaClassTag:
   media class tag 0
*Nov 21 12:35:16.706 GMT: //2369/AE300164-70B1-11E4-A024-FBC03BACF4BB/CCAPI/ccSetMediaclassIp2ipTags:
   media class tags set: NR 0, ASP 0
*Nov 21 12:35:16.706 GMT: //2368/AE300164-70B1-11E4-A024-FBC03BACF4BB/CCAPI/ccGetMediaClassTag:
   media class tag 0
*Nov 21 12:35:16.706 GMT: //2368/AE300164-70B1-11E4-A024-FBC03BACF4BB/CCAPI/ccSetMediaclassIp2ipTags:
   media class tags set: NR 0, ASP 0
*Nov 21 12:35:16.706 GMT: //2369/AE300164-70B1-11E4-A024-FBC03BACF4BB/CCAPI/ccGet_xc_nr_asp_info:
   media class tags: NR 0, ASP 0
*Nov 21 12:35:16.706 GMT: //2368/AE300164-70B1-11E4-A024-FBC03BACF4BB/CCAPI/ccGet_xc_nr_asp_info:
   media class tags: NR 0, ASP 0
*Nov 21 12:35:16.706 GMT: //2369/AE300164-70B1-11E4-A024-FBC03BACF4BB/CCAPI/cc_api_event_indication:
   Event=188, Call Id=2369
*Nov 21 12:35:16.706 GMT: //2369/AE300164-70B1-11E4-A024-FBC03BACF4BB/CCAPI/cc_api_event_indication:
   Event Is Sent To Conferenced SPI(s) Directly
*Nov 21 12:35:16.706 GMT: //2368/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/CCAPI/cc_api_get_xcode_stream:

*Nov 21 12:35:16.706 GMT: cc_api_get_xcode_stream : 4819
*Nov 21 12:35:16.706 GMT: //2369/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/CCAPI/cc_api_get_xcode_stream:

*Nov 21 12:35:16.706 GMT: cc_api_get_xcode_stream : 4819
*Nov 21 12:35:16.706 GMT: //2368/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/CCAPI/cc_api_get_xcode_stream:

*Nov 21 12:35:16.706 GMT: cc_api_get_xcode_stream : 4819
*Nov 21 12:35:16.706 GMT: //2368/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/CCAPI/cc_api_get_xcode_stream:

*Nov 21 12:35:16.706 GMT: cc_api_get_xcode_stream : 4819
*Nov 21 12:35:16.710 GMT: //2369/AE300164-70B1-11E4-A024-FBC03BACF4BB/CCAPI/cc_api_call_proceeding:
   Interface=0x22A61424, Progress Indication=NULL(0)
*Nov 21 12:35:16.710 GMT: //2369/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/CCAPI/cc_api_get_xcode_stream:

*Nov 21 12:35:16.710 GMT: cc_api_get_xcode_stream : 4819
*Nov 21 12:35:16.710 GMT: //2368/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/CCAPI/cc_api_get_xcode_stream:

*Nov 21 12:35:16.710 GMT: cc_api_get_xcode_stream : 4819
*Nov 21 12:35:16.710 GMT: //2369/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/CCAPI/cc_api_get_xcode_stream:

*Nov 21 12:35:16.710 GMT: cc_api_get_xcode_stream : 4819
*Nov 21 12:35:16.710 GMT: //2369/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/CCAPI/cc_api_get_xcode_stream:

 

 

Regards,

Y

Hi,

Is there any chance you can post your current config again just need to see any changes you've made since posting the original config.

Thanks
Rob

HI Robert,

Thanks.

Please find below

 

voice-card 0
 dsp services dspfarm
!
!
voice call convert-discpi-to-prog
voice call debug full-guid
voice rtp send-recv
!
voice service voip
 no ip address trusted authenticate
 mode border-element
 allow-connections h323 to sip
 allow-connections sip to h323
 allow-connections sip to sip
 no supplementary-service sip refer
 fax protocol t38 version 0 ls-redundancy 0 hs-redundancy 0 fallback none
 h323
 sip
  no update-callerid
  early-offer forced
  midcall-signaling passthru
!
voice class codec 1
 codec preference 1 g711ulaw
 codec preference 2 g711alaw
 codec preference 3 g729r8
!
!
voice register global
!
!
!
!
!
license udi pid CISCO2911/K9 sn FCZ1834605X
hw-module pvdm 0/0
!
!
!
username admin privilege 15 secret 5 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
redundancy
!
!
ip tcp synwait-time 5
!
class-map match-any voice-rtp
 match ip precedence 5
 match ip dscp ef
 match ip rtp 16384 16383
class-map match-any voice-cntl
 match ip precedence 3
 match ip dscp af31
 match access-group name voice-signal
!
policy-map QoS-LAN-Policy
 class voice-rtp
  set cos 5
 class voice-cntl
  set cos 3
!
!
!
!
!
interface Embedded-Service-Engine0/0
 no ip address
 shutdown
!
interface GigabitEthernet0/0
 description **connection to SIP Gateway**
 ip address XX.197.XX.188 255.255.255.248
 duplex auto
 speed auto
!
interface GigabitEthernet0/1
 backup interface GigabitEthernet0/2
 ip address 10.127.32.129 255.255.255.128
 no ip redirects
 no ip unreachables
 no ip proxy-arp
 duplex auto
 speed auto
!
interface GigabitEthernet0/2
 ip address 10.127.32.129 255.255.255.128
 no ip redirects
 no ip unreachables
 no ip proxy-arp
 duplex auto
 speed auto
!
ip forward-protocol nd
!
ip http server
ip http access-class 23
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 10.127.22.254
ip route 79.XX.XX.69 255.255.255.255 XX.197.XX.185
ip route 79.XX.XX.70 255.255.255.255 XX.197.XX.185
ip route 88.XX.XX.169 255.255.255.255 XX.197.XX.185
ip route 88.XX.XX.170 255.255.255.255 XX.197.XX.185
!
!
!
!
!
control-plane
!
 !
 !
 !
!
ccm-manager music-on-hold
ccm-manager config server 10.127.33.3
!
!
mgcp profile default
!
sccp local GigabitEthernet0/1
sccp ccm 10.127.33.3 identifier 1 priority 1 version 7.0
sccp
!
sccp ccm group 1
 description conference bridge
 associate ccm 1 priority 1
 associate profile 3 register Conf_bridge
 associate profile 2 register MTP-transcode
 associate profile 1 register MTP-CCM
!
dspfarm profile 2 transcode
 codec g729r8
 codec g711ulaw
 codec g711alaw
 codec g729ar8
 codec g729abr8
 maximum sessions 10
 associate application SCCP
!
dspfarm profile 3 conference
 description conference bridge
 codec g711ulaw
 codec g711alaw
 codec g729ar8
 codec g729abr8
 codec g729r8
 codec g729br8
 maximum sessions 1
 associate application SCCP
 shutdown
!
dspfarm profile 1 mtp
 codec pass-through
 codec g711ulaw
 maximum sessions software 20
 associate application SCCP
!
dial-peer voice 1000 voip
 description **Inbound call from SIP Trunk**
 session protocol sipv2
 session target sip-server
 incoming called-number .
 dtmf-relay rtp-nte
 codec g711alaw
 no vad
!
dial-peer voice 1001 voip
 description **Inbound call to CUCM**
 destination-pattern 020388975[0-6].
 session protocol sipv2
 session target ipv4:10.127.33.3
 voice-class sip bind control source-interface GigabitEthernet0/1
 voice-class sip bind media source-interface GigabitEthernet0/1
 dtmf-relay rtp-nte
 codec g711alaw
 no vad
!
dial-peer voice 1002 voip
 description **Outgoing Call to SIP Trunk**
 destination-pattern .T
 session protocol sipv2
 session target ipv4:88.xx.xx.169
 voice-class sip bind control source-interface GigabitEthernet0/0
 voice-class sip bind media source-interface GigabitEthernet0/0
 dtmf-relay rtp-nte
 codec g711alaw
 no vad
!
dial-peer voice 1010 voip
 description Internal Calls to field Extension 1600-1899
 destination-pattern 1[6-8]..
 session protocol sipv2
 session target ipv4:10.4.1.1
 dtmf-relay sip-notify
 codec g711ulaw
 no vad
!
dial-peer voice 1020 voip
 description **Inbound call from SIP Trunk**
 destination-pattern 75[0-6].
 session protocol sipv2
 session target ipv4:10.127.33.3
 incoming called-number 75[0-6].
 dtmf-relay rtp-nte
 codec g711ulaw
 no vad
!
!
gateway
 timer receive-rtp 1200
!
sip-ua
 retry invite 4
 timers connect 100
 sip-server ipv4:88.XX.XX.169
!
!
!
gatekeeper
 shutdown
!
!
call-manager-fallback
 max-conferences 8 gain -6
 transfer-system full-consult
 ip source-address 10.127.32.129 port 2000
 max-ephones 25

 

Hi.

did you have any chance to capture a debug ccsip message while calling out?

Please let me know.

 

Regards

 

Carlo

Please rate all helpful posts "The more you help the more you learn"

Hi Carlo,

I am sorry for the late response. Please find the debug output below.

The outgoing call works fine. Its just a problem with incoming calls.

I also noticed a weird behavior today which wasn't happening before.

I am unable to make any call when the hand set is picked up. As soon as I press a key on the dial-pad I get a fast busy signal. However with the handset down I am able to make calls. Nothing has changed from yesterday when it was working. Any clues?

 

"Toprak x7550" <sip:+442038897550@10.127.33.3>
Remote-Party-ID: "Toprak x7550" <sip:+442038897550@10.127.33.3>;party=calling;screen=yes;privacy=off
Contact: <sip:+442038897550@10.127.33.3:5060;transport=tcp>
Max-Forwards: 70
Content-Length: 0


*Nov 21 16:03:07.357 GMT: //2959/E8E93000-0001-0000-0000-000F03177F0A/SIP/Msg/ccsipDisplayMsg:
Sent:
INVITE sip:07848599599@88.XX.XX.169:5060 SIP/2.0
Via: SIP/2.0/UDP XX.197.XX.188:5060;branch=z9hG4bK7182448
Remote-Party-ID: "Toprak x7550" <sip:+442038897550@XX.197.XX.188>;party=calling;screen=yes;privacy=off
From: "Toprak x7550" <sip:+442038897550@XX.197.XX.188>;tag=5C90238-9E9
To: <sip:07848599599@88.XX.XX.169>
Date: Fri, 21 Nov 2014 16:03:07 GMT
Call-ID: B79517A5-70CE11E4-A784FBC0-3BACF4BB@XX.197.XX.188
Supported: 100rel,timer,resource-priority,replaces,sdp-anat
Min-SE:  1800
Cisco-Guid: 3907596288-0000065536-0000000015-0051871498
User-Agent: Cisco-SIPGateway/IOS-15.2.4.M6a
Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
CSeq: 101 INVITE
Timestamp: 1416585787
Contact: <sip:+442038897550@XX.197.XX.188:5060>
Expires: 180
Allow-Events: telephone-event
Max-Forwards: 69
Session-Expires:  1800
Content-Type: application/sdp
Content-Disposition: session;handling=required
Content-Length: 250

v=0
o=CiscoSystemsSIP-GW-UserAgent 5926 6518 IN IP4 XX.197.XX.188
s=SIP Call
c=IN IP4 XX.197.XX.188
t=0 0
m=audio 22502 RTP/AVP 8 101
c=IN IP4 XX.197.XX.188
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ptime:20

*Nov 21 16:03:07.357 GMT: //2958/E8E93000-0001-0000-0000-000F03177F0A/SIP/Msg/ccsipDisplayMsg:
Sent:
SIP/2.0 100 Trying
Via: SIP/2.0/TCP 10.127.33.3:5060;branch=z9hG4bKede19562
From: "Toprak x7550" <sip:+442038897550@10.127.33.3>;tag=1614~011e7165-c217-6f7c-cc4f-b72f3ab7b02e-29093277
To: <sip:07848599599@10.127.32.129>
Date: Fri, 21 Nov 2014 16:03:07 GMT
Call-ID: e8e93000-46f16249-f-3177f0a@10.127.33.3
CSeq: 101 INVITE
Allow-Events: telephone-event
Server: Cisco-SIPGateway/IOS-15.2.4.M6a
Content-Length: 0


*Nov 21 16:03:07.361 GMT: //2959/E8E93000-0001-0000-0000-000F03177F0A/SIP/Msg/ccsipDisplayMsg:
Received:
SIP/2.0 100 Trying
Via: SIP/2.0/UDP XX.197.XX.188:5060;branch=z9hG4bK7182448
From: "Toprak x7550" <sip:+442038897550@XX.197.XX.188>;tag=5C90238-9E9
To: <sip:07848599599@88.XX.XX.169>
Call-ID: B79517A5-70CE11E4-A784FBC0-3BACF4BB@XX.197.XX.188
CSeq: 101 INVITE
Timestamp: 1416585787
Content-Length: 0


*Nov 21 16:03:07.417 GMT: //2959/E8E93000-0001-0000-0000-000F03177F0A/SIP/Msg/ccsipDisplayMsg:
Received:
SIP/2.0 183 Session Progress
Require: 100rel
Via: SIP/2.0/UDP XX.197.XX.188:5060;branch=z9hG4bK7182448
RSeq: 1
To: <sip:07848599599@88.XX.XX.169>;tag=3625574618-717280
From: "Toprak x7550" <sip:+442038897550@XX.197.XX.188>;tag=5C90238-9E9
Call-ID: B79517A5-70CE11E4-A784FBC0-3BACF4BB@XX.197.XX.188
CSeq: 101 INVITE
Allow: CANCEL, ACK, INVITE, BYE, OPTIONS, NOTIFY, INFO, REFER, SUBSCRIBE, PRACK, UPDATE, MESSAGE, PUBLISH
Contact: <sip:07848599599@88.XX.XX.169:5060>
Content-Type: application/sdp
Accept: application/sdp
Content-Length: 213

v=0
o=MSX49 35546258079464325 1 IN IP4 88.XX.XX.169
s=sip call
c=IN IP4 88.215.63.170
t=0 0
m=audio 24568 RTP/AVP 8 101
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-15
a=sendrecv

*Nov 21 16:03:07.421 GMT: //2959/E8E93000-0001-0000-0000-000F03177F0A/SIP/Msg/ccsipDisplayMsg:
Sent:
PRACK sip:07848599599@88.XX.XX.169:5060 SIP/2.0
Via: SIP/2.0/UDP XX.197.XX.188:5060;branch=z9hG4bK719399
From: "Toprak x7550" <sip:+442038897550@XX.197.XX.188>;tag=5C90238-9E9
To: <sip:07848599599@88.XX.XX.169>;tag=3625574618-717280
Date: Fri, 21 Nov 2014 16:03:07 GMT
Call-ID: B79517A5-70CE11E4-A784FBC0-3BACF4BB@XX.197.XX.188
CSeq: 102 PRACK
RAck: 1 101 INVITE
Allow-Events: telephone-event
Max-Forwards: 70
Content-Length: 0


*Nov 21 16:03:07.425 GMT: //2958/E8E93000-0001-0000-0000-000F03177F0A/SIP/Msg/ccsipDisplayMsg:
Sent:
SIP/2.0 183 Session Progress
Via: SIP/2.0/TCP 10.127.33.3:5060;branch=z9hG4bKede19562
From: "Toprak x7550" <sip:+442038897550@10.127.33.3>;tag=1614~011e7165-c217-6f7c-cc4f-b72f3ab7b02e-29093277
To: <sip:07848599599@10.127.32.129>;tag=5C9027C-CE5
Date: Fri, 21 Nov 2014 16:03:07 GMT
Call-ID: e8e93000-46f16249-f-3177f0a@10.127.33.3
CSeq: 101 INVITE
Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
Allow-Events: telephone-event
Remote-Party-ID: <sip:07848599599@10.127.32.129>;party=called;screen=yes;privacy=off
Contact: <sip:07848599599@10.127.32.129:5060;transport=tcp>
Supported: sdp-anat
Server: Cisco-SIPGateway/IOS-15.2.4.M6a
Content-Type: application/sdp
Content-Disposition: session;handling=required
Content-Length: 250

v=0
o=CiscoSystemsSIP-GW-UserAgent 9613 6843 IN IP4 10.127.32.129
s=SIP Call
c=IN IP4 10.127.32.129
t=0 0
m=audio 22500 RTP/AVP 8 101
c=IN IP4 10.127.32.129
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-15
a=ptime:20

*Nov 21 16:03:07.433 GMT: //2959/E8E93000-0001-0000-0000-000F03177F0A/SIP/Msg/ccsipDisplayMsg:
Received:
SIP/2.0 200 OK
Via: SIP/2.0/UDP XX.197.XX.188:5060;branch=z9hG4bK719399
To: <sip:07848599599@88.XX.XX.169>;tag=3625574618-717280
From: "Toprak x7550" <sip:+442038897550@XX.197.XX.188>;tag=5C90238-9E9
Call-ID: B79517A5-70CE11E4-A784FBC0-3BACF4BB@XX.197.XX.188
CSeq: 102 PRACK
Allow: CANCEL, ACK, INVITE, BYE, OPTIONS, NOTIFY, INFO, REFER, SUBSCRIBE, PRACK, UPDATE, MESSAGE, PUBLISH
Contact: <sip:07848599599@88.XX.XX.169:5060>
Content-Length: 0


*Nov 21 16:03:11.645 GMT: //2959/E8E93000-0001-0000-0000-000F03177F0A/SIP/Msg/ccsipDisplayMsg:
Received:
SIP/2.0 180 Ringing
Require: 100rel
Via: SIP/2.0/UDP XX.197.XX.188:5060;branch=z9hG4bK7182448
RSeq: 2
To: <sip:07848599599@88.XX.XX.169>;tag=3625574618-717280
From: "Toprak x7550" <sip:+442038897550@XX.197.XX.188>;tag=5C90238-9E9
Call-ID: B79517A5-70CE11E4-A784FBC0-3BACF4BB@XX.197.XX.188
CSeq: 101 INVITE
Allow: CANCEL, ACK, INVITE, BYE, OPTIONS, NOTIFY, INFO, REFER, SUBSCRIBE, PRACK, UPDATE, MESSAGE, PUBLISH
Contact: <sip:07848599599@88.XX.XX.169:5060>
Content-Length: 0


*Nov 21 16:03:11.645 GMT: //2958/E8E93000-0001-0000-0000-000F03177F0A/SIP/Msg/ccsipDisplayMsg:
Sent:
SIP/2.0 180 Ringing
Via: SIP/2.0/TCP 10.127.33.3:5060;branch=z9hG4bKede19562
From: "Toprak x7550" <sip:+442038897550@10.127.33.3>;tag=1614~011e7165-c217-6f7c-cc4f-b72f3ab7b02e-29093277
To: <sip:07848599599@10.127.32.129>;tag=5C9027C-CE5
Date: Fri, 21 Nov 2014 16:03:07 GMT
Call-ID: e8e93000-46f16249-f-3177f0a@10.127.33.3
CSeq: 101 INVITE
Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
Allow-Events: telephone-event
Remote-Party-ID: <sip:07848599599@10.127.32.129>;party=called;screen=no;privacy=off
Contact: <sip:07848599599@10.127.32.129:5060;transport=tcp>
Server: Cisco-SIPGateway/IOS-15.2.4.M6a
Content-Length: 0


*Nov 21 16:03:11.649 GMT: //2959/E8E93000-0001-0000-0000-000F03177F0A/SIP/Msg/ccsipDisplayMsg:
Sent:
PRACK sip:07848599599@88.XX.XX.169:5060 SIP/2.0
Via: SIP/2.0/UDP XX.197.XX.188:5060;branch=z9hG4bK71AD2B
From: "Toprak x7550" <sip:+442038897550@XX.197.XX.188>;tag=5C90238-9E9
To: <sip:07848599599@88.XX.XX.169>;tag=3625574618-717280
Date: Fri, 21 Nov 2014 16:03:07 GMT
Call-ID: B79517A5-70CE11E4-A784FBC0-3BACF4BB@XX.197.XX.188
CSeq: 103 PRACK
RAck: 2 101 INVITE
Allow-Events: telephone-event
Max-Forwards: 70
Content-Length: 0


*Nov 21 16:03:11.661 GMT: //2959/E8E93000-0001-0000-0000-000F03177F0A/SIP/Msg/ccsipDisplayMsg:
Received:
SIP/2.0 200 OK
Via: SIP/2.0/UDP XX.197.XX.188:5060;branch=z9hG4bK71AD2B
To: <sip:07848599599@88.XX.XX.169>;tag=3625574618-717280
From: "Toprak x7550" <sip:+442038897550@XX.197.XX.188>;tag=5C90238-9E9
Call-ID: B79517A5-70CE11E4-A784FBC0-3BACF4BB@XX.197.XX.188
CSeq: 103 PRACK
Allow: CANCEL, ACK, INVITE, BYE, OPTIONS, NOTIFY, INFO, REFER, SUBSCRIBE, PRACK, UPDATE, MESSAGE, PUBLISH
Contact: <sip:07848599599@88.XX.XX.169:5060>
Content-Length: 0


Regards,

Y.

Hi.

On dial-peer 1000 try this:

incoming called-number 020388975T

 

after that post the output of a debug voip dial-peer inout

 

Thanks

 

Regards

 

Carlo

Please rate all helpful posts "The more you help the more you learn"

Hi Carlo,

Thanks.

The result is still the same.

Please find below the output as requested

Dial peer 1000 isn't being matched.

 

xxx-xxxx-xxxx-xxxxxxxxxxxx/DPM/dpMatchSafModulePlugin:
   dialstring=NULL, saf_enabled=0, saf_dndb_lookup=0, dp_result=0
*Nov 21 17:14:08.089 GMT: //-1/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/DPM/dpMatchPeersCore:
   Calling Number=02038897551, Called Number=02038897551, Peer Info Type=DIALPEER_INFO_SPEECH
*Nov 21 17:14:08.089 GMT: //-1/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/DPM/dpMatchPeersCore:
   Match Rule=DP_MATCH_DEST; Called Number=02038897551
*Nov 21 17:14:08.089 GMT: //-1/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/DPM/dpMatchPeersCore:
   Result=Success(0) after DP_MATCH_DEST
*Nov 21 17:14:08.089 GMT: //-1/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/DPM/dpMatchSafModulePlugin:
   dialstring=02038897551, saf_enabled=1, saf_dndb_lookup=1, dp_result=0
*Nov 21 17:14:08.089 GMT: //-1/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/DPM/dpMatchPeersMoreArg:
   Result=SUCCESS(0)
   List of Matched Outgoing Dial-peer(s):
     1: Dial-peer Tag=1001
     2: Dial-peer Tag=1002
*Nov 21 17:14:08.089 GMT: //-1/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
   Calling Number=02038897500, Called Number=, Voice-Interface=0x0,
   Timeout=TRUE, Peer Encap Type=ENCAP_VOIP, Peer Search Type=PEER_TYPE_VOICE,
   Peer Info Type=DIALPEER_INFO_SPEECH
*Nov 21 17:14:08.089 GMT: //-1/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
   Result=Success(0) after DP_MATCH_ORIGINATE; Incoming Dial-peer=1001
*Nov 21 17:14:08.089 GMT: //-1/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/DPM/dpMatchSafModulePlugin:
   dialstring=NULL, saf_enabled=0, saf_dndb_lookup=0, dp_result=0
*Nov 21 17:14:08.093 GMT: //-1/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
   Calling Number=02038897500, Called Number=, Voice-Interface=0x0,
   Timeout=TRUE, Peer Encap Type=ENCAP_VOIP, Peer Search Type=PEER_TYPE_VOICE,
   Peer Info Type=DIALPEER_INFO_SPEECH
*Nov 21 17:14:08.093 GMT: //-1/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
   Result=Success(0) after DP_MATCH_ORIGINATE; Incoming Dial-peer=1001
*Nov 21 17:14:08.093 GMT: //-1/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/DPM/dpMatchSafModulePlugin:
   dialstring=NULL, saf_enabled=0, saf_dndb_lookup=0, dp_result=0
*Nov 21 17:14:08.093 GMT: //-1/A32DC48F-70D8-11E4-AC06-FBC03BACF4BB/DPM/dpAssociateIncomingPeerCore:
   Calling Number=02038897500, Called Number=02038897551, Voice-Interface=0x0,
   Timeout=TRUE, Peer Encap Type=ENCAP_VOIP, Peer Search Type=PEER_TYPE_VOICE,
   Peer Info Type=DIALPEER_INFO_SPEECH
*Nov 21 17:14:08.093 GMT: //-1/A32DC48F-70D8-11E4-AC06-FBC03BACF4BB/DPM/dpAssociateIncomingPeerCore:
   Result=Success(0) after DP_MATCH_INCOMING_DNIS; Incoming Dial-peer=1000
*Nov 21 17:14:08.093 GMT: //-1/A32DC48F-70D8-11E4-AC06-FBC03BACF4BB/DPM/dpMatchSafModulePlugin:
   dialstring=NULL, saf_enabled=0, saf_dndb_lookup=0, dp_result=0
*Nov 21 17:14:08.101 GMT: //-1/A32DC48F-70D8-11E4-AC06-FBC03BACF4BB/DPM/dpMatchPeersCore:
   Calling Number=, Called Number=02038897551, Peer Info Type=DIALPEER_INFO_SPEECH
*Nov 21 17:14:08.101 GMT: //-1/A32DC48F-70D8-11E4-AC06-FBC03BACF4BB/DPM/dpMatchPeersCore:
   Match Rule=DP_MATCH_DEST; Called Number=02038897551
*Nov 21 17:14:08.101 GMT: //-1/A32DC48F-70D8-11E4-AC06-FBC03BACF4BB/DPM/dpMatchPeersCore:
   Result=Success(0) after DP_MATCH_DEST
*Nov 21 17:14:08.101 GMT: //-1/A32DC48F-70D8-11E4-AC06-FBC03BACF4BB/DPM/dpMatchSafModulePlugin:
   dialstring=02038897551, saf_enabled=0, saf_dndb_lookup=1, dp_result=0
*Nov 21 17:14:08.101 GMT: //-1/A32DC48F-70D8-11E4-AC06-FBC03BACF4BB/DPM/dpMatchPeersMoreArg:
   Result=SUCCESS(0)
   List of Matched Outgoing Dial-peer(s):
     1: Dial-peer Tag=1001
     2: Dial-peer Tag=1002
*Nov 21 17:14:08.101 GMT: //-1/A32DC48F-70D8-11E4-AC06-FBC03BACF4BB/DPM/dpMatchPeersCore:
   Calling Number=, Called Number=02038897551, Peer Info Type=DIALPEER_INFO_SPEECH
*Nov 21 17:14:08.101 GMT: //-1/A32DC48F-70D8-11E4-AC06-FBC03BACF4BB/DPM/dpMatchPeersCore:
   Match Rule=DP_MATCH_DEST; Called Number=02038897551
*Nov 21 17:14:08.101 GMT: //-1/A32DC48F-70D8-11E4-AC06-FBC03BACF4BB/DPM/dpMatchPeersCore:
   Result=Success(0) after DP_MATCH_DEST
*Nov 21 17:14:08.101 GMT: //-1/A32DC48F-70D8-11E4-AC06-FBC03BACF4BB/DPM/dpMatchSafModulePlugin:
   dialstring=02038897551, saf_enabled=0, saf_dndb_lookup=1, dp_result=0
*Nov 21 17:14:08.101 GMT: //-1/A32DC48F-70D8-11E4-AC06-FBC03BACF4BB/DPM/dpMatchPeersMoreArg:
   Result=SUCCESS(0)
   List of Matched Outgoing Dial-peer(s):
     1: Dial-peer Tag=1001
     2: Dial-peer Tag=1002
*Nov 21 17:14:08.101 GMT: //-1/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/DPM/dpMatchPeersCore:
   Calling Number=02038897551, Called Number=02038897551, Peer Info Type=DIALPEER_INFO_SPEECH
*Nov 21 17:14:08.101 GMT: //-1/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/DPM/dpMatchPeersCore:
   Match Rule=DP_MATCH_DEST; Called Number=02038897551
*Nov 21 17:14:08.101 GMT: //-1/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/DPM/dpMatchPeersCore:
   Result=Success(0) after DP_MATCH_DEST
*Nov 21 17:14:08.101 GMT: //-1/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/DPM/dpMatchSafModulePlugin:
   dialstring=02038897551, saf_enabled=0, saf_dndb_lookup=1, dp_result=0
*Nov 21 17:14:08.101 GMT: //-1/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/DPM/dpMatchPeersMoreArg:
   Result=SUCCESS(0)
   List of Matched Outgoing Dial-peer(s):
     1: Dial-peer Tag=1001
     2: Dial-peer Tag=1002
*Nov 21 17:14:08.101 GMT: //-1/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
   Calling Number=02038897551, Called Number=, Voice-Interface=0x0,
   Timeout=TRUE, Peer Encap Type=ENCAP_VOIP, Peer Search Type=PEER_TYPE_VOICE,
   Peer Info Type=DIALPEER_INFO_SPEECH
*Nov 21 17:14:08.101 GMT: //-1/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
   Result=Success(0) after DP_MATCH_ORIGINATE; Incoming Dial-peer=1001
*Nov 21 17:14:08.101 GMT: //-1/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/DPM/dpMatchSafModulePlugin:
   dialstring=NULL, saf_enabled=0, saf_dndb_lookup=0, dp_result=0
*Nov 21 17:14:08.101 GMT: //-1/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
   Calling Number=02038897551, Called Number=, Voice-Interface=0x0,
   Timeout=TRUE, Peer Encap Type=ENCAP_VOIP, Peer Search Type=PEER_TYPE_VOICE,
   Peer Info Type=DIALPEER_INFO_SPEECH
*Nov 21 17:14:08.101 GMT: //-1/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
   Result=Success(0) after DP_MATCH_ORIGINATE; Incoming Dial-peer=1001
*Nov 21 17:14:08.101 GMT: //-1/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/DPM/dpMatchSafModulePlugin:
   dialstring=NULL, saf_enabled=0, saf_dndb_lookup=0, dp_result=0
*Nov 21 17:14:08.101 GMT: //-1/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/DPM/dpMatchPeersCore:
   Calling Number=, Called Number=02038897551, Peer Info Type=DIALPEER_INFO_SPEECH
*Nov 21 17:14:08.101 GMT: //-1/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/DPM/dpMatchPeersCore:
   Match Rule=DP_MATCH_DEST; Called Number=02038897551
*Nov 21 17:14:08.101 GMT: //-1/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/DPM/dpMatchPeersCore:
   Result=Success(0) after DP_MATCH_DEST
*Nov 21 17:14:08.101 GMT: //-1/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/DPM/dpMatchSafModulePlugin:
   dialstring=02038897551, saf_enabled=0, saf_dndb_lookup=1, dp_result=0
*Nov 21 17:14:08.101 GMT: //-1/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/DPM/dpMatchPeersMoreArg:
   Result=SUCCESS(0)
   List of Matched Outgoing Dial-peer(s):
     1: Dial-peer Tag=1001
     2: Dial-peer Tag=1002
*Nov 21 17:14:08.101 GMT: //-1/A32DC48F-70D8-11E4-AC06-FBC03BACF4BB/DPM/dpMatchPeersCore:
   Calling Number=, Called Number=02038897551, Peer Info Type=DIALPEER_INFO_SPEECH
*Nov 21 17:14:08.101 GMT: //-1/A32DC48F-70D8-11E4-AC06-FBC03BACF4BB/DPM/dpMatchPeersCore:
   Match Rule=DP_MATCH_DEST; Called Number=02038897551
*Nov 21 17:14:08.101 GMT: //-1/A32DC48F-70D8-11E4-AC06-FBC03BACF4BB/DPM/dpMatchPeersCore:
   Result=Success(0) after DP_MATCH_DEST
*Nov 21 17:14:08.101 GMT: //-1/A32DC48F-70D8-11E4-AC06-FBC03BACF4BB/DPM/dpMatchSafModulePlugin:
   dialstring=02038897551, saf_enabled=1, saf_dndb_lookup=1, dp_result=0
*Nov 21 17:14:08.101 GMT: //-1/A32DC48F-70D8-11E4-AC06-FBC03BACF4BB/DPM/dpMatchPeersMoreArg:
   Result=SUCCESS(0)


Regards,

Y

Hi

From the output we can see that DP 1000 is correctly matched 

  Calling Number=02038897500, Called Number=02038897551, Voice-Interface=0x0,
   Timeout=TRUE, Peer Encap Type=ENCAP_VOIP, Peer Search Type=PEER_TYPE_VOICE,
   Peer Info Type=DIALPEER_INFO_SPEECH
*Nov 21 17:14:08.093 GMT: //-1/A32DC48F-70D8-11E4-AC06-FBC03BACF4BB/DPM/dpAssociateIncomingPeerCore:
   Result=Success(0) after DP_MATCH_INCOMING_DNIS; Incoming Dial-peer=1000

 

There must be something on  Trunk config on CUCM.

 

Can you please post a screenshot of Trunk configuration on CUCM?

 

Thanks

 

Regards

 

 

Carlo

Please rate all helpful posts "The more you help the more you learn"

Thanks Carlo,

Must have missed that when going through the Debug output. Its been a long day and been starring at screens all day. Apologies.

Please find the trunk config page as requested.

 

Many Thanks,

Y

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: