Query About translation pattern

HI ,
we have call manager 8.6 version.
we are planning to implement incoming call blocking based on calling number as we are using MGCP gateway.
we have already implemented +dialing in incoming calls in calling party number.
Query:
will translation pattern pass alphanumeric charactors?
if the matching number starts with  alphanumeric charactors (+ ) in translation pattern will translation pattern pass the number or will reject?
Thnaks,

Try this
SELECT ffv.flex_value, maptl.parval
  FROM apps.fnd_flex_values ffv,
       (SELECT ffvc.flex_value chval, ffvh.parent_flex_value parval
          FROM apps.fnd_flex_values ffvr1,
               apps.fnd_flex_values ffvr2,
               apps.fnd_flex_values ffvc,
               apps.fnd_flex_value_hier_all ffvh
         WHERE ffvh.child_flex_value_low = ffvr1.flex_value
           AND ffvh.child_flex_value_high = ffvr2.flex_value
           AND ffvc.flex_value_id BETWEEN ffvr1.flex_value_id
                                      AND ffvr2.flex_value_id
           AND ffvr1.flex_value_set_id = :val_set_id
           AND ffvr2.flex_value_set_id = :val_set_id
           AND ffvc.flex_value_set_id = :val_set_id
           AND ffvh.flex_value_set_id = :val_set_id) maptl
WHERE ffv.flex_value = maptl.chval(+)
AND ffv.flex_value_set_id = :val_set_id
ORDER BY ffv.flex_valueThis takes value set id as an input parameter.
HTH

Similar Messages

  • 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

  • How many times is my Translation Pattern being used?

    I am running CUCM 8.5.1.  I have about 50 or so translation patterns.  Is there a report that can tell me how many times each translation pattern is being used daily or weekly?

    Here is the entire setup and my problem.
         Service Provider is sending 9725 and 3131. 
         Voice Gateway is doing a Num-Exp to 2604 and 2403  (respectively)
         Then, the Call Manager is doing a translation on both numbers to Route Point 7824 which then triggers UCCX.
    Two numbers for one purpose.  I would like to remove 9725 / 2604 but I'm not sure how many times it is being used.  Are the calls that are hitting my route point coming from 9725 or 3131?  I can't tell since they both are being translated to the same Route Point.
    Whats the best way of finding out?  Thanks for your time guys!!

  • CDR for translation patterns (DIDs)?

    We have some "legacy" DID numbers -- they enter Call Manager where a translation pattern sends them to the current, new number.
    Is there someplace the call detail records I can find how often a particular DID (or particular translation pattern) was actually used? If these numbers are no longer in use, we could drop them when we switch carriers in the next month or so.

    Although there is no translation information in the CDRs, there is a service parameter which supposedly puts extra information into the traces.
    Digit Analysis Complexity : This parameter allows the user to toggle between two modes; that is, StandardAnalysis and TranslationAndAlternatePatternAnalysis. The TranslationAndAlternatePatternAnalysis mode gives information about the Translation pattern and the Alternate matches in the CCM Traces while finding a match for a pattern. The valid values for this field follow:
    -- StandardAnalysis
    -- TranslationAndAlternatePatternAnalysis
    This is a required field.
    Default: StandardAnalysis.
    Please rate the post if it helps

  • Recommended CM System Speed Dials: Translations Patterns vs. DNs

    Using Call Manager 8.6, I've successfully tested System Speed Dialing through using both Translation Patterns and as Directory Numbers (using the Call Forward Destination field).  Since using Translation Patterns DOES NOT allow for a alpha display name to the user dialing the speed dial, I tested the DN approach.  This offered about 1-2 seconds of a display on the phone so the user could get a confirmation that they dialed the speed dial they desired.  Is there any reason to not use DNs as system speed dials?  Do they use up resources in some way that Translation Patterns do not?  I'm just wondering if there is a compelling reason to not use the DN approach.  Otherwise, I think this will be customer's avenue to using system speed dials as it provides that 1-2 second of alpha display of the speed dials name.  Thank you.  Dan

    No, they do not use any more resources. The only reason I am hesitant of using them is that unassigned DNs can be accidentally purged out by unaware administrator, as one can simply find unassigned DNs thinking those are old discarded ones and click to delete them.  If you have a process in place that prevents this there is absolutely no down side.
    HTH,
    Chris

  • Query about local storage

    Hi,
         i had a query about local storage.
         I've a machine that hosts weblogic and tangosol. i've an ejb that accesses a distributed cache i.e NamedCache cache = CacheFactory.get("MyCache")
         i modified tangosol-coherence.xml and set local-storage to false ( for distributed cache) and replaced the file in coherence.jar.
         i'm using an overflow scheme and the back map uses a disk scheme.
         i also start a separate standalone instance of tangosol and i set the system property of local storage to true for the standalone instance.
         i start the standalone instance first and then weblogic.
         The idea is ensure that the tangosol instance in weblogic or the weblogic JVM should not participate in storing data (hence local storage false).
         only the JVM for the standalone instance should store data (hence local storage true -system property).
         i wanted to know whether the property "local-storage" is pertinent to a member(machine) or to a JVM?
         the reason for this doubt: as i'm using a disk scheme, tangosol creates a file for an overflow (e.g lh014402~.tp). i can see two such files when ideally i would have wanted only one for the tangosol instance.
         -rw-r--r-- 1 zephyr users 8364032 2005-06-23 17:02 lh014402~.tp
         -rw-r--r-- 1 zephyr users 8364032 2005-06-23 17:02 lh014403~.tp.
         can you please let me know if we can configure tangosol in such a way that we can two separate instances running with local stroage false for one and true for the other?
         Awaiting your reply
         Thanks
         Vinay

    I would suggest leaving the default 'local-storage' value set to 'true' in the tangosol-coherence.xml and just use the JVM argument to control the local storage of each individual node. Then start the stand alone instance normally (I assume you are using the com.tangosol.net.DefaultCacheServer) and start the WebLogic instance with the following:
         java [...] -Dtangosol.coherence.distributed.localstorage=false [...]
         Hope this helps.
         Later,
         Rob Misek
         Tangosol, Inc.

  • Big Troubles on designing Query about special customers' counting

    Hello buddies:
    I meet a problem on designing Query about special customers' counting. Let me describe the requirment first.  I want to create a query with BEX , and there is a key figure with very special logic.
    That is: to list the counts of the customers which has more than one sales records in a time period from sales data. 
    For example :
    when the user excute the query , he or she must input a time period ( 2007.01~2007.03 e.g)
    then the query output as follow:
    District          Cust-sount
    North-Zone       100
    South-Zone      120
    The Main trouble are :
    1. Threr are no document number in the detail of sales data document records. so I could not count the sales times with document number.
    2. The time period is not fixed value, it depends on the user's input, so I can not define the counting logic in the update rule or in the query with fixed time period.
    Anybody who met similar requirement pls show me your hand and give your solutions, thanks very much.
    Jason

    Hi,
        Your solution sounds a good way to count the distinct customers. but in my case, one salse line item must not be recognize as one sales record, instead,  one customer's all sales line items occurs in one day must be  recognize as one sales record ( or we say that one sales behavior).
    for example:
    customer     product    quantity   date
    cust001       prod001        10       2007.06.06
    cust001       prod002        20       2007.06.06
    the two line items above means one sales record for the customer "cust001".
    so I could not simply use the CKF : (( Counter ) *FV2 ) > 1 .
    Best Regards,
    Jason

  • Query about licensing Jdeveloper

    Dear Friends,
    I have a query about licensing of Jdeveloper development tool. I understand that Jdeveloper is Free tool.That is we do not require license to use Jdeveloper for development as well as production.
    Recent I heard that Jdeveloper is free only if we purchase Oracle Application Server. Is it correct ? Does one need to purchase Jdeveloper license if it is being deployed on any other App. server eg. Jboss etc ?
    Can anyone throw light on the same ?
    Many thanks,
    Vaij

    Hi,
    JDeveloper is free! Oracle ADF - the binding layer - ADF BC, and ADF Faces need an OracleAs licence
    Frank

  • Translation patterns - best practice

    We have 300 DIDs from our telco.    Currently, only 150 are in use.   If a call comes thru for a non-asigned number, I would like to set-up a call handler that states the number is a non-working number that belongs to the company and then give options for contacting the correct person.      Also, when a person leaves the company I am currenly forawarding the number to the operator but I would also like to make these numbers part of the call handler.
    My question is this - what is the best way to set this up?    I currently am removing the number from the directory numbers and setting up a translation pattern to point the number to an end point such as the operator.    Is this the best thing to do?    I would like to know what is considered to be "best practice" in keeping the phone system as clean as possible.
    I appreciate any input.
    Pat

    I would setup a catch-all scenario with a translation to a CTIRP that would forward to VM and hit the Call handler you desire.  For example if you had the DIDs 212-555-1000 thru 212-555-1299 i would first setup a non-DID CTI RP that matches your call handler dtmf (e.g. 7999 if you use 4 digit extensions).  the CTI RP for 7999 would forward to VM and then the Call Handler with DTMF of 7999 would play your message that number is not in use.
    Then setup a translation for 212-555-1[012]xx that translates to 7999.
    This wildcard match would not route the call if there was a more specific match present within the Calling Search Space for the Gateway.  So if extension 1050 was present it would route to that phone, but if extension 1051 was a terminated or unused number it would not be present and therefore the call would hit the translation and be routed to the "number not in use" call handler.
    I think this is what you are after, a way to minimize the translations and not have to keep track of individual numbers.  Of course modify the length of the translations if you are not routing based on 10 digits.

  • Translation Pattern for a Route Pattern

    I´m trying to make a translation pattern for a route pattern to add a * or a # in the end of the number I'm dialing for example the route pattern is 9.0414XXXXXXX and I want to change to XXXXXXX*. If I dial 904141309131 I see in the phone 4130913*. It seem to be taking a 4 that belong to the 0414 and it is eliminating the las number that in this example is 1. To me the number that I must see when the translation is made is 1309131* and not 4130913*. Is this the way it shoul be done?

    Martin,
    Did you ever find out how to do this ? I have the same requirement and have tried various transform masks none of which has succeeded.
    Thanks in Advance.
    Mark.

  • Translation pattern question

    Good afternoon - I had an urgent request to forward a number out of our DID pool to a satellite phone, which I was attempting to do with a translation pattern. When that didn't work, I tried setting that DID up as a regular DN, but not assigning it to a phone, and configuring the CFWALL to forward to the international number, making sure the cfw partition is set to all international calls.... Is there an easy way to do this? Other than configuring that number on a phone of course and doing a good old-fashioned CFWall.

    Yes, I ensured that I had the correct CSS and number mask. As a quick fix, I put an extension on the employees phone, and created a temporary cfw CSS with international calling capabilities and forwarded all calls to the satellite phone number.
    Thanks!
    Joel

  • New issue in R 12.1.3 in AP while query about inovice was recorded in AP

    i record new invoice in ap on release R 12.1.3 and when query about it on invoice form the error appeare was it
    forms
    FRM-40735:POST-QUERY trigger raised unhandled exception ORA-04063
    how can someone help us

    Hi,
    Please see these docs.
    R12:Getting FRM-40735 Post-Query Trigger On Quering Invoice [ID 1209736.1]
    After Applying Patch APXINWKB.fmb Is Not Working [ID 1159124.1]
    R12.1.1 APXINWKB Invoice Workbench Form Comes Up With 'ORA-01403' [ID 949942.1]
    12.1.1: FRM-40735: Post-Query Trigger Raised Unhandled Exception ORA-04063 [ID 1077613.1]
    Query on Invoices, Getting "FRM-40735: POST-QUERY trigger raised unhandled exception ORA-4063" [ID 1076609.1]
    Thanks,
    Hussein

  • What about translate of a pdf from spanish to engish???

    Hi: Some one know about translate....what about translate of a pdf from spanish to engish???

    I had thought about using PDF/X. I certainly wouldn't use PDF/X-1a if there is any RGB; PDF/X-3 may be OK, but you do need to know what the output intent is, or you can end up with unexpected colour shifts, especially if (not recommended) the file used device colour spaces. If an ICC blend space was used for transparency, that can safely be used as the output intent.
    Flattening layers is a trivial operation; the layers aren't separate as in Photoshop. Rather, each thing in a PDF might have a marker putting it in a layer. Stripping out all these markers leaves you without layers, and with everything visible.
    Flattening transparency is more problematic. However, it has to happen every time you print, one way or another, so it is well tried.
    Flattening will change some of the elements in the file, turning some things into curves, some things into rasters - anything that looks the same. Here is where the quality comes in. These NEW bitmaps have to have a suitable resolution. Images are not the main quality problem - text is far more of an issue. It is not a thing to do with a PDF for interactive use, as the text can degrade on screen and become unsearchable. But the transparency flattener has quality settings (you have the same settings in the print dialog).

  • Translation pattern not matching

    Hello All
    I am configuring a cucm 4.2 (yes i know its obsolete) integration with Lync 2010 and am having issues with a translation pattern.
    The Lync server is sending me 86xxxxxxxxxx for calls within china and will send 61xxxxxxxx for australia (strips the +)
    I have configured a [^86]! which should match any international numbers (other than China) and be prefixed and sent to the gateway. Here is the wiered thing I can dial +44xxxxxxxxxx using my lync client which proves that this is matching (when i delete the translation the call will fail).
    But when i dial a number like +61xxxxxxxx it doesnt get through and i get
    Cisco CallManagerDigit analysis: match(pi="1",fqcn="", cn="removedbymyself", plv="5", pss="LYNC:PT_Reception", TodFilteredPss="LYNC:PT_Reception", dd="61xxxxxxxx ",dac="0")
    Cisco CallManagerDigit analysis: potentialMatches=NoPotentialMatchesExist" on the traces.
    The LYNC partition has the translation rules. and the CSS assigned to the sip trunk has access to it. the CSS configured in the translation rules is the also the one assigned to the sip trunk.
    Anyone see this sort of thing before? how can i check if there is another transformation taking place?
    Only way i get round is to put a translation patter for " ! " and it works for all international calls.
    Thanks,

    Hi,
    Have you tried testing the call with Dialed Number Analyzer? I find that's a fantastic and often-overlooked tool for this kind of issue. If DNA shows the call will not route, it's probably a CSS issue for the Stafford gateway. If DNA shows the call will route, then it's probably a dial-peer issue on the Stafford gateway.
    -Jameson

  • 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

Maybe you are looking for

  • Upgrading from  IMac OS X v.10.3.9

    Hi, I would really appreciate some help with the following: I have a mac desktop (MAC OS x v 10.3.9) and suddenly I have not been able to update Itunes, safari... etc... it dawned on me that I was probably light years behind on upgrades, however, I s

  • Warning Using in Water 4 Day Old Z3 Tablet Leaked

    Just wanted to give a warning to all Z3 tablet owners, my experiance may just be an unlucky one off or could be a flaw in the design of the device. Had my Z3 tablet for 4 days and tonight I used it to browse in the bath. Something I have done 100's o

  • Find Object.vi function of 3D picture control - when object not found

    I am using Labview 8.2, and this post is regarding the 3D Picture Control. I am wanting to make use of the "Find Object" VI to either return a reference to a named object, or otherwise determine that it does not exist yet.  However, if I call it with

  • Switching from Mercator-Tibco to Mercator-SAPXI

    Some of the Old interfaces in our project are working on Mercator-Tibco combination . Mercator for mapping and Tibco for Routing . And now it is decided to replace the Routing part with SAP XI keeping the Mapping Part with Mercator itself . Can I hav

  • Why does PS Extended CS5 installation fail?

    I have been trying repeatedly to install a full version of Photoshop CS5 Extended on my Windows 7 64 bit PC but it hangs with the Error 6 message (see below).  Adobe support has not yet been able to solve the problem but they are tending to suspect M