cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1415
Views
435
Helpful
15
Replies

ISR4331 Digit Stripping

jeremiah.cox2
Level 1
Level 1

I am trying to make outbound calls through my ISR4331 with CUCM 12.5. This site is set the same as the rest all of which work. However this one is not stripping off the "7" CUCM designates for outside line. Internal 4-digit dialing works fine. Below is my dial peer. A debug shows the call coming from my softphone configured as at this site, but it is forwarding the 7xxx-xxxx or 71xxx-xxx-xxxx which causes the carrier to reject.

 

dial-peer voice 100 pots
destination-pattern 7T
incoming called-number .
direct-inward-dial
port 0/1/0:23

 

Any thoughts or pointers are very welcome!

1 Accepted Solution

Accepted Solutions

This explains why it does not strip any digits and also why dial peer 0 is seen in the debug.

With MGCP you’ll have to “instruct” the gateway to do the number manipulation with configuration in CM. You can do that on the route pattern, route list/route group details, on the gateway object or with transformation patterns. However you can not do it on multiple places as there is an order of operation, but that’s an all together difference topic.



Response Signature


View solution in original post

15 Replies 15

A POTS dial peer should per default strip any explicit matched digits. As I'm a control freak of sort I seldom use the default for this, but use a voice translation profile, with rule(s) to drop or otherwise modify the called and/or calling number to match the requirements there is.

For your specific use case you could do this.

dial-peer voice 100 pots
 no digit-strip
!
voice translation-rule 40
 rule 1 /^7\(.*\)/ /\1/
!
voice translation-profile PSTN-OUT
 translate called 40
!
voice-port 0/1/0:23
 translation-profile outgoing PSTN-OUT
 

As you say that this is working on other gateways, do these use the exact same version of IOS, or are there differences?



Response Signature


I did remove my dial-peer 100 as listed above and entered the new dial peer as shown. The debug is still showing the 7 in the outbound dial with call rejected.

 

Do you think the ios version should be downgraded to 16 to match the other gateways?

I did not say that you should remove your dial peer 100. My suggestion was a change catered to your current setup.



Response Signature


Once you have the correct configuration in place please post the output from these debugs running in parallel.

  • debug voip ccapi inout
  • debug voip translation
  • debug voip dialpeer
  • debug isdn q931

 



Response Signature


000531: Mar 9 09:32:58.291 EST: //-1/xxxxxxxxxxxx/CCAPI/ccIFCallSetupRequestPrivate:
Interface=0x7F082EB72EF8, Interface Type=6, Destination=, Mode=0x9,
Call Params(Calling Number=,(Calling Name=)(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed),
Called Number=(TON=Unknown, NPI=Unknown), Calling Translated=FALSE,
Subscriber Type Str=, FinalDestinationFlag=FALSE, Outgoing Dial-peer=0, Call Count On=FALSE,
Source Trkgrp Route Label=, Target Trkgrp Route Label=, tg_label_flag=0, Application Call Id=D000000003bfebf2000000F500000009)
000532: Mar 9 09:32:58.291 EST: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:

000533: Mar 9 09:32:58.291 EST: :cc_get_feature_vsa malloc success
000534: Mar 9 09:32:58.291 EST: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:

000535: Mar 9 09:32:58.291 EST: cc_get_feature_vsa count is 1
000536: Mar 9 09:32:58.291 EST: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:

000537: Mar 9 09:32:58.291 EST: :FEATURE_VSA attributes are: feature_name:0,feature_time:139673118564324,feature_id:17
000538: Mar 9 09:32:58.291 EST: //17/A6660FF6800A/CCAPI/ccIFCallSetupRequestPrivate:
SPI Call Setup Request Is Success; Interface Type=6, FlowMode=1
000539: Mar 9 09:32:58.291 EST: //17/A6660FF6800A/CCAPI/ccCallSetContext:
Context=0x7F082F21F298
000540: Mar 9 09:32:58.292 EST: //-1/xxxxxxxxxxxx/CCAPI/ccIFCallSetupRequestPrivate:
Interface=0x7F082BC23D08, Interface Type=9, Destination=0.0.0.0, Mode=0x9,
Call Params(Calling Number=,(Calling Name=)(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed),
Called Number=(TON=Unknown, NPI=Unknown), Calling Translated=FALSE,
Subscriber Type Str=, FinalDestinationFlag=FALSE, Outgoing Dial-peer=0, Call Count On=TRUE,
Source Trkgrp Route Label=, Target Trkgrp Route Label=, tg_label_flag=0, Application Call Id=D000000003bfebf2000000F500000009)
000541: Mar 9 09:32:58.292 EST: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:

000542: Mar 9 09:32:58.292 EST: :cc_get_feature_vsa malloc success
000543: Mar 9 09:32:58.292 EST: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:

000544: Mar 9 09:32:58.292 EST: cc_get_feature_vsa count is 2
000545: Mar 9 09:32:58.292 EST: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:

000546: Mar 9 09:32:58.292 EST: :FEATURE_VSA attributes are: feature_name:0,feature_time:139673118564100,feature_id:18
000547: Mar 9 09:32:58.292 EST: //18/A6660FF6800A/CCAPI/ccIFCallSetupRequestPrivate:
SPI Call Setup Request Is Success; Interface Type=9, FlowMode=1
000548: Mar 9 09:32:58.292 EST: //18/A6660FF6800A/CCAPI/ccCallSetContext:
Context=0x7F082F21F1D0
000549: Mar 9 09:32:58.293 EST: //18/A6660FF6800A/CCAPI/cc_api_call_connected:
Interface=0x7F082BC23D08, Data Bitmask=0x0, Progress Indication=NULL(0),
Connection Handle=0
000550: Mar 9 09:32:58.293 EST: //18/A6660FF6800A/CCAPI/cc_api_call_connected:
Call Entry(Connected=TRUE, Responsed=TRUE, Retry Count=0)
000551: Mar 9 09:32:58.294 EST: //17/A6660FF6800A/CCAPI/cc_api_call_proceeding:
Interface=0x7F082EB72EF8, Progress Indication=NULL(0)
000552: Mar 9 09:32:58.294 EST: //17/A6660FF6800A/CCAPI/cc_api_call_connected:
Interface=0x7F082EB72EF8, Data Bitmask=0x1, Progress Indication=DESTINATION IS NON ISDN(2),
Connection Handle=0
000553: Mar 9 09:32:58.295 EST: //17/A6660FF6800A/CCAPI/cc_api_call_connected:
Call Entry(Connected=TRUE, Responsed=TRUE, Retry Count=0)
000554: Mar 9 09:32:58.295 EST: //17/A6660FF6800A/CCAPI/ccCallModify:
Nominator=0x1000, Params=0x7F082F05AD18, Call Id=17
000555: Mar 9 09:32:58.295 EST: //17/A6660FF6800A/CCAPI/ccCallReportDigits:
(callID=0x11, digit_event=0x1, enable=TRUE, consume=FALSE)
000556: Mar 9 09:32:58.295 EST: //17/A6660FF6800A/CCAPI/ccCallReportDigits:
Enabled=TRUE, Call Id=17
000557: Mar 9 09:32:58.295 EST: //17/A6660FF6800A/CCAPI/cc_api_call_report_digits_done:
(vdbPtr=0x7F082EB72EF8, callID=0x11, disp=0, digit_event=0x1, enable=TRUE, consume=FALSE)
000558: Mar 9 09:32:58.295 EST: //17/A6660FF6800A/CCAPI/cc_api_call_report_digits_done:
Enabled=TRUE, Disposition=0x0, Interface=0x7F082EB72EF8, Call Id=17
000559: Mar 9 09:32:58.295 EST: //17/A6660FF6800A/CCAPI/cc_api_call_report_digits_done:
Call Entry(Initial Digit Timeout=15000(ms), Inter Digit Timeout=10000(ms))
000560: Mar 9 09:32:58.295 EST: //17/A6660FF6800A/CCAPI/ccConferenceCreate:
(confID=0xFFFFFFFFFFFFFFFF, callID1=0x11, gcid=0-0-0-0, tag=0x0)
000561: Mar 9 09:32:58.295 EST: //18/A6660FF6800A/CCAPI/ccConferenceCreate:
(confID=0xFFFFFFFFFFFFFFFF, callID2=0x12, gcid=0-0-0-0, tag=0x0)
000562: Mar 9 09:32:58.295 EST: //17/A6660FF6800A/CCAPI/ccConferenceCreate:
Conference Id=0xFFFFFFFFFFFFFFFF, Call Id1=17, Call Id2=18, Tag=0x0
000563: Mar 9 09:32:58.296 EST: //17/A6660FF6800A/CCAPI/cc_api_bridge_done:
Conference Id=0x9, Source Interface=0x7F082EB72EF8, Source Call Id=17,
Destination Call Id=18, Disposition=0x0, Tag=0xFFFFFFFFFFFFFFFF
000564: Mar 9 09:32:58.296 EST: //18/xxxxxxxxxxxx/CCAPI/cc_api_get_xcode_stream:

000565: Mar 9 09:32:58.296 EST: cc_api_get_xcode_stream : 5013
000566: Mar 9 09:32:58.296 EST: //18/xxxxxxxxxxxx/CCAPI/cc_api_ha_call_active_notify:

000567: Mar 9 09:32:58.296 EST: call_info mainst_callID:0x12, peer_callID:0x11, confID:0x9, spi_type:6, media_flo_thru:1,num_streams:1, swmtpmsp_present:0

000568: Mar 9 09:32:58.296 EST: //18/xxxxxxxxxxxx/CCAPI/cc_api_ha_call_active_notify:

000569: Mar 9 09:32:58.296 EST: stream[0]: callid:0x12, media_passthrough:0
000570: Mar 9 09:32:58.296 EST: //18/A6660FF6800A/CCAPI/cc_api_bridge_done:
Conference Id=0x9, Source Interface=0x7F082BC23D08, Source Call Id=18,
Destination Call Id=17, Disposition=0x0, Tag=0x0
000571: Mar 9 09:32:58.296 EST: //17/A6660FF6800A/CCAPI/cc_generic_bridge_done:
Conference Id=0x9, Source Interface=0x7F082BC23D08, Source Call Id=18,
Destination Call Id=17, Disposition=0x0, Tag=0x0
000572: Mar 9 09:32:58.296 EST: //17/A6660FF6800A/CCAPI/ccConferenceCreate:
Call Entry(Conference Id=0x9, Destination Call Id=18)
000573: Mar 9 09:32:58.296 EST: //18/A6660FF6800A/CCAPI/ccConferenceCreate:
Call Entry(Conference Id=0x9, Destination Call Id=17)
000574: Mar 9 09:32:58.296 EST: //17/A6660FF6800A/CCAPI/ccConferenceCreate:

000575: Mar 9 09:32:58.296 EST: confID:0x9; callEntry1 callID1:0x11, type:6; callEntry2 callID2:0x12, type:9

000576: Mar 9 09:32:58.297 EST: //17/A6660FF6800A/CCAPI/cc_api_caps_ind:

000577: Mar 9 09:32:58.297 EST: voice_rtp_nse_payload 0, voice_rtp_sse_payload 118 voice_sprt_payload 120
000578: Mar 9 09:32:58.297 EST: //17/A6660FF6800A/CCAPI/cc_api_caps_ind:

000579: Mar 9 09:32:58.297 EST: sprt_latency 200, sprt_retries 12
000580: Mar 9 09:32:58.297 EST: //17/A6660FF6800A/CCAPI/cc_api_caps_ind:
Destination Interface=0x7F082BC23D08, Destination Call Id=18, Source Call Id=17,
Caps(Codec=0x1, Fax Rate=0x1, Fax Version:=0, Vad=0x1,
Modem=0x2, Codec Bytes=20, Signal Type=3)
000581: Mar 9 09:32:58.297 EST: //17/A6660FF6800A/CCAPI/cc_api_caps_ind:
Caps(Playout Mode=1, Playout Initial=60(ms), Playout Min=40(ms),
Playout Max=1000(ms), Fax Nom=300(ms))
000582: Mar 9 09:32:58.297 EST: //18/xxxxxxxxxxxx/CCAPI/cc_api_get_xcode_stream:

000583: Mar 9 09:32:58.297 EST: cc_api_get_xcode_stream : 5013
000584: Mar 9 09:32:58.297 EST: //18/A6660FF6800A/CCAPI/cc_api_caps_ind:

000585: Mar 9 09:32:58.297 EST: voice_rtp_nse_payload 100, voice_rtp_sse_payload 118 voice_sprt_payload 120
000586: Mar 9 09:32:58.297 EST: //18/A6660FF6800A/CCAPI/cc_api_caps_ind:

000587: Mar 9 09:32:58.297 EST: sprt_latency 200, sprt_retries 12
000588: Mar 9 09:32:58.297 EST: //18/A6660FF6800A/CCAPI/cc_api_caps_ind:
Destination Interface=0x7F082EB72EF8, Destination Call Id=17, Source Call Id=18,
Caps(Codec=0x1, Fax Rate=0x2, Fax Version:=0, Vad=0x1,
Modem=0x2, Codec Bytes=160, Signal Type=2)
000589: Mar 9 09:32:58.297 EST: //18/A6660FF6800A/CCAPI/cc_api_caps_ind:
Caps(Playout Mode=1, Playout Initial=60(ms), Playout Min=40(ms),
Playout Max=1000(ms), Fax Nom=300(ms))
000590: Mar 9 09:32:58.298 EST: //18/A6660FF6800A/CCAPI/cc_api_caps_ack:
Destination Interface=0x7F082EB72EF8, Destination Call Id=17, Source Call Id=18,
Caps(Codec=g711ulaw(0x1), Fax Rate=FAX_RATE_VOICE(0x2), Fax Version:=0, Vad=OFF(0x1),
Modem=ON(0x2), Codec Bytes=160, Signal Type=2, Seq Num Start=5848)
000591: Mar 9 09:32:58.298 EST: //17/A6660FF6800A/CCAPI/cc_api_caps_ack:
Destination Interface=0x7F082BC23D08, Destination Call Id=18, Source Call Id=17,
Caps(Codec=g711ulaw(0x1), Fax Rate=FAX_RATE_VOICE(0x2), Fax Version:=0, Vad=OFF(0x1),
Modem=ON(0x2), Codec Bytes=160, Signal Type=2, Seq Num Start=5848)
000592: Mar 9 09:32:58.300 EST: //17/A6660FF6800A/CCAPI/cc_api_call_modify_done:
Result=0, Interface=0x7F082EB72EF8, Call Id=17
000593: Mar 9 09:32:58.301 EST: //17/A6660FF6800A/CCAPI/cc_api_voice_mode_event:
Call Id=17
000594: Mar 9 09:32:58.301 EST: //17/A6660FF6800A/CCAPI/cc_api_voice_mode_event:
Call Entry(Context=0x7F082F21F298)
000595: Mar 9 09:32:58.301 EST: //17/A6660FF6800A/CCAPI/cc_process_notify_bridge_done:
Conference Id=0x9, Call Id1=17, Call Id2=18
000596: Mar 9 09:32:58.302 EST: //17/A6660FF6800A/CCAPI/ccSetDigitTimeouts:
Initial Digit Timeout=4000(ms), Inter Digit Timeout=4000(ms)
000597: Mar 9 09:32:58.302 EST: //17/A6660FF6800A/CCAPI/ccSetDigitTimeouts:
Call Entry(Inter Digit Timeout=4000(ms), Initial Digit Timeout=4000(ms))
000598: Mar 9 09:32:58.302 EST: //17/A6660FF6800A/CCAPI/ccRestartDigitTimeoutMsec:
Digit Timeout=0, Call Id=17
000599: Mar 9 09:32:58.302 EST: //17/A6660FF6800A/CCAPI/ccCallReportDigits:
(callID=0x11, digit_event=0x1, enable=TRUE, consume=FALSE)
000600: Mar 9 09:32:58.302 EST: //17/A6660FF6800A/CCAPI/ccCallReportDigits:
Enabled=TRUE, Call Id=17
000601: Mar 9 09:32:58.302 EST: //17/A6660FF6800A/CCAPI/cc_api_call_report_digits_done:
(vdbPtr=0x7F082EB72EF8, callID=0x11, disp=0, digit_event=0x1, enable=TRUE, consume=FALSE)
000602: Mar 9 09:32:58.302 EST: //17/A6660FF6800A/CCAPI/cc_api_call_report_digits_done:
Enabled=TRUE, Disposition=0x0, Interface=0x7F082EB72EF8, Call Id=17
000603: Mar 9 09:32:58.302 EST: //17/A6660FF6800A/CCAPI/cc_api_call_report_digits_done:
Call Entry(Initial Digit Timeout=4000(ms), Inter Digit Timeout=4000(ms))
000604: Mar 9 09:32:58.315 EST: ISDN Se0/1/0:23 Q931: TX -> SETUP pd = 8 callref = 0x0009
Bearer Capability i = 0x8090A2
Standard = CCITT
Transfer Capability = Speech
Transfer Mode = Circuit
Transfer Rate = 64 kbit/s
Channel ID i = 0xA98397
Exclusive, Channel 23
Calling Party Number i = 0x0081, '5673025952'
Plan:Unknown, Type:Unknown
Called Party Number i = 0x80, '73025951'
Plan:Unknown, Type:Unknown
000605: Mar 9 09:32:58.336 EST: ISDN Se0/1/0:23 Q931: RX <- CALL_PROC pd = 8 callref = 0x8009
Channel ID i = 0xA98397
Exclusive, Channel 23
000606: Mar 9 09:32:58.386 EST: //17/A6660FF6800A/CCAPI/ccCallModifyExtended:
Nominator=0x7F082F05ADA0, Params=0x7F082F05A988, Call Id=17
000607: Mar 9 09:32:58.386 EST: //18/A6660FF6800A/CCAPI/ccCallModify:
Nominator=0x18E30, Params=0x7F082F05A168, Call Id=18
000608: Mar 9 09:32:58.387 EST: //17/A6660FF6800A/CCAPI/cc_api_call_modify_done:
Result=0, Interface=0x7F082EB72EF8, Call Id=17
000609: Mar 9 09:32:58.388 EST: //18/xxxxxxxxxxxx/CCAPI/cc_api_get_xcode_stream:

000610: Mar 9 09:32:58.388 EST: cc_api_get_xcode_stream : 5013
000611: Mar 9 09:32:58.388 EST: //18/xxxxxxxxxxxx/CCAPI/cc_api_get_xcode_stream:

000612: Mar 9 09:32:58.388 EST: cc_api_get_xcode_stream : 5013
000613: Mar 9 09:32:58.388 EST: //18/A6660FF6800A/CCAPI/cc_api_call_modify_done:
Result=0, Interface=0x7F082BC23D08, Call Id=18
000614: Mar 9 09:32:58.388 EST: //18/xxxxxxxxxxxx/CCAPI/cc_api_ha_call_active_notify:

000615: Mar 9 09:32:58.388 EST: call_info mainst_callID:0x12, peer_callID:0x11, confID:0x9, spi_type:6, media_flo_thru:1,num_streams:1, swmtpmsp_present:0

000616: Mar 9 09:32:58.388 EST: //18/xxxxxxxxxxxx/CCAPI/cc_api_ha_call_active_notify:

000617: Mar 9 09:32:58.389 EST: stream[0]: callid:0x12, media_passthrough:0
000618: Mar 9 09:32:58.822 EST: ISDN Se0/1/0:23 Q931: RX <- DISCONNECT pd = 8 callref = 0x8009
Cause i = 0x8295 - Call rejected
000619: Mar 9 09:32:58.837 EST: //17/A6660FF6800A/CCAPI/ccCallModifyExtended:
Nominator=0x7F082F05ADA0, Params=0x7F082F05A988, Call Id=17
000620: Mar 9 09:32:58.837 EST: //18/A6660FF6800A/CCAPI/ccCallModify:
Nominator=0x800, Params=0x7F082F05A168, Call Id=18
000621: Mar 9 09:32:58.838 EST: //17/A6660FF6800A/CCAPI/cc_api_call_modify_done:
Result=0, Interface=0x7F082EB72EF8, Call Id=17
000622: Mar 9 09:32:58.838 EST: //18/xxxxxxxxxxxx/CCAPI/cc_api_get_xcode_stream:

