Call to translation pattern took longer to reach the translated DN

I translated 0 > 9000 which is pilot number for CUACE, noticed when press 0 to dial using particular CSS it's taking a few seconds before the call translated to 9000 and hear the ringing tone.
Which part to check on this?
Thanks

What you are experiencing is expected, this is what is called Inter-digit time out. What is happening is that within your dial plan there is another pattern (could be another Translation Pattern, DN or Route Pattern) starting with "0".
The following Cisco document explains this behavior:
http://www.cisco.com/c/en/us/support/docs/voice-unified-communications/unified-communications-manager-callmanager/6171-interdigit-timeout.html
Now going back to your concern and moving forward with the explanation, the Unified Communications Manager Platform is designed to route calls based on the closest match. When you dial "0" since there is another pattern starting also with 0 in your dial plan then, CUCM will wait for more digits. It is not until the T302 timer (that the document above mentions)  expires that CUCM routes the call based on the order of the partitions set or configure on the routing device (in your scenario it is going to be the CSS of the Translation Pattern)
You will be able to check there is an over-lapping pattern within your system by going (in the Administration page for Call Manager) to Call Routing > Route Plan Report and:
1) Type 0 on the search bar and hit search and all the results starting with 0 should display.
Or
2) Exporting your dial plan to a .csv file, open it with excel and apply filters to find the overlapping problem.
You can also reduce the T302 timer from the Call Manager service parameters from the default value (15 seconds) to a minimum of 3 seconds.
Hope this information helps

