cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1565
Views
0
Helpful
3
Replies

Delay in CME call through BRI ISDN

asharsidd
Level 1
Level 1

Hello,

I am working on a issue for a customer where when a caller makes an outbound call, there is a delay of 8-10seconds before the caller hears rinback tone. I have made interdigit timeout to 2 but still the same issue. Are there any settings which can reduce this time?

Some details:

==========

Cisco IOS Software, C2900 Software (C2900-UNIVERSALK9-M), Version 15.1(2)T1, RELEASE SOFTWARE (fc1)

Technical Support: http://www.cisco.com/techsupport

Copyright (c) 1986-2010 by Cisco Systems, Inc.

Compiled Wed 11-Aug-10 13:38 by prod_rel_team

ROM: System Bootstrap, Version 15.0(1r)M6, RELEASE SOFTWARE (fc1)

CTBRDCME01 uptime is 12 weeks, 6 days, 4 hours, 37 minutes

System returned to ROM by power-on

System restarted at 08:25:18 BST Fri May 20 2011

System image file is "flash0:c2900-universalk9-mz.SPA.151-2.T1.bin"

Last reload type: Normal Reload

This product contains cryptographic features and is subject to United

States and local country laws governing import, export, transfer and

use. Delivery of Cisco cryptographic products does not imply

third-party authority to import, export, distribute or use encryption.

Importers, exporters, distributors and users are responsible for

compliance with U.S. and local country laws. By using this product you

agree to comply with applicable laws and regulations. If you are unable

to comply with U.S. and local laws, return this product immediately.

A summary of U.S. laws governing Cisco cryptographic products may be found at:

http://www.cisco.com/wwl/export/crypto/tool/stqrg.html

If you require further assistance please contact us by sending email to

export@cisco.com.

Cisco CISCO2901/K9 (revision 1.0) with 466944K/57344K bytes of memory.

Processor board ID FHK143572X3

2 Gigabit Ethernet interfaces

2 ISDN Basic Rate interfaces

1 terminal line

2 Voice FXO interfaces

2 Voice FXS interfaces

1 Internal Services Module (ISM) with Services Ready Engine (SRE)

   Cisco Unity Express 8.0.2 in slot 0

DRAM configuration is 64 bits wide with parity enabled.

255K bytes of non-volatile configuration memory.

254464K bytes of ATA System CompactFlash 0 (Read/Write)

License Info:

License UDI:

-------------------------------------------------

Device#   PID                   SN

-------------------------------------------------

*0        CISCO2901/K9          FHK

Technology Package License Information for Module:'c2900'

----------------------------------------------------------------

Technology    Technology-package          Technology-package

              Current       Type          Next reboot

-----------------------------------------------------------------

ipbase        ipbasek9      Permanent     ipbasek9

security      None          None          None

uc            uck9          Permanent     uck9

data          None          None          None

Configuration register is 0x2102

!

voice-port 0/2/0

translation-profile incoming BT-ISDN-IN

compand-type a-law

cptone GB

description ### ISDN2e circuit ###

bearer-cap Speech

!

!

dial-peer voice 10 pots

description ** All Calls **

destination-pattern .T

progress_ind alert enable 8

progress_ind progress enable 8

progress_ind connect enable 8

port 0/2/0

forward-digits all

!

CONFIG (Version=8.1)

=====================

Version 8.1

Max phoneload sccp version 17

Max dspfarm sccp version 18

Cisco Unified Communications Manager Express

For on-line documentation please see:

http://www.cisco.com/en/US/products/sw/voicesw/ps4625/tsd_products_support_series_home.html

protocol mode default

ip source-address 10.63.3.110 port 2000

ip qos dscp:

ef (the MS 6 bits, 46, in ToS, 0xB8) for media

cs3 (the MS 6 bits, 24, in ToS, 0x60) for signal

af41 (the MS 6 bits, 34, in ToS, 0x88) for video

default (the MS 6 bits, 0, in ToS, 0x0) for serviceservice directed-pickup

no auto-reg-ephone

load 7921 CP7921G-1.3.4

max-ephones 20

max-dn 50

max-conferences 8 gain -6

dspfarm units 0

dspfarm transcode sessions 0

conference software

privacy

no privacy-on-hold

hunt-group report delay 1 hours

hunt-group logout DND

max-redirect 10

voicemail 249

cnf-file location: flash:

cnf-file option: PER-PHONE

network-locale[0] US   (This is the default network locale for this box)

network-locale[1] US

network-locale[2] US

network-locale[3] US

network-locale[4] US

user-locale[0] US    (This is the default user locale for this box)

user-locale[1] US

user-locale[2] US

user-locale[3] US

user-locale[4] US

srst mode auto-provision is OFF

srst ephone template is 0

srst dn template is 0

srst dn line-mode single

phone service thumbButton1 PTTH3

time-format 24

date-format dd-mm-yy

timezone 21 GMT Standard/Daylight Time

secondary-dialtone 9

url services http://10.63.x.x/voiceview/common/login.do

url authentication http://10.63.x.x/CCMCIP/authenticate.asp

call-forward pattern .T

call-forward system redirecting-expanded

transfer-pattern 9.T

keepalive 30 auxiliary 30

timeout interdigit 2

timeout busy 10

timeout ringing 180

timeout transfer-recall 0

timeout ringin-callerid 8

timeout night-service-bell 12

caller-id name-only: enable

system message The House Telephony

edit DN through Web:  enabled.

edit TIME through web:  disabled.

Log (table parameters):

     max-size: 150

     retain-timer: 15

create cnf-files version-stamp Jan 01 2002 00:00:00

transfer-system full-consult

transfer-digit-collect new-call

local directory service: enabled.

Extension-assigner tag-type ephone-tag.

3 Replies 3

phooghen
Cisco Employee
Cisco Employee

Please provide some debugging information for ISDN by turning the "debug isdn q931" on the CME.

Hello,

You need to ajust the pattern digit length for each dial-peer posts for outbound calls.

regards

Hi,

I the UK we have a variable length numbering scheme.

You weill need to write your dial peers for out going
calls to match at least the most common tye patterns or
rely on the T302 timer

Something like this :-

!
dial-peer voice 101 pots
description ** EMERGENCY **
destination-pattern 999
progress_ind alert enable 8
progress_ind progress enable 8
progress_ind connect enable 8
port 0/2/0
forward-digits all
!
!
dial-peer voice 102 pots
description ** EMERGENCY **
destination-pattern 112
progress_ind alert enable 8
progress_ind progress enable 8
progress_ind connect enable 8
port 0/2/0
forward-digits all
!
!
dial-peer voice 103 pots
description ** NATIONAL **
destination-pattern 0[1-2].........
progress_ind alert enable 8
progress_ind progress enable 8
progress_ind connect enable 8
port 0/2/0
forward-digits all
!
!
dial-peer voice 104 pots
description ** MOBILE **
destination-pattern 07.........
progress_ind alert enable 8
progress_ind progress enable 8
progress_ind connect enable 8
port 0/2/0
forward-digits all
!
! etc etc
!
dial-peer voice 111 pots
description ** INTERNATIONAL **
destination-pattern 00T
progress_ind alert enable 8
progress_ind progress enable 8
progress_ind connect enable 8
port 0/2/0
forward-digits all
!

Regards, Alex. Please rate 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: