Help with translation Pattern

I am trying to configure a translation rule so that the last 4 digits on the incoming number are retained.
I have isdn presented with 6 digits coming in 545460- 545499, my extension numbers are 5461-5499 (5460 is AA-- tx to 3600).
I can’t get rule 2 to work
voice translation-rule 1
rule 1 /^545460/ /3600/
(cfg-translation-rule)#rule 2 /54546./ /546./
                                                      ^      
% Invalid input detected at '^' marker.
(cfg-translation-rule)#rule 2 /^5454..$/ /54../
                                                        ^    
% Invalid input detected at '^' marker.
(cfg-translation-rule)#rule 2 /^5454..$/ /..../
                                                       ^
Any ideas?
Thanks
Feisal

This looks fine, "rule 2 /^54..../ /..../" should work as well
Chris

Similar Messages

  • Help with translating SQL query from SQL Server syntax to Oracle syntax

    Hi,
    is it someone that can help me translate following SQL query from SQL Server syntax to Oracle syntax.
    SELECT ID,
    [LMT(MTR)] = MAX(case when TYPE = 'LMT' then VALUE end),
    [AAD(KGM)] = MAX(case when TYPE = 'AAD' then VALUE end),
    [VOL(MTQ)] = MAX(case when TYPE = 'VOL' then VALUE end)
    FROM yourtable
    GROUP BY ID
    Your help is highly appreciated, thanks in advance.

    Like this,
    SELECT ID,
    MAX(case when TYPE = 'LMT' then VALUE end) LMT_MTR,
    MAX(case when TYPE = 'AAD' then VALUE end) AAD_KGM ,
    MAX(case when TYPE = 'VOL' then VALUE end) VOL_MTQ
    FROM yourtable
    GROUP BY ID-Arun

  • Help with this pattern

    hello experts;
    I have the following sample query below.
    with data as (select 'NWC text me' as word, 1 as id from dual
                    union all
                  select 'Zone out' as word, 2 as id from dual
                  union all
                  select 'pj NWC' as word, 3 as id from dual
                  union all
                  select 'jknwc place' as word, 4 as id from dual
                  union all
                  select 'jkndcNWC' as word, 5 as id from dual
              select * from data
    I would like the following results
    word                       New_word           Id
    NWC text me          text me               1
    Zone out                 Zone out              2
    pj NWC                  pj                        3
    jknwc place            jknwc place          4
    jkndcNWC             jkndcNWC            5
    The result is gotten from the fact NWC is usually removed from the beginning of the word if it is a standalone and the end of the word if it is standalone. All help is appreciated.
    thank you

    I know this trend has been answered but i tried to modified chris solutions to include this new condition that came up but i am not able to it. it is id 7 and it is for situation that contains "ON NWC OF" where "ON NWC OF" is stripped off as well.
    with data as (select 'NWC text me' as word, 1 as id from dual
                    union all
                  select 'Zone out' as word, 2 as id from dual
                  union all
                  select 'pj NWC' as word, 3 as id from dual
                  union all
                  select 'jknwc place' as word, 4 as id from dual
                  union all
                  select 'jkndcNWC' as word, 5 as id from dual
                union all
                  select 'NWC OF mmmo' as word, 6 as id from dual
                union all
                select 'ON NWC OF ttt' as word, 7 as id from dual
              select * from data
    expected results
    word        
    New_word      
    Id
    NWC text me 
    text me        
    1
    Zone out    
    Zone out       
    2
    pj NWC      
    pj             
    3
    jknwc place 
    jknwc place    
    4
    jkndcNWC    
    jkndcNWC       
    5
    NWC OF mmmo 
    mmmo           
    6
    ON NWC OF ttt
    ttt            
    7

  • Help with regex pattern matching.

    Hi everyone
    I am trying to write a regex that will extract each of the links from a piece of HTML code. The sample piece of HTML is as follows:
    <td class="content" valign="top">
         <!-- BODY CONTENT -->
    <script language="JavaScript"
    src="http://chat.livechatinc.net/licence/1023687/script.cgi?lang=en&groups=0"></script>
    <a href="makeReservation.html">Making a reservation</a><br/>
    <a href="changeAccount.html">Changing my account</a><br/>
    <a href="viewBooking.html">Viewing my bookings</a><br/>I am interested in extracting each link and the corrresponding text for that link into groups.
    So far I have the following regex <td class="content" valign="top">.*?<a href="(.*?)">(.*?)</a><br>However this regex only matches the first line in the block of links, but I need to match each line in the block of links.
    Any ideas? Any suggestions are appeciated as always.
    Thanks.

    Hi sabre,
    thanks for the reply.
    I am already using a while loop with matcher.find(), but it still only returns the first link based on my regex.
    the code is as follows.
    private static final Pattern MENU_ITEM_PATTERN = compilePattern("<td class=\"content\" valign=\"top\">.*?<a href=\"(.*?)\">(.*?)</a><br>");
    private LinkedHashMap<String,String> findHelpLinks(String body) {
        LinkedHashMap<String, String> helpLinks = new LinkedHashMap<String,String>();
        String link;
        String linkText;
          Matcher matcher = MENU_ITEM_PATTERN.matcher(body);
          while(matcher.find()){
            link = matcher.group(1);
            linkText = matcher.group(2);
            if(link != null && linkText != null){
              helpLinks.put(link,linkText);
        return helpLinks;
    private static Pattern compilePattern(String pattern) {
        return Pattern.compile(pattern, Pattern.DOTALL + Pattern.MULTILINE
            + Pattern.CASE_INSENSITIVE);
      }Any ideas?

  • Help with Translation

    Hi, I need translate my application to other languages. Exist a document guide especific for this?? Some one can help me??
    Sorry form my english...

    Hi user566894,
    Which language are you translating to? APEX is translated to 10 languages: http://download.oracle.com/docs/cd/B32472_01/doc/appdev.300/b32471/global.htm#CHDJFHBD
    If you need to translate to another language check this from the APEX Wiki:
    http://wiki.shellprompt.net/bin/view/Apex/TranslationCategory
    Also check the User's Guide: http://download.oracle.com/docs/cd/B32472_01/doc/appdev.300/b32471/global.htm#BABIIDBJ
    Regards Pete

  • Need help with aligning patterns

    I’m having trouble aligning a pattern, and I think I’m missing some basic concept.  I want to align a pattern to start at a particular point, but AI always seems to align it to the top left corner of the (page/artboard). I remember having this trouble in CS3, but I thought the problem had been addressed in CS5.
    My pattern is 1 sqin., and I want to create a strip starting 1/2 in from the top and 1/2 in from the left hand edge of a page.  According to the CS5 manual: “To adjust where all patterns in your artwork begin tiling, you can change the file’s ruler origin.” So I change the origin to (0.5in x, 0.5in y). But when I apply my pattern, it still aligns to the (0.0) origin.
    For example, if this is the original pattern:
    when I apply it to an area using (0.5, 0.5) as the origin, it gets applied like this:
    I’ve looked through my preferences and the only thing I found that might affect this was the “Transform Pattern Tiles” parameter, but changing this didn’t have any effect.
    What am I doing wrong? I can work around the problem in a couple of ways, but I don't want to go through extra steps if I don't have to.

    I’m having trouble aligning a pattern, and I think I’m missing some basic concept.  I want to align a pattern to start at a particular point, but AI always seems to align it to the top left corner of the (page/artboard). I remember having this trouble in CS3, but I thought the problem had been addressed in CS5.
    My pattern is 1 sqin., and I want to create a strip starting 1/2 in from the top and 1/2 in from the left hand edge of a page.  According to the CS5 manual: “To adjust where all patterns in your artwork begin tiling, you can change the file’s ruler origin.” So I change the origin to (0.5in x, 0.5in y). But when I apply my pattern, it still aligns to the (0.0) origin.
    For example, if this is the original pattern:
    when I apply it to an area using (0.5, 0.5) as the origin, it gets applied like this:
    I’ve looked through my preferences and the only thing I found that might affect this was the “Transform Pattern Tiles” parameter, but changing this didn’t have any effect.
    What am I doing wrong? I can work around the problem in a couple of ways, but I don't want to go through extra steps if I don't have to.

  • HOME HUB - EVENT LOG - Help with translation pleas...

    Have just found the event log on the Home Hub and am trying to uderstand what it is telling me. For today, there are many similar entries such as copied below;
    VOIP: [2.0A] [XXXXXXXX] [FXS DECT1 DECT2 DECT3 DECT4 DECT5] 200 OK - SIP message received
    VOIP: [2.0A] XXXXXXXXX] [] 501 Not Implemented - SIP message sent
    VOIP: [2.0A] [kas] [-] REGISTER - SIP message received
    Could someone please give me some idea what these entries relate to?
    Thanks
    EDIT; On reflection, I think the following are better examples of my concern that someone may be hacking into our hub / broadband or does the ' not implemented ' comment mean that the security has kicked in and rejected the attempt?
    VOIP: [2.0A] [john] [] 501 Not Implemented - SIP message sent
    13:31:32  16 Aug
    VOIP: [2.0A] [john] [-] REGISTER - SIP message received
    13:31:32  16 Aug
    VOIP: [2.0A] [daniel] [] 501 Not Implemented - SIP message sent
    13:31:32  16 Aug
    VOIP: [2.0A] [daniel] [-] REGISTER - SIP message received
    13:31:32  16 Aug
    VOIP: [2.0A] [Amanda] [] 501 Not Implemented - SIP message sent
    13:31:32  16 Aug
    VOIP: [2.0A] [Amanda] [-] REGISTER - SIP message received
    13:31:32  16 Aug
    VOIP: [2.0A] [andrew] [] 501 Not Implemented - SIP message sent
    13:31:32  16 Aug
    VOIP: [2.0A] [andrew] [-] REGISTER - SIP message received
    13:31:32  16 Aug
    VOIP: [2.0A] [jennifer] [] 501 Not Implemented - SIP message sent
    13:31:32  16 Aug
    VOIP: [2.0A] [jennifer] [-] REGISTER - SIP message received
    13:31:32  16 Aug
    VOIP: [2.0A] [newuser] [] 501 Not Implemented - SIP message sent
    13:31:32  16 Aug
    VOIP: [2.0A] [newuser] [-] REGISTER - SIP message received
    13:31:32  16 Aug
    VOIP: [2.0A] [computer] [] 501 Not Implemented - SIP message sent
    13:31:32  16 Aug
    VOIP: [2.0A] [computer] [-] REGISTER - SIP message received
    13:31:32  16 Aug
    VOIP: [2.0A] [calvin] [] 501 Not Implemented - SIP message sent
    13:31:32  16 Aug
    VOIP: [2.0A] [calvin] [-] REGISTER - SIP message received
    13:31:32  16 Aug
    VOIP: [2.0A] [charles] [] 501 Not Implemented - SIP message sent
    13:31:32  16 Aug
    VOIP: [2.0A] [charles] [-] REGISTER - SIP message received
    13:31:32  16 Aug
    VOIP: [2.0A] [paul] [] 501 Not Implemented - SIP message sent
    13:31:32  16 Aug
    VOIP: [2.0A] [paul] [-] REGISTER - SIP message received
    13:31:32  16 Aug
    VOIP: [2.0A] [dave] [] 501 Not Implemented - SIP message sent
    13:31:32  16 Aug
    VOIP: [2.0A] [dave] [-] REGISTER - SIP message received
    13:31:32  16 Aug
    VOIP: [2.0A] [steve] [] 501 Not Implemented - SIP message sent
    13:31:32  16 Aug
    VOIP: [2.0A] [steve] [-] REGISTER - SIP message received
    13:31:32  16 Aug
    VOIP: [2.0A] [tsinternetusers] [] 501 Not Implemented - SIP message sent
    13:31:32  16 Aug
    VOIP: [2.0A] [tsinternetusers] [-] REGISTER - SIP message received
    13:31:32  16 Aug
    VOIP: [2.0A] [tsinternetuser] [] 501 Not Implemented - SIP message sent
    13:31:32  16 Aug
    VOIP: [2.0A] [tsinternetuser] [-] REGISTER - SIP message received

    edit the post as you're showing your VOIP number (If your BBT number starts 01).
    AFAIK it's something to do the hub phone set up BUT I'm not too sure.
    DECT 1 to 5 (5 handsets can be registered)
    -+-No longer a forum member-+-

  • Help with MIRO Badi's and Translation Date (Exchange Rate Date Reference)

    Dear experts
    This is a problem I have read a lot about, but none of the answers work properly and I wanted to create a new thread in order to try to compile a final answer for this problem (at least in version 6.0)
    As you know Standar SAP uses posting date as translation date in MIRO for foreign currency.
    This is not always true (imagine Crude Imports with 3 dates: Invoice date, posting date and Bill of Lading date. The last one happens to be the fiscal date for exchange rate in my county and the other two are also mandatory).
    I am proposing thus to use 3 dates: Document date as invoice date; posting date as posting date and Invoice Receipt Date
    (REINDAT - RBKP) as Bill of Lading date. I would like to implement this third date as translation date.
    Lot of ways to do it, but none works properly as for the end user it is complicated to enter data in a certain way so that BADI's work properly. I have implemented note 574583 and only works with some restrictions.
    I have also used some more BADI's like MRM_HEADER_CHECK, FI_TRANS_DATE_DERIVE, INVOICE_UPDATE,... and all of them have some restrictions (depending always in data header taps data introduction or saving the exchange rate properly in MM TABLES but not in FI TABLES).
    I would really appreciate if anyone could help with this, ensuring that the Badi get's always the data and makes it work with no screen selection dependance.
    Thanks in advance.

    Dear All,
    I have found the solution with the help of ABAPer. The system has a bug for which SAP has given a  Sap Note no 22781.
    Actually what happened in the Invoice is, the system by default fetched the exchange rate for the Exchange Rate Type 'M' for the rate last maintained. Since we were using different Exchange rate it did not match. Also we came to know about the difference only because off-late the users had stopped updating Exchange Rate 'M' .
    The funny part is in the Invoice if we click on each tab at the header and come back to the first tab where we find the Exchange rate for accounting, the system picks up the actually rate as per the Exchange Rate maintained.
    Regards,
    Karthik.

  • Help with java translator...PLEASE!!!

    I am currently in the process of learning the JAVA language.
    i am having real problems tackling a question about programming a translator, can anyone help with this question?
    - Write a Java class 'German' to model the german dictionary(using only a few phrases, say 4-5). You will need to choose an appropriate representation for the constant dictionary(ignore accents etc), and to provide a method 'Translate' that, given an English phrase, returns the corresponding German phrase. You must also deal with phrases that are not available.
    I hope someone can help...
    John

    Learn a Map structure.

  • Help with multiple nat translation on a Cisco Nexus 3548

    Hi All,
    I need a little help with a NAT configuration on a cisco Nexus 3548 version 6.0(2)A4(3).
    What currently have is as follows:
    internal network: 192.168.4.0/24
    nexus router (routerA):
      LAN Side: vlan104 interface 192.168.4.201/24
      WAN Side: Eth1/48 interface 172.24.101.2/24
      remote network: 159.43.48.32/27
      remote gateway: 172.24.101.1/24
    use ACL's to ensure that only specific traffic is allowed out and in.
    allow a specific connection from a different internal network (192.168.3.0/24) to talk to port 159.43.48.34:1025
    Clients on the internal network 192.168.4.0, need to be able to connect to services (port 14002, port 8101) running on 159.43.48.34, but they must be SNAT'ed through the WAN interface as coming from 159.43.65.81
    Currently we have this working but the internal lan clients need to know how to get to 159.43.48.34/27 and therefore we need to route this network in our internal network.
    What we really want is to do is provide an address such as 192.168.4.203 for internal clients to use for connectivity to the various services, and then this address would be SNAT'ed to 159.43.65.81 over the WAN. We still want to secure the traffic in both directions.
    In the past i've been able to do this with inside and outside nat's and i haven't had to configure an interface on the router for the internal address, it has just been "stood up" by the nat rules. For example (this is how i've done it before):
    LAN interface
    ip nat outside
    WAN interface
    ip nat inside
    ip nat inside source static159.43.65.81 192.168.4.203
    ip nat outside source static 159.43.65.81 192.168.4.203
    but, trying to implement this sort of config on the Nexus isn't working.
    I am wondering if the Nexus behaves differently than ios based routers.
    I'd appreciate any help to get this config working.
    Thanks in advance,
    Les

    Les
    The issue with an "ip nat outside ..." static is that from the inside routing is done before NAT.
    So what happens is that the destination IP is 192.168.4.203 and the Nexus will do a route lookup, see it is directly connected so it won't forward the packet to the outside interface so it doesn't get translated.
    If you enter "ip nat outside source static 159.43.48.34 192.168.4.203" then on IOS it adds a host specific route to the routing table for 192.168.4.203 as directly connected.
    So you do a ping from a 192.168.3.x client  it looks like it is working but actually the L3 device is simply responding and the packet never gets to the server.
    Apologies for the long winded explanation but NXOS might behave differently and I wanted you to know what to look for.
    So with IOS there is the "add-route" option at the end of the NAT statement and if you use this it would add a host specific route into the routing table like this -
    192.168.4.203 255.255.255.255 159.43.48.34
    this is a recursive route ie. the device must know how to get to 159.43.48.34 but your Nexus should.
    What the above does is make sure any packets arriving at the Nexus for 192.168.4.203 get routed to the outside interface and so are translated.
    So firstly see if that option is available with your NAT statement ie.
    "ip nat outside source static 159.43.48.34 192.168.4.203 add-route"
    if it isn't then try adding just the static statement without it and then have a look at the routing table. If it hasn't put in a host specific route showing as directly connected which it may not, as it may behave differently, then you can manually add a route ie.
    192.168.4.203 255.255.255.255 <next hop IP>
    note that the next hop IP doesn't have to be the server here it could just be the next hop from the Nexus switch. All you are trying to do is get the packet routed to the outside interface.
    Hope that makes sense.
    Edit - one thing I haven't tried is to use a different IP subnet for NAT ie. one that is still part of your internal range but unused and then having a route on the Nexus, in your case, pointing to the outside interface and you redistribute this subnet into your IGP. Then you add the NAT statement.
    What may happen is it still adds a host specific route showing as directly connected but it may not because the Nexus wouldn't actually have a directly connected interface for that subnet.
    I suspect it would though.
    If it did work then it would still mean you didn't need to advertise the public IP internally.
    If I get the chance I'll test it later today.
    Jon

  • Need help Creating a translation pattern that adds dial out digits to incoming calls

    I came across an article yesterday and it showed the steps how to fix Missed Call/Received Call numbers so that you can dial them from the menu correctly (auto-add a 9, etc.)?
    I tried it this morning and came up with this translation pattern:
    voice translation-rule 6
    rule 1 /^201\(.*\)/ /8\1/
    rule 2 /\(..........\)/ /81\1/
    voice translation-profile filter_Incoming
    translate calling 6
    This translation pattern rule 1 adds the dial out character 8 and strips 201 for local calls. Rule 2 adds dial out character 8 and adds 1 for long distance.  The purpose of this translation rule is when the ephone receives the phone call the characters 8 and 1 are added so when you quickly need to redial you do not have to edit the number and add 8 for each call.
    I tested the translation-rule:
    ROUTER-2911#test voice translation-rule 6 9082121231
    Matched with rule 2
    Original number: 9082121231     Translated number: 819082121231
    Original number type: none      Translated number type: none
    Original number plan: none      Translated number plan: none
    ROUTER-2911#test voice translation-rule 6 2019121231  
    Matched with rule 1
    Original number: 2019121231     Translated number: 89121231
    Original number type: none      Translated number type: none
    Original number plan: none      Translated number plan: none
    ROUTER-2911#
    Issue is I am not sure with my inbound call leg if it can even work. We dial out through the SIP Trunk and the incoming is translated to the AutoAttendant on Cisco Unity Express.
    voice translation-rule 1
    rule 1 /2015552100/ /2003/
    voice translation-profile CUE_Voicemail/AutoAttendant
     translate called 1
    dial-peer voice 9 voip
     description **Incoming Call from SIP Trunk**
     translation-profile incoming CUE_Voicemail/AutoAttendant
     call-block translation-profile incoming BLOCKED-INCOMING
     call-block disconnect-cause incoming call-reject
     session protocol sipv2
     session target dns:nd01-04.fs.SIPPROVIDER.net
     incoming called-number .%
     voice-class codec 1  
     voice-class sip dtmf-relay force rtp-nte
     dtmf-relay rtp-nte
     no vad
    Can what I am trying to do be done with my current setup?

    Hi patldmart012,
    The dial-peer 9 that you have attached will not be affected by following config
    voice translation-rule 6
    rule 1 /^201\(.*\)/ /8\1/
    rule 2 /\(..........\)/ /81\1/
    voice translation-profile filter_Incoming
    translate calling 6
    Because you have not applied the translation profile "filter_incoming" on the dial-peer.
    Could you please provide the exact call flow?
    Along with that, If you are facing issue with calls on SIP Trunk, please collect following debugs in a logging buffer and attach the file. I will analyse it and will get back to you.
    debug voip ccapi inout
    debug ccsip message
    debug voice translation
    Debug h225 asn1 (If H323 involved)
    Debug h245 asn1 (If H323 involved)
    Debug MGCP Packets (If MGCP involved)
    Also provide the running config of the GW.
    These are verbose debugs, so please collect them in the following manner:
    Router(config)# service sequence
    Router(config)# service timestamps debug datetime msec
    Router(config)# logging buffered 30000000 7
    Router(config)# no logging con
    Router(config)# no logging mon
    Router# Clear log
    Router# term no mon
    <Enable debugs, then wait for issue to occur.>
    Router# term len 0
    <Enable session capture to txt file in terminal program.>
    Router# Undebug all
    Router# sh log
    Once i have the logs, i will analyse it and will get back to you.
    Regards,
    Mudit Mathur

  • CS4 Define Pattern Acting Weirdly!!! Pleas Help (with screenshot)!!!

    I'm try to define a 20x20 pixel pattern for infill to create an old crt monitor effect. But Photoshop won't let me define the whole 20x20 but only allows me a 20x1 strip. (I've selected the whole image) There's also a weird "16" at the corner of the defined pattern. I've never had this issue before. Anybody know what's going on??
    Thank you for your help!!!
    Working in CS4, CMYK 16bit.

    Well, the 16 or 32 flag is how Photoshop tells you that the pattern was defined in 16 or 32 bit/channel.
    Is part of your image on different layers that aren't selected?
    If you had selected the top half of your image, then you might get a single pixel (because the rest is a replication of the top row, and filling with a pattern would get the same result).

  • Translation Pattern digit problem

    We have created a translation pattern (6925) which allows our users to call an internal number in order for them to get routed out to their external helpdesk via the PSTN (908456016925). Initially this didnt work as the translation patter number of 6925 did not have the correct Calling Search Space to get routed out of the voice gateway.
    That is now fixed however every time you dial 6925 you get a dead tone when dialling the number 2. If you press 5 immediately the call routes to the translation pattern and out to the helpdesk. This is not ideal as many users are putting the phone down when they get the dead tone as they think the number is incorrect.
    I have checked our dial plan route plan report and can confirm that no other device etc has been allocated a number beginning with 692.
    I've also created another translation patter (6935) to the same PSTN number and this works fine ie no dead tone when I dial the digit '3'. In fact I have tested 3,4,5 etc and they are fine its just 692.
    Any help would be appreciated.......
    BSOC

    My first step would be to remove the 6925 translation from CM.  Once removed, I would try dialing 6925 to see what happens, knowing full well that it should not work.  If there are any other patterns or devices beginning with 69 it should fail after pressing the 2 since there is nothing that matches.  I would then add the 6925 translation back in and test again.  Let us know!
    Tony

  • Translation Pattern - X wildcard not working.

    I am trying to translate any calls from a certain CSS to extension 4900-4999 to a single extension (8114). I tried using 49XX as the
    Translation Pattern, 8114 as the Called Party Transform Mask, and the partiton for this is the first in the CSS list. This is not working...it just calls directly to the dialed extention (4950), but if I change the Translation Pattern to 4950 it works just fine (goes to 8114 like desired). The partition 4950 is located in is halfway down the list in the CSS. Is there a particular reason the X wildcard is not working in this instance?

    Everything is working as expected based on your configuration, CUCM uses best match routing.
    I can already tell your CSS has access to both, 4950 and 49XX, thus,it's all working fine.
    4950 is one match
    49XX 100 matches
    4950 is the best match.
    CSS order only matters when there's 2 or more patterns with the same number of matches. Only THEN, which CSS is on top, will matter.
    You need to remove access to the DNs directly and leave only the TP.
    HTH
    java
    if this helps, please rate
    www.cisco.com/go/pdihelpdesk

  • Creating multiple translation patterns CUCM 8.5

    Good day all,
    I need to assign an employee a DID number. The problem is that he is in another state and I've only been able to ascertain that our translation pattern is setup for our state and area code. So how would I go about setting up a translation pattern for his area code? Would I need to create another dial peer?
    Example:
    Our translation pattern is 972934XXXX
    I need one that is 770XXXXXXX
    Any help would be appreciated.
    Tariq

    Hi Tariq.
    Is that employee's phone registered on the same cluster?
    Is your provider passing 770XXXXXXX DID to your VG?
    If yes, you can create a translation pattern on CUCM translating the DID with different area code into desired extensions.
    Please let me know
    Regards
    Carlo

Maybe you are looking for

  • Editing hidden text in pdf?

    Scanning 19th-century and early 20th-century documents as TIFFs, creating PDF using the original images as pages. OCR can't recognize the text well, so the hidden text needs extensive editing. Using Adobe Acrobat 8.0 Professional on Windows 2000 Prof

  • Java rts Netbeans getting started guide

    Could any one please point me to the correct "Java rts Netbeans getting started guide". http://netbeans.org/kb/articles/java-rts.html The above link seems to be dead. Thanks, Ramsundar Kandasamy

  • JNDI not found deploy bpel in cluster

    Hi I have this problem: I install BPEL CLuster in two hosts: mtier01 and mtier02 and I have a lbr (balancer) in front of this servers (mtier01 and 02). I deploy bpel using bpel console and I get a error: JNDI not found. I read log: log.xml of bpel, a

  • Folders Gone?

    I was in MACINTOSH HD > USER > PICTURES I created a new folder called "wallpapers" and put all my wallpapers that were in the PICTURES folder in there. After doing this all other folders disappeared from the PICTURES folder including the iPhoto folde

  • Only when Firefox AND Thunderbird are active/open, the desktop will NOT go to sleep

    I have analysed all services, startup programs and none of these causes a NON sleep issue. Only opening Firefox: it still works (slepp modus). Only opening Thunderbird: sleep modus okay. ONLY when both are open, sleep modus will not be activated. Thi