Similar Messages

  • Rescue and Recovery failed destination network location can no longer be reached

    W510, running Windows 7 Pro SP1,  updated with ThinkVantage including BIOS 1.37 along with Rescue and Recovery 4.31 yesterday. Using Backup locations "Local hard drive" had not problem, but when it was set to "Network", it gave me "The backup failed because the destination network location can no longer be reached.". Prior to running RR, I manually mounted the shared drive on W510 and could read and write files. The user that mounted the shared drive was not "Administrator" but has Administrator privilege. The network shared drive was a folder on an Windows XP SP3 computer.The shared drive had Full Control granted to Everyone as well as for Sharing. I rebooted W510 before starting RR. After the "network location can no longer be reached" error popped up, a long while later, RR actually wrote some files in the shared drive and then finally it aborted. It created on the shared drive RRBackups\SZ\<UUID>\... (among other folders and files); under <UUID> there's a common\rr.log with:
    Sun May 22 01:56:39 2011 RescueRecovery: Running: C:\Program Files (x86)\Lenovo\
    Rescue and Recovery\br_funcs.exe backup level=0 destination="\\192.168.0.1\W510_
    backup\RRbackups\SZ\D0D186C05DAE11E0-9303F5C431248DAC" drive=C: location=16 nice
    =0 pw=0 uuid=0 compress encrypt
    Sun May 22 02:04:15 2011 RescueRecovery: br_funcs returned error code 0x501
    Sun May 22 02:04:15 2011 RescueRecovery: Running: C:\Program Files (x86)\Common
    Files\Lenovo\mnd\mapdrv.exe *
    Sun May 22 02:04:15 2011 RescueRecovery: Get the shutdown flag from service is 0
    Sun May 22 02:04:48 2011 RescueRecovery: CRRBackup::removeLevel() - DeleteFile(\
    \192.168.0.1\W510_backup\RRbackups\SZ\D0D186C05DAE11E0-9303F5C431248DAC\common\b
    t0.dat) failed.  Error 3
    Sun May 22 02:04:48 2011 RescueRecovery: In GetBackupFolderName, UUID is D0D186C
    05DAE11E0-9303F5C431248DAC!
    Sun May 22 02:04:48 2011 RescueRecovery: In CreateSpecialBackupFolder, get szBackupFolder is C:\RRbackups\SZ\D0D186C05DAE11E0-9303F5C431248DAC
    Sun May 22 02:04:48 2011 RescueRecovery:  CreateSpecialBackupFolder: szBackupFolder= C:\RRbackups, szMidiumFolder = C:\RRbackups\SZ
    The events don't make sense:
    a) Why would RR says "network location can no longer be reached" - the wording suggests that it was OK, but now it isn't.
    b) The br_funcs returns Error 0x501 (NOT_IMPLEMENTED or NOT_SUPPORTED), but RR still attempted to call mapdrv.
    c) Apparently mapdrv was successful otherwise it shouldn't try to delete the t0.dat on the shared drive (which didn't exist - hence Error 3 (PATH_NOT_FOUND)) and unless it has reached the remote computer, it wouldn't know the file wasn't there.
    I'm curious to find out if anyone has run into this problem and how to fix it.

    It errored out after it has already created some folders and files as indicated in the first post.Tried the same steps several times just make sure it was repeatable by closing Rescue and Restore app and starting it again. The network between the share host and my W510 was a direct RJ45 cable connection, so zero hop.  In the end I used Windows 7 Backup and Restore to do full backup, using the same \\server\sharename, the network share was mapped without a problem. But then Windows 7 Restore CD wasn't able to map network share - giving me 0x800704cf. Googling shows lots questions raised on this but no fix.
    Update:
    Last night, I gave it a shot again. For some reason, RR was able to mapped the network share using \\IPaddress\sharename (this time I used a different folder and a diferent sharename). OK great, but after 10 hrs it's at 88% completion, did my math, estimated elasped time is 12 hrs, Wow! The image backup with Windows 7 Backup took 5 hr 51 min with 132GB in the WindowsImageBackup folder. RR is 2x slower!
    On the other hand, as it's still running, the est. backup folder size is 106GB. RR does a better job in compression - a 20% reduction in size compared with Windows' at the cost of 2x time.
    Going back to the Windows 7 Restore CD 0x80704cf error when mapping the network share, found an Internet user posting that he succeede by providing a NIC driver.

  • ABAP/4 Open SQL statement with WHERE ... LIKE and pattern too long

    Dear All,
    I am getting an error "ABAP/4 Open SQL statement with WHERE ... LIKE and pattern too long" while executing the following statement:
    CLEAR LS_RANGE.
    LS_RANGE-SIGN     = 'I'
    +LS_RANGE-OPTION     = 'CP'     +
    LS_RANGE-LOW     = 'S_ADMI_FCD'
    LS_RANGE-HIGH     = 'S_ADMI_FCD'
    COLLECT LS_RANGE INTO LT_RANGE.
    SELECT *
               FROM UST12
               INTO CORRESPONDING FIELDS OF TABLE LT_OBJECT_VALUES
               WHERE FIELD IN LT_RANGE
               AND AKTPS   = 'A'.
    For options like BT(Between), EQ(Equal) in range table, this above query is executing without dump. But for option CP, it simply dumps & in dump what i found is, it is concatenating the value in low & high.
    Does anyone have any idea regarding open sql using range tables.
    Thanks,
    Bhupinder

    Hi,
    I commented as follows:
    If  LS_RANGE-HIGH is empty, you can use EQ, NE, GT, LE, LT,CP, and NP. These operators are the same as those that are used for logical expressions. Yet operators CP and NP do not have the full functional scope they have in normal logical expressions. They are only allowed if wildcards ( '*' or '+' ) are used in the input fields. If wildcards are entered on the selection screen, the system automatically uses the operator CP.
    If  LS_RANGE-HIGH  is filled, you can use BT (BeTween) and NB (Not Between). These operators correspond to BETWEEN and NOT BETWEEN that you use when you check if a field belongs to a range. You cannot use wildcard characters.
    You can try:
    CLEAR LS_RANGE.
    LS_RANGE-SIGN = 'I'.
    +LS_RANGE-OPTION = 'CP' +
    LS_RANGE-LOW = 'S_ADMI_FCD'.
    LS_RANGE-HIGH = 'S_ADMI_FCD'.
    FIND '*' IN LS_RANGE.
    IF sy-subrc = 0.
      LS_RANGE-OPTION = 'CP'.
    ELSE.
      LS_RANGE-OPTION = 'EQ'.
    ENDIF.
    COLLECT LS_RANGE INTO LT_RANGE.
    SELECT *
    FROM UST12
    INTO CORRESPONDING FIELDS OF TABLE LT_OBJECT_VALUES
    WHERE FIELD IN LT_RANGE
    AND AKTPS = 'A'.
    If you use wildcards the LS_RANGE  length should not exceed 10 characters.
    Hope this information is help to you.
    Regards,
    José

  • Help with Calling Party Transformation Patterns

    Hello,I am struggling to figure out how to apply Calling Party Transformation Patterns on CUCM for MGCP gateways.
    Basically, we use MGCP gateway everywhere so I need to apply CPTP on CUCM. However, I know how to do this using a gateway (CME) as an example.
    Below is what I am trying to figure out using CUCM...Here as you can see, if the calling party number is 000xxxx then the calling Party xformation is set to 353xxxx and then egress to PSTN.
    If the calling party number is 111xxxx, then the calling party xformation is set to 454xxxx and then gets sent to the PSTN;
    voice translation-rule 1
    rule 1 /^000\(...\)$/ /353\1/
    rule 2 /^111\(...\)$/ /454\1/
    voice translation-profile OutBound_CallerID
    translate calling 1
    dial-peer voice 101 pots
    destination-pattern 9T
    translation-profile outgoing OutBound_CallerID
    port 0/0/0:15
    The only way I know how to do this is by creating 2 sets of CSS and PTs. Then, create the same route pattern in both (example 9.!) but set the CPTM on each route pattern as 353xxxx on one and 454xxxx on the other. Then by putting some of the phones with one CSS and some with the other it will work. This is not ideal as I need to be able to do it before matching the Route Patterns and I need all phones to use the same CSS.
    Is there a better way?
    Thanks

    @Anas, thanks for the response, great answer.One question. When creating 'Calling Party Transformation Patterns' should the pattern be the original calling party number i.e 111XXXX.
    For example, in the below screenshot will CUCM match the pattern if extension 111XXXX tries to make an outbound call?
    So the call flow on CUCM goes:
    Ext 111XXXX makes call > Route Pattern>RouteList>ROuteGRoup> Gateway>CPT CSS Applied matching below rule which changes Calling PT to 454XXXX > PSTN
    Would that be correct?
    Thanks.

  • How do I add multiple songs to an existing playlist from the (no longer called) Library? Highlighting multiple songs and clicking the "Add to" button will only add the with the little arrow, not all the highlighted ones!

    How do I add multiple songs to an existing playlist from the (no longer called) Library? Highlighting multiple songs and clicking the "Add to" button will only add the one with the little arrow, not all the highlighted ones! I am using the "new" iTunes.

    For the moment there isn't a way for us end-users to control what is "matched" or "uploaded." That is purely a result of Apple's server-side algorithms.
    To re-add multiple songs at once simply highlight all the songs you want to re-add, then right-click (or Control+click) the list and choose "add to iCloud."

  • I am have problems with the ipad mini, it is a little crazy. It controls by itself, opens and closes application zooms in and out, end my facetime calls, Also Un certain part of the screen is no longer responsive to the touch.

    I am have problems with the ipad mini, it is a little crazy. It controls by itself, opens and closes application zooms in and out, end my facetime calls, Also Un certain part of the screen is no longer responsive to the touch, it Should be having so much problems. Thanks for your help.
    iPad, iOS 7.0.4

    Try reset iPad
    Hold down the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears
    Note: Data will not be affected.

  • After using my iPod classic in my infinity G35 a few weeks ago, I took it out of the car and it no longer works.  Just a white screen with the web address for Apple iPod support.  Worked fine when hooked up to iPod jack in car.  But wont work anywhere now

    After using my iPod classic in my infinity G35 a for the last few weeks, I took it out of the car and it no longer works.  Just a white screen with the web address for Apple iPod support.  Worked fine when hooked up to iPod jack in car.  But won't work anywhere now.  I tried re-setting but has not worked.  Any ideas would be appreciated.

    I finally resolved my problem after spending way too much time on it. I simply handed my 160GB iPod to my husband to put his fav Stones & Beatles songs on and I went back to my 80GB Microsoft Zune which has never disappointed me.
    After spending so much time trying to figure this out I did finally take it back to Apple Store who performed a diagnostic and found there was a problem with the device. They replaced it with a refurbished one which has similar issues. All I wanted to do was listen to my music. Was that too much to ask? So I am happy to be free of this problematic device. No more Apple for me!!

  • Voice/video calling over BBM is no longer available for OS 10.3.1.1565

    After updating to OS 10.3.1.1565 for my BB Passport voice/video calling over BBM is no
    longer available. I CANNOT MAKE VOICE OR VIDEO CALLS OVER BBM neither I CAN RECEIVE CALLS
    OVER BBM. I do use voice calling over bbm on a daily basis and I feel like I am now without
    my phone!
    I did update ALL the application offered for the update. Right now there are NO applications
    available for the update - all are up-to-date.
    BB World indicates I use BBM 10.6.4.10. I did REFRESH BB World with no changes. Yet NO UPDATES
    are offered.
    When I select the BBM application in BB World among the list of Installed application it
    says in red color "Unavailable for this device".
    I see some use BBM 10.6.5.10. Are there troubles with voice/video calling over BBM for
    10.6.5.10 & OS 10.3.1.1565?
    Maybe the bug is with BB World that is to be updated itself? But it does not offer me to
    update one.
    Does anyone have an idea how to fix that?
    Thanks!
    Solved!
    Go to Solution.

    I wish I new how to update
    I have purchased yesterday BB Classic for my wife and also updated OS for it.
    BBM works flawlessly with OS 10.3.1.1565 and preinstalled BBM 10.5.15.19. However its also indicates in red that the application is "Unavailable for this device".
    Anyone from Blackberry, would you please suggest how to update BBM in my case?! It is that vital for me.
    Thanks.

  • Hi, My places.sqlite file size is 30,720 KB have I reached the maximum size, is there even a maximum size for this. Visited links are no longer changing color.

    Hi,
    My places.sqlite file size is 30,720 KB have I reached the maximum size, is there even a maximum size for this.
    Suddenly the visited links are no longer changing font color, as I am preparing for an exam I need visited questions to change color, to keep track of questions that I have finished. But if I delete a few days of history then again,a few more visited links change color then again it stops, so it seems something is getting full and not able to accommodate any more? Why are my visited links no longer changing color after a certain number of visits? I do have a back up of the places.sqlite file. So I have tried everything from deleting the profile, uninstalling reinstalling, creating a new profile, then copy pasting places.sqlite etc, but as mentioned after a few visits, visited links no longer change color, if I delete a few days of history then again a few visits will again change color and then stop again, so what should I increase so that my visited links quota is increased, I have also tried tweaking about:config and it has had no result. Although I was not really confident that increasing brower.history_max _pages (don't remember exact name, but I am sure you get the idea) is going to help.
    Seems as though my visited links change color, quota is full and only if I delete a few days of history will I get a few more visited links to change color. Can somebody shed some light? As mentioned my places.sqlite file size is 30,720 KB so I think perhaps this has something to do with this? Would really appreciate if someone could help. Thank you.

    There is no maximum for the places.sqlite database and other SQLite database files like I wrote above.<br />
    All SQLite database file have fixed minimum sizes and if they run out of space they are automatically increased in size with a specific chunk size. For places.sqlite this is 10 MB for the minimum and for the chunk.
    *Bug 581606 - Avoid sqlite fragmentation via SQLITE_FCNTL_CHUNK_SIZE

  • TimeWarner convinced me to get a new modem (faster). Since doing so I had to give my netwrok a new name AND my wi-fi no longer reaches the whole house as it did with the old modem. HELP!!

    TimeWarner convinced me to get a new modem ("faster"). Not only did I have to rename my network BUT it now doesn't reach the full extent of the house as it did with the old modem.

    If you have a question about one of the Apple routers......the AirPort Extreme, AirPort Express, or Time Capsule.....one of the devices pictured below, we can probably help, but as you say.....if the problems began when you got the new modem from Time Warner, I think you know where the issue likely resides.
    A call to Time Warner support would be in order if you are using the signal from the new modem, since they may have forgotten to mention that with higher wireless speeds, the wireless signal becomes weaker, so it does not go as far as a slower signal, or penetrate walls or other obstructions as effectively.

  • How to collect the attempts of calls after translation rule applied?

    Hi,
    We applied the following translation rules on our voice gateways in order to block malicious incoming calls.
    "voice translation-profile call_block
    translate incoming 1
    voice translation-rule 1
    rule 1 reject /##########/
    rule 2 reject /##########/
    dial-peer voice 1 voip
    call-block translation-profile call_block"
    My questions is - Is there any way to collect the number of those calls hitting our voicegateways?
    By the way, the version of gateways is 12.4 (13D)
    Thanks,
    Jessica

    You can route them to a service that announces not to call anymore, using CDR you would also record calling number and time of call.
    Note however that usually, after a while malicious callers learn how to hide calling number, thing against which you've no remedy.

  • Swedish police have number 114 114 but iphone calling 11-4 114 (you cant reach the number??)

    Hi!
    swedish police have number 114 114 but iphone calling 11-4 114 (you cant reach the number??) how to repare the problem??

    it's not a problem, the iphone separes numbers like that

  • Calling google translate from PLSQL using HTTPURITYPE

    Hi All,
    I am calling Google Translate URL from a Select query as below. This is to convert from English to Vietnamese.
    SELECT REGEXP_SUBSTR(tr,'<span id=result_box class="short_text"><span[^>]*>(.*)</span></span>',1,1,'i',1) translated_value
    FROM (SELECT httpuritype('http://translate.google.com/?hl=en&layout=1&eotf=1&sl=en&tl='||'vi'||'&text='|| UTL_URL.escape('My text to be converted')|| '#').getclob() tr
             FROM DUAL);
    The expected result is: (Checked on google.com/translate from web and in the page source the charset was UTF-8)
    Văn bản của tôi được chuyển đổi 
    What I got it is: (Checked the clob returned by httpuritype and the charset was ISO-8859-1)
    V&#259;n b&#7843;n c&#7911;a tôi &#273;&#432;&#7907;c chuy&#7875;n &#273;&#7893;
    Please, any help on getting the expected result
    Regards,
    Narender

    You're retrieving a text containing character entity references.
    UTL_I18N.UNESCAPE_REFERENCE will take care of getting back the original characters :
    SQL> set scan off
    SQL>
    SQL>
    SQL> SELECT utl_i18n.unescape_reference(
      2           REGEXP_SUBSTR(tr,'<span id=result_box class="short_text"><span[^>]*>(.*)</span></span>',1,1,'i',1)
      3         ) translated_value
      4  FROM (
      5    SELECT httpuritype('http://translate.google.com/?hl=en&layout=1&eotf=1&sl=en&tl='||'vi'||'&text='||
      6                                   UTL_URL.escape('My text to be converted')|| '#').getclob() tr
      7    FROM DUAL
      8  );
    TRANSLATED_VALUE
    Văn bản của tôi được chuyển đổi

  • TXT in language other than English doesn't even reach the called party

    Hello,
    Upgd my iPhone 3G to OS3.0 and added "Hebrew" successfully. However, sending txt messages in Hebrew doesn't even reach the other party, only English does. Anyone having similar issues?

    Thx for the reply(s). Yes, English does work. I too, think it is the recipient's carrier, however, I was testing with another person on AT&T, and he at least gets the txt, which is a series of square characters, as he has only English on his BB. Others on AT&T and Verizon are not receiving anything at all.
    -DL

  • I can not reach the screen to enter passcode, the main sreen is where im stuck, i cant play music, the home button works but icant get pass the whole unlock thing, i can receive calls but can answer because when i touch the screen it wont do.

    i can not reach the screen to enter passcorde, the main screen is where im stuk, i cant play music,i can recive calls

    Try to Reset your device. 
    Press and hold both the Sleep/Wake button and the Home button for at least ten seconds, until the Apple logo appears (ignore the Slide to Power Off that shows up first).

Maybe you are looking for