000623: Mar 9 09:32:58.838 EST: cc_api_get_xcode_stream : 5013
000624: Mar 9 09:32:58.838 EST: //18/xxxxxxxxxxxx/CCAPI/cc_api_get_xcode_stream:

000625: Mar 9 09:32:58.838 EST: cc_api_get_xcode_stream : 5013
000626: Mar 9 09:32:58.839 EST: //18/A6660FF6800A/CCAPI/cc_api_call_modify_done:
Result=0, Interface=0x7F082BC23D08, Call Id=18
000627: Mar 9 09:32:58.839 EST: //18/xxxxxxxxxxxx/CCAPI/cc_api_ha_call_active_notify:

000628: Mar 9 09:32:58.839 EST: call_info mainst_callID:0x12, peer_callID:0x11, confID:0x9, spi_type:6, media_flo_thru:1,num_streams:1, swmtpmsp_present:0

000629: Mar 9 09:32:58.839 EST: //18/xxxxxxxxxxxx/CCAPI/cc_api_ha_call_active_notify:

000630: Mar 9 09:32:58.839 EST: stream[0]: callid:0x12, media_passthrough:0
000631: Mar 9 09:32:58.854 EST: //17/A6660FF6800A/CCAPI/ccCallReportDigits:
(callID=0x11, digit_event=0x0, enable=FALSE, consume=FALSE)
000632: Mar 9 09:32:58.854 EST: //17/A6660FF6800A/CCAPI/ccCallReportDigits:
Enabled=TRUE, Call Id=17
000633: Mar 9 09:32:58.855 EST: //17/A6660FF6800A/CCAPI/cc_api_call_report_digits_done:
(vdbPtr=0x7F082EB72EF8, callID=0x11, disp=0, digit_event=0x0, enable=FALSE, consume=FALSE)
000634: Mar 9 09:32:58.855 EST: //17/A6660FF6800A/CCAPI/cc_api_call_report_digits_done:
Enabled=TRUE, Disposition=0x0, Interface=0x7F082EB72EF8, Call Id=17
000635: Mar 9 09:32:58.855 EST: //17/A6660FF6800A/CCAPI/cc_api_call_report_digits_done:
Call Entry(Initial Digit Timeout=4000(ms), Inter Digit Timeout=4000(ms))
000636: Mar 9 09:32:58.855 EST: //18/A6660FF6800A/CCAPI/ccGetCallStatistics:
Call Stats=0x7F082703D250, Call Id=18
000637: Mar 9 09:32:58.855 EST: //17/A6660FF6800A/CCAPI/ccConferenceDestroy:
Conference Id=0x9, Tag=0x0
000638: Mar 9 09:32:58.855 EST: //17/A6660FF6800A/CCAPI/ccConferenceDestroy:

000639: Mar 9 09:32:58.855 EST: confID:0x9; callEntry1 callID1:0x11, type:6; callEntry2 callID2:0x12, type:9

000640: Mar 9 09:32:58.855 EST: //17/A6660FF6800A/CCAPI/cc_api_bridge_drop_done:
Conference Id=0x9, Source Interface=0x7F082EB72EF8, Source Call Id=17,
Destination Call Id=18, Disposition=0x0, Tag=0x0
000641: Mar 9 09:32:58.856 EST: //18/xxxxxxxxxxxx/CCAPI/cc_api_get_xcode_stream:

000642: Mar 9 09:32:58.856 EST: cc_api_get_xcode_stream : 5013
000643: Mar 9 09:32:58.856 EST: //18/xxxxxxxxxxxx/CCAPI/cc_api_get_xcode_stream:

000644: Mar 9 09:32:58.856 EST: cc_api_get_xcode_stream : 5013
000645: Mar 9 09:32:58.856 EST: //18/A6660FF6800A/CCAPI/cc_api_bridge_drop_done:
Conference Id=0x9, Source Interface=0x7F082BC23D08, Source Call Id=18,
Destination Call Id=17, Disposition=0x0, Tag=0x0
000646: Mar 9 09:32:58.856 EST: //17/A6660FF6800A/CCAPI/cc_generic_bridge_done:
Conference Id=0x9, Source Interface=0x7F082BC23D08, Source Call Id=18,
Destination Call Id=17, Disposition=0x0, Tag=0x0
000647: Mar 9 09:32:58.856 EST: //17/A6660FF6800A/CCAPI/ccCallDisconnect:
Cause Value=16, Tag=0x0, Call Entry(Previous Disconnect Cause=0, Disconnect Cause=0)
000648: Mar 9 09:32:58.856 EST: //17/A6660FF6800A/CCAPI/ccCallDisconnect:
Cause Value=16, Call Entry(Responsed=TRUE, Cause Value=16)
000649: Mar 9 09:32:58.856 EST: //17/A6660FF6800A/CCAPI/cc_api_get_transfer_info:
Transfer Number=NULL
000650: Mar 9 09:32:58.856 EST: //18/A6660FF6800A/CCAPI/ccCallDisconnect:
Cause Value=16, Tag=0x0, Call Entry(Previous Disconnect Cause=0, Disconnect Cause=0)
000651: Mar 9 09:32:58.857 EST: //18/A6660FF6800A/CCAPI/ccCallDisconnect:
Cause Value=16, Call Entry(Responsed=TRUE, Cause Value=16)
000652: Mar 9 09:32:58.858 EST: //18/A6660FF6800A/CCAPI/cc_api_nw_stats:
Call Stats=0x7F082EC46D30, Call Id=18
000653: Mar 9 09:32:58.868 EST: ISDN Se0/1/0:23 Q931: TX -> RELEASE pd = 8 callref = 0x0009
000654: Mar 9 09:32:58.880 EST: ISDN Se0/1/0:23 Q931: RX <- RELEASE_COMP pd = 8 callref = 0x8009
000655: Mar 9 09:32:58.882 EST: //18/A6660FF6800A/CCAPI/cc_api_call_disconnect_done:
Disposition=0, Interface=0x7F082BC23D08, Tag=0x0, Call Id=18,
Call Entry(Disconnect Cause=16, Voice Class Cause Code=0, Retry Count=0)
000656: Mar 9 09:32:58.882 EST: //-1/A6660FF6800A/RXRULE/regxrule_stack_pop_callinfo_internal: numinfo=0x0
000657: Mar 9 09:32:58.882 EST: //18/A6660FF6800A/CCAPI/cc_api_call_disconnect_done:
Call Disconnect Event Sent
000658: Mar 9 09:32:58.882 EST: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:

000659: Mar 9 09:32:58.882 EST: :cc_free_feature_vsa freeing 7F082E9DDEF8
000660: Mar 9 09:32:58.882 EST: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:

000661: Mar 9 09:32:58.882 EST: vsacount in free is 1
000662: Mar 9 09:32:58.902 EST: //17/A6660FF6800A/CCAPI/cc_api_call_disconnect_done:
Disposition=0, Interface=0x7F082EB72EF8, Tag=0x0, Call Id=17,
Call Entry(Disconnect Cause=16, Voice Class Cause Code=0, Retry Count=0)
000663: Mar 9 09:32:58.902 EST: //-1/A6660FF6800A/RXRULE/regxrule_stack_pop_callinfo_internal: numinfo=0x0
000664: Mar 9 09:32:58.902 EST: //17/A6660FF6800A/CCAPI/cc_api_call_disconnect_done:
Call Disconnect Event Sent
000665: Mar 9 09:32:58.903 EST: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:

000666: Mar 9 09:32:58.903 EST: :cc_free_feature_vsa freeing 7F082E9DDFD8
000667: Mar 9 09:32:58.903 EST: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:

000668: Mar 9 09:32:58.903 EST: vsacount in free is 0

How is your gateway setup in CM? Is it a SIP trunk or an MGCP controlled gateway?



Response Signature


This explains why it does not strip any digits and also why dial peer 0 is seen in the debug.

With MGCP you’ll have to “instruct” the gateway to do the number manipulation with configuration in CM. You can do that on the route pattern, route list/route group details, on the gateway object or with transformation patterns. However you can not do it on multiple places as there is an order of operation, but that’s an all together difference topic.



Response Signature


Re-did my route patterns on CUCM for that partition. Outbound is now working. Thank you so much for all your help!

 
 
 

Bearer Capability i = 0x8090A2
Standard = CCITT
Transfer Capability = Speech
Transfer Mode = Circuit
Transfer Rate = 64 kbit/s
Channel ID i = 0xA98397
Exclusive, Channel 23
Calling Party Number i = 0x0081, '5673025952'
Plan:Unknown, Type:Unknown
Called Party Number i = 0xA1, '12483042280'
Plan:ISDN, Type:National
000479: *Mar 9 14:39:22.607 EST: ISDN Se0/1/0:23 Q931: RX <- CALL_PROC pd = 8 callref = 0x8002
Channel ID i = 0xA98397
Exclusive, Channel 23
000480: *Mar 9 14:39:24.427 EST: ISDN Se0/1/0:23 Q931: RX <- ALERTING pd = 8 callref = 0x8002
Progress Ind i = 0x8188 - In-band info or appropriate now available
000481: *Mar 9 14:39:40.501 EST: ISDN Se0/1/0:23 Q931: RX <- CONNECT pd = 8 callref = 0x8002
Connected Number i = 0x8080, '12483042280'
000482: *Mar 9 14:39:40.520 EST: ISDN Se0/1/0:23 Q931: TX -> CONNECT_ACK pd = 8 callref = 0x0002
000483: *Mar 9 14:39:54.496 EST: ISDN Se0/1/0:23 Q931: TX -> DISCONNECT pd = 8 callref = 0x0002
Cause i = 0x8090 - Normal call clearing
000484: *Mar 9 14:39:54.509 EST: ISDN Se0/1/0:23 Q931: RX <- RELEASE pd = 8 callref = 0x8002
000485: *Mar 9 14:39:54.538 EST: ISDN Se0/1/0:23 Q931: TX -> RELEASE_COMP pd = 8 callref = 0x0002

Please share screenshots of the applicable RP, RL/RG detail and the gateway object. Also share screenshots of any called party transformation patterns that you might use.



Response Signature


jeremiah.cox2
Level 1
Level 1

The gateway with issue is version 17.3.2. Others are variable versions of 16.

You should always, at least in my view, use 1 standard defined version of IOS. Yes you can downgrade the IOS on a gateway, but please bear in mind that you might want to verify that all the configuration is intact once you do this. This as a matter of fact also holds true for any upgrades of IOS. It is always advisable to check the running configuration after the gateways gets back from the reboot.



Response Signature


In the debug I see this: "Outgoing Dial-peer=0". I think that means this call isn't hitting the dial peer you think it is. As @Roger Kallberg mentioned, the default for a POTS dial peer is to not forward explicitly matched digits. The fact that the gateway wasn't doing this made me think the call wasn't matching the peer you listed even before seeing that in the debug. After the call attempt, try this command: "show call his vo br | i pid". That will show you the history and the peers that were matched as "pid:". That should help you determine why it isn't acting the way you wish.