CER - Wild Card when configuring ELIN Number

Hello, hope I got the right forum here. I'm trying to configure an new ERL in CER (ver 8.6) and am trying to figure out whether or not I can use a wildcard for the last four digits of the ELIN number. Basically, I'd like to configure it simular to "External Phone Number Mask" in CUCM where X is the wildcard. The idea being that if a user dials 911 while on a particular subnet (VPN Softphones for example), they outpulse their DID for callback purposes.
When I click on help, it says "The number can only contain numbers, single hyphens, dots, or parentheses", but doesn't explain the function. Are dots or hyphens wildcards?   

No, you need to have specific ELINs. Even if you could enter wildcard it would not work well as how would CER/CUCM determine which ERL you are using?
You can build subnet based ERLs vs. switch port ERLs if preferred if that helps. 
Remember the primary reason for ELIN is not callback, but rather static mapping in ALI database, so you would need to map all your numbers if you want to use actual phone numbers.  Callback should be the least of your worry, as CER will ring the actual phone that made 911 call upon ELIN callback for up to 3 hours, so the phones don't even have to have DIDs to receive a call back.
HTH,
Chris

Similar Messages

  • Can I use a wild card in a dialed number in ICM

    Hi there,
    I need to enter several thousand dialed numbers which will all be mapped to the same call type.  Instead of adding each individual number or bulk imporing them can I use a wild card?
    Cheers

    I can tell you that we do exactly what you want to do, and it's the correct way.
    When blocks of numbers are caught by the gateway translation rules on the POTS dial peers and then matched by VOIP dial peers and sent up to CVP, you often end up having to deal with this situation.
    To prevent callers from hearing the CVP error message we have a message (WAV file) copied from Call Manager (we use the Annunciator-VCA.uLaw.wav file - something like "the number you have called is not configured. Please check the number and dial again" in different languages) and a simple PM microapp script to play it, scheduled against a call type.
    All of the numbers coming up from CVP that otherwise don't do anything are mapped to this call type and play the message.
    I pay attention to the Router Log Viewer and keep hammering the addition of dialed numbers until I get no more errors there. It sure can take a while. When the branch office (we have 11 or so in different countries, expanding to 20) owns a large block of numbers (say 100) you want to catch all of the "unconfigured" numbers so the caller (who may have fat fingered) hears a message in their language that has meaning.
    I do these large configs using Excel, with formulae etc to make the work easy. You will figure out the shortcuts - necessity is the mother of invention.
    Once the Excel is correct on all the CVP routing clients, export it as TAB separated and Bulk Import.
    To do the call type association (a painful task), I change the name of the call type - I put AAAAA in front. This forces it to the top of the combo box. So now you can actually fly through the Dialed Numbers you are trying to set and just use "Enter - Enter" to set the association. Once all done, change the name of the call type back.
    That's the best I can do.
    Regards,
    Geoff

  • EIC: Employee search - wild card search with personnel number

    Hi,
    The employee search functionality in EIC employee-search screen allows to search an employee through wild card search. We had set up this and everything was working fine, but suddenly the functionality to search an employee by giving part of personnel number as wild card search is not working, surprisingly other search criteria are listing employee list. For example, if i need to search an employee with personnel no 30000111, then i can give 30* in search criteria and employees starting with 30XXXXXX would be listed. This is the functionality not working at the moment.
    Can anybody please help - what could be the probable cause or where should i look to fix this? Any documentation in this regard would really be helpful.
    Thanks in advance.
    Sujit

    hi,
    Probably u can set a debug point in the bsp application and ask your abaper to debug the same.
    check if any patch application has been done after you saw the functionality working fine.
    Regards
    Sameer

  • Wild card

    i was wondering how i would change a wild card in a script i am working on. right now its set up to use % as a wild card, when i prompt the user for an input.
    i would like to change that so that all the user would have to do is hit the enter key to bypass the prompt. i think i am supposed to use the default syntax but i am not sure where to put it.
    can anybody help me out.
    thx

    Did you read the documentation before posting your question? Hmmmm?
    Regards, APC
    SQL> ACCEPT wc PROMPT "Enter a value please: " DEFAULT '78'
    Enter a value please:
    SQL> SELECT count(*) FROM t1 WHERE COL4 LIKE '&wc%';
    old   1: SELECT count(*) FROM t1 WHERE COL4 LIKE '&wc%'
    new   1: SELECT count(*) FROM t1 WHERE COL4 LIKE '78%'
      COUNT(*)
             3
    SQL>

  • QUERY ERROR WITH WILD CARD ON FORM WHEN NO DATA WWC-49102

    Portal 30985 ; database 9014 on sun solaris
    Same server : two databases 9014 : db1 with portal and db2(used here as remote database);
    Step1 ; Create public database link; db_link on db1 through Portal interface;
    Step2 ; create public synonym emp_syn for table emp@db_link through Portal interface;
    Step3 :create form based on emp_syn;
    the form is generated OK and also is behaving OK when Insert,Update,Delete from
    underlying table ;but when I am quering for 758% into the empno field I've got the same error:
    Error: An unexpected error occurred: ORA-00000: normal, successful completion (WWV-16016)
    No conversion performed for type NUMBER, value 758%. (WWC-49102) INSTEAD OF RETURNING EMPTY FORM(NO ROWS)
    I have tryed to query on other fields ;
    querying on a numeric field will give the above message;
    querying on a varchar or date field with or without wild card will raise the following error:Error: An unexpected error occurred: ORA-00000: normal, successful completion (WWV-16016)
    An unexpected error occurred: ORA-00000: normal,successful completion (WWV-16016).
    Lawrence

    Hi Mike,
    You can actually just check for the existence of the cell:
    var l_Cell = $x(pId);
    if (l_Cell)
    rest of the code to hide the column
    }As long as l_Cell refers to a valid page item, then the if test passes and the rest of your code can run.
    Andy

  • I received a $25 iTunes gift card when cashing in my Air Miles points and when removing the label on the back or the card (which had tape over top of it) there is a number missing from the 16 digit number.  What do I do?

    I received a $ 25 iTunes gift card - when I cashed in some air miles points.  Unfortunately the label on the back was covered in tape and when I tried to remove the tape and the label I found that there were only 15 numbers out of the sixteen.  How can I find out what the number/letter is that is missing?  If I provide you with the GCA # will that help?
    Please get back to me,

    Consult this handy guide: iTunes Store: Invalid, inactive, or illegible codes

  • When using rabbitmq-jms for vFabric RabbitMQ javax.jms.Message.getJMSDestination does not return the actual destination when it is received from a consumer listening on a Topic with a wild card

    When using rabbitmq-jms for vFabric RabbitMQ javax.jms.Message.getJMSDestination does not return the actual destination when it is received from a consumer listening on a Topic with a wild card. I have tested with both 1.0.3 and 1.0.5 clients with RabbitMQ 3.1.5.
    I was wondering if the community was aware of this problem and if there are any workarounds? If not what is the proper channel to file a bug report. An example code snippet is below. The test fails because the TextMessageMatcher expects the destination passed in on construction (second parameter) to equal the desination on the message received (aquired from getJMSDestination).
            Mockery context = new Mockery();
            final MessageListener messageListener = context.mock(MessageListener.class);
            final Latch latch = new LatchImpl();
            final String prefix = "test" + System.currentTimeMillis();
            context.checking(new Expectations() {
                    oneOf(messageListener).onMessage(with(new TextMessageMatcher("MSG1", prefix + ".1234")));
                    will(new CustomAction("release latch") {
                        @Override
                        public Object invoke(Invocation invocation) throws Throwable {
                            latch.unlatch();
                            return null;
            final Connection connection = createConnection(null, null);
            Session session = connection.createSession(false, Session.AUTO_ACKNOWLEDGE);
            connection.start();
            Topic wildcardTopic = (Topic) getInitialContext().lookup(prefix + "." + "#");
            Topic destination = (Topic) getInitialContext().lookup(prefix + ".1234");
            final MessageConsumer consumer = session.createConsumer(wildcardTopic);
            consumer.setMessageListener(messageListener);
            MessageProducer producer = session.createProducer(null);
            producer.send(destination, session.createTextMessage("MSG1"));
            latch.await(5000);
            connection.close();
            Thread.sleep(5);
            context.assertIsSatisfied();

    Check where your MDB sends the [response] messages to.

  • TS1646 i have a new credit card when i put my new number it wouldnt take my 3 digit code

    i have a new credit card when i put my new number it wouldnt take my 3 digit code

    Try Here  >  http://support.apple.com/kb/TS1646
    If no joy...
    Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • I have a $20 itune card.  When removing tape number came off.  Has anyone else experienced this problem?

    I purchased an iTune card and when removing tape number came off with it.  Has anyone else experienced this problem?

    See this support article:
    http://support.apple.com/kb/TS1292
    If you can't get to work after perusing that page - characters are completely missing, not just difficult to decipher - contact the iTunes Store Support; instructions are at the bottom of that article.
    Regards.

  • NI-FBUS Communicat​ions Manager won't start when PCMCIA card is configured as Basic Device and Visitor address

    I can't get the NI-FBUS Communications Manager to start up unless the PCMCIA Series 2 Card is configures as Link Master. I want to Connect to a FFB Segement which already has a LAS 

    Hello,
    The same case.
    It means that fisically I have to connect the the PCMCIA to the actual segment (with its LAS) and then start up the NI-FBUS Comm. Manager?
    Like a Basic Device and Visitor Address will let me change parameters at the devices?
    Thanks in advance,
    Braulio

  • Wild Card Cert

    Is there a way to use a wild card cert in the CSS SSL Proxy list ?
    Looks like you can request a cert such as ABC*.xyz.com from Verisighn.
    Can you use that in a CSS for URLS like
    ABC1.xyz.com
    ABC2.xyz.com
    ABC3.xyz.com
    and only use one VIP ?
    Thanks
    Steve

    the domain will be used to get a destination ip address.
    So, the CSS does not really control the domain<->ip resolution.
    If you can configure your DNS server to point all domains to 1 ip, then you only need 1 vip on the CSS.
    However, if you have 1 ip for each domain, you will need the 1 vip per domain on the CSS.
    I know working with a single vip sounds easier, but this could be a big limitation for you in the future.
    If your number of domain increases or if the traffic load increases, the CSS performance could slow down as it will require to inspect all data to identify the domain name.
    Playing with more vip will allow you to identify the domain with just the ip and increase performance.
    Regards,
    Gilles.
    Thanks for rating this answer.

  • Persona Q Wild Card Premium Edition Preorder

    I placed an order for Persona Q Shadow of the Labyrinth Wild Cards Premium Edition 3DS on 7/05/2014. Nearing the release of the game I decided to check on its status to see when it would be shipping and noticed that it was linking to the wrong version in my order history ( regular version, not Wildcard that I ordered ) I emailed BestBuy 11/03 asking why it was linking to the wrong version in my order history and I received the following response:
    "Hi Michael, Thank you for choosing Best Buy. I understand you would like to check the status of your order. I'll be happy to assist you. I was able to locate your order BBYXX-XXXXXXXXXXXX Persona Q Shadow of the Labyrinth The Wild Cards Premium Edition Nintendo 3DS using the email address [email protected] you used, and it appears that your pre-order status is pending release and scheduled to be shipped on December 2 2014."
    The response confirmed that I would be receiving the Wild Card Edition and when it would ship but didn't address why it was linking to the wrong item. I sent the following email back 11/07:
    "I'm confused as to why it says "Atlus Persona Q Shadow of the Labyrinth The Wild Cards Premium Edition Nintendo 3DS" in my order history but when I click on it it goes to the wrong version of the game. Do you have any idea why its doing that?"
    I then received the following response on 11/07:
    "After researching the issue, it appears that we have a system error issue with our Online Website. It's a site-wide issue and our technicians have already been made aware of it. We assure you our technicians are working full-time to immediately resolve the issue. We want you to know we have the most competent and technically gifted engineers working hand-in-hand in fixing the problem. Therefore, I should not take more than 24 hours for the said issue to be rectified."
    I waited 24 hours and checked and nothing had changed. As I wasn't receiving any help from BestBuy email support after numerous attempts I had to look online to find out what the issue was. After doing some searching I found other customers online had the same issue and were told by BestBuy customer service that BestBuy made a mistake with the SKU and that they were issuing $30 gift cards so people could get the correct version that they ordered. I emailed BestBuy back with this information 11/17 and was told:
    "Our technicians are still working to resolve it and we don't have an approximate time on when will it be resolve."
    and that I would receive a $10 gift card. For some reason the email support people seemed to have no idea about the SKU mistake ( even after I looked it up online and explained it to them ) or that BestBuy was sending $30 gift cards to customers so they could receive the item they ordered. While I appreciate any gift card a business offers me it was a bit confusing why everyone else was issued a $30 gift card ( http://forums.bestbuy.com/t5/Gaming-Support/Persona-Q-Premium-Edition-Preorder/td-p/838319 / CAG ) and those customers didn't have BestBuy mistakenly confirm that the Wildcard Edition would be sent to them.
    This has been extremely frustrating as I was erroneously told that I would receive the Wild Card Premium Edition, my order was changed without me receiving any notification at all, I was given the wrong information over and over and over again until I ultimately had to search online to find out what the issue was. I apologize for the length of this post but I needed to explain what happened and I wasn't getting any help at all from email support. I just want to either receive the game I ordered or a code / gift card so I can replace my order. Please help.

    Hi mike1942,
    I can see why you'd be concerned! Details on this issue have been provided to our phone and e-mail support teams, so it's disheartening to hear of the difficulties and conflicting information you've encountered in trying to find a solution.
    When this title was initially made available for pre-order on BestBuy.com, the standard edition was incorrectly listed as the Wild Cards edition. The SKU number was correct though, and our merchant team has since made sure SKU #7377002 properly reflects the standard edition online.
    I've sent you some information, so please make sure to check your private messages when you can. To check your PMs, simply sign into the forum and then click on the letter icon in the upper right-hand corner of the page.
    Aaron|Social Media Specialist | Best Buy® Corporate
     Private Message

  • Wild Carding with Record Search - Auto Suggest Behavior

    I have a property by name searchTerm which is enabled for wild card record search. When I am doing a wild card search passing bbay* to ERecSearch , it is not auto correcting to baby and returning no results, whereas when I send bbay to Endeca, it is automatically auto correcting to baby.
    Please let me know why is this different behavior noted. Do we not expect them to auto correct even when we use wild carding. Please throw some light on this and how can this be achieved

    As Pradeep said, auto-correction is one of the linguistic features that isn't supported for wildcard searching (along with stemming, thesaurus, snippeting and phrasing). One approach is to do a "cascading search", so execute a search without wildcarding first (and getting spell-correction, did-you-mean, stemming etc.), and if you don't get any matches then re-submit as a wildcarded search. This is also useful as part of a larger part number matching strategy.
    Michael

  • Error message in the report: Exceeded configured maximum number of allowed

    Hi,
    When i'm running one report, it's throwing the following error.
    Error
    View Display Error
    Exceeded configured maximum number of allowed input records.
    Error Details
    Error Codes: EKMT3FK5:OI2DL65P
    SQL Issued: 3302~v9p2gfbm0sfk91lrj16oe7srm2
    This is most common error. my report is retreiving 469,501 rows in the database.
    These are the settings in the instanceconfig.xml :
    <Views>
    - <Pivot>
    <MaxPagesToRollOutInDelivery>1000</MaxPagesToRollOutInDelivery>
    <MaxVisibleColumns>500</MaxVisibleColumns>
    <MaxVisiblePages>2500</MaxVisiblePages>
    <MaxVisibleRows>1000000</MaxVisibleRows>
    <MaxVisibleSections>10000</MaxVisibleSections>
    <DefaultRowsDisplayed>1000000</DefaultRowsDisplayed>
    - <!-- This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control
    -->
    <DefaultRowsDisplayedInDelivery>1000</DefaultRowsDisplayedInDelivery>
    - <!-- This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control
    -->
    <DefaultRowsDisplayedInDownload>100000</DefaultRowsDisplayedInDownload>
    - <!-- This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control
    -->
    <DisableAutoPreview>false</DisableAutoPreview>
    </Pivot>
    Max visible rows are higher than my report rows, but still it is throwing error.
    Please any suggestions !!!!
    Thanks in Advance

    Just in case try to set other views and see how it works
    http://docs.oracle.com/cd/E23943_01/bi.1111/e10541/answersconfigset.htm#CIHHBHEB
    In WebLogic FMW Control or EM:
    http://server.domain:7001/em
    Click on Fam_bifoundation_domain -> Business Intelligence -> coreapplications -> Capacity Management -> Performance
    Maximum Number of Rows Processed when Rendering a Table View
    Number Of Rows:
    Maximum Number of Rows to Download
    Number Of Rows

  • My itunes account was for uae store and i change it to the usa store  by a itunes gift card , When i change it i lost all of my purchased and i cant do any updates to the apps what should i do to get them back

    1- My itunes account was for uae store and i change it to the usa store  by an itunes gift card , When i change it i lost all of my purchased and i cant do any updates for  the apps and games  what should i do to get them back .
    2- Can I Transfer the amount to another Account .
    and thnx

    Call Apple sales support. Something apparently went wrong in your transaction. In the USA the number is 1-800-676-2775.
    Best of luck.

Maybe you are looking for

  • Missing CRLF in file created on application server

    Hello, We have a requisite to create a file on the Application Server (AS/400) with CRLF at the end of every record. The records are stored in this structure: - OUTPUT: CHAR655, text to export; - LENGTH: NUMC4, length of the record (text to export).

  • [Error] pidgin 2.4.1-1

    Purple's D-BUS server is not running for the reason listed below Failed to get connection: Failed to execute dbus-launch to autolaunch D-Bus session after update the pidgin 2.4.0 to 2.4.1 I get this Error message.

  • HT4527 My iPod only transferred my purchased apps, not my purchased music.  Help?

    I've tried to transfer my music purchases from my iPod to my new computer, using the "device>transfer purchases" option but it only transfered my app purchases, not my actual purchased music.  Any ideas? 

  • Anybody having Verizon issues this morning????

    My phone is nothing more than an MP3 player this morning, no data, no voice, nothing. I have anywhere from 1-4 bars of signal, but cannot make a call, not even to voicemail. My data signal is completely gone, and nothing connects. I have rebooted the

  • Dimage Scan Elite 5400 problem

    My father has a Minolta Dimage Scan Elite 5400, bought while he still used Windows XP. He now has an iMac running OS X 10.6.6 but is unable to achieve decent scans of negatives. They all turn out with awful colours, strange dark banding and other wei