Get DNIS (called number) using JTAPI

With JTAPI, I can get the caller ID and line extension of the number called, but can I find out what was the original number (DNIS) that the caller dialed? In this case DNIS is a Hunt Pilot, not the user's extension or shared line.

You get the caller name as shown on the phone's display by calling CiscoCall.getCurrentCallingPartyDisplayName

Similar Messages

  • Get the Caller Name using JTAPI

    For the incoming call, I am able to read the Caller ID using connection[0].getAddress(), but it gives me the phone number of the incoming call. Is there a way to get the Caller Name of the incoming call as well?

    You get the caller name as shown on the phone's display by calling CiscoCall.getCurrentCallingPartyDisplayName

  • How to get incoming call number in j2me

    hi all,
    Is there any way to get incoming call number in j2me???
    thanks in advance
    mraj

    You can't get this number at least till MIDP 2.0 devices.. you only have a interrupt events which call showNodify and hideNotify, pauseApp or start methods. Once can neither know if this interrupt is due to phone call, user switching to menu or sms etc..
    Regards,
    Raja Nagendra Kumar

  • Truncate called number using translation rule

    I have a Cisco 2851 router and I need to chop off the first digit in the incoming
    called number string (e,g 272109 translate to 72109).
    I have tried using rule 1 /^.*\(..\)/ /\1/ but I cannot get this to work, keeps saying it is an incomplete command.
    Can anyone help please

    Are the numbers always the same length? If so, you can use the following rule to keep the last 5 digits.
    voice translation-rule 1
    rule 1 /^.*\(.....\)/ /\1/
    Hope this helps.
    Brandon

  • I have just purchased Lightroom 5 and cannot get a serial number as it says the redemption service is unavailable, how do I get my Serial number, using my Abruf-Code pls?

    I am trying to get a serial number for my purchased version of lightroom 5, using the Abruf-code, but keep being told the redemption service is unavailable,a nd the website I am given in the packaging sends me to an error page. Pls help as I am about to launch 130 Euros of software of the balcony.

    I don’t think there are many “must have” features in PSE13 especially if you are doing most of your editing non-destructively in Lightroom and only going to the external editor occasionally.
    https://forums.adobe.com/message/6761649#6761649

  • Get Shopping cart number using external tracking id

    Hi All,
    I need to get the shopping cart number using external reqmt tracking no using the transaction bbp_pd. I get one entry per external reqmt tracking no in the transaction bbp_pd. I have selected Object type as BUS2121.
    Can you pls confirm the object id that appears in the subsequent screen is the Shopping cart number. Or am I missing some thing here?
    Your expertise id highly appreciated.
    Thanks,
    Jai Shankar

    Hi
    <b>The transaction BBP_PD gives correct details..</b>
    <u>BUS2121 is for Shopping cart details.</u>
    <u>BUS2201 for Local SRM PO details.</u>
    <b>You will find all relevant tables names and field names in this case.</b>
    Do let me know.
    Regards
    - Atul

  • Call Recording Using JTAPI

    Hi,
    I want to do call recording (incomming & outgoing)using JTAPI in CUAE.
    Has anyone developed any call recording application using JTAPI in CUAE.
    Regards
    Pranjol

    AFAIK CUAE is not a prerequisite to develop JTAPI-based recording apps.
    For examples, this solution: http://www.zoomint.com/en/zoom-callrec-cisco-ip-telephony-contact-center-call-recording.html utilize JTAPI to monitor and record calls at specified endpoints.

  • I have signed on and followed the instructions provided to get my serial number using the redemption code in the box I bought at a retailer.  I am never given a screen where I can enter that code.

    I have followed the instructions provided on the Adobe.com/go/getserial site several times.  I have created an Adobe account and have signed in.  I have found the redemption code in the box I bought at Staples or Best Buy (don't remember which or maybe it was at Apple).  I am never given a screen on which I can enter that code to get my serial number.  What am I doing wrong?

    John, let me explain.  I recently purchased Adobe Premier Elements from
    Staple or Best Buy.  When I tried to install it, I was told that I needed
    to go to an Adobe web site to get a serial number.  There was a piece of
    paper in the box that I had purchased that contained a redemption code.  As
    I went through the process on the Adobe site, I was told that I would be
    shown a screen on which I would list that redemption code.  Once I had
    entered that code, I would be given the serial number required to finish
    the installation of the Premier Elements code on my Mac desktop.  I went
    through the process several times and was never given a screen on which I
    could enter the redemption code so I am unable to complete the installation
    because I have no serial number.
    Please let me hear from you.  I spent over $120 for the code and will take
    it back to the retailer if I cannot finish the install.  This should not be
    this hard.
    Rusty Edmister
    On Sun, Jul 13, 2014 at 6:23 PM, John T Smith <[email protected]>

  • Not getting incoming call while using Internet on ...

    Hello Friends,
    I have Nokia E63 and data plan from my mobile service provider. When I listen Internet Radio, it’s not allowing any incoming call, no screen intimation of incoming call nothing. May be i am missing some setting or so!
    I would really appreciate any help of this
    E 63 user

    Hi...Please check the Burst Control file with the printer & IP details.
    Look for the file below.
    <?xml version="1.0" encoding="UTF-8"?>
    <xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi">
    <xapi:globalData location="stream">
    </xapi:globalData >
    <xapi:request select="/DATA/LIST_DEPT/DEPT/LIST_EMPLOYEE/EMPLOYEE">
    <xapi:delivery>
    <xapi:email server="${EMAIL_SERVER}" port="${EMAIL_PORT}"
    from="${FROM_EMAIL_ADDRESS}"
    reply-to ="${REPL_TO_ADDRESS}">
    <xapi:message id="email1" to="${TO_EMAIL_ADDRESS}" cc="${CC_EMAIL_ADDRESS}"
    attachment="true" content-type="html/text"
    subject="Employee Report for Empno ${EMPNO}">
    Dear ${ENAME}, Please review the attached document.</xapi:message>
    </xapi:email>
    <xapi:filesystem id="file1"
    output="C:\burst\sample\${EMPNO}_${ENAME}_${MGR}_PRINT.pdf"/>
    <xapi:print id="print1" printer="${PRINT_URL}" copies="2"
    orientation-requested="3" />
    </xapi:delivery>
    <xapi:document key="${EMPNO}"
    output-type="pdf" delivery="email1">
    <xapi:template type="rtf" location="${TEMPLATE_LOC}"
    filter=".//EMPLOYEE[DEL_CHANNEL='EMAIL']" >
    </xapi:template>
    </xapi:document>
    <xapi:document key="${EMPNO}" output-type="pdf" delivery="print1">
    <xapi:template type="rtf" location="${TEMPLATE_LOC}"
    filter=".//EMPLOYEE[DEL_CHANNEL='PRINT']" >
    </xapi:template>
    </xapi:document>
    <xapi:document key="${EMPNO}" output-type="pdf" delivery="file1">
    <xapi:template type="rtf" location="${TEMPLATE_LOC}"
    filter=".//EMPLOYEE[DEL_CHANNEL='FILE_SYSTEM']" >
    </xapi:template>
    </xapi:document>
    </xapi:request>
    </xapi:requestset>
    check the printers setting as required....aslo check what printer you are using for pdf printing...Pasta Printing??
    Thanks
    Ratnesh

  • Using answer-address in dial-peer when it has incoming called number

    Hello,
    We would like to use an inbound dial peer that will match by the Calling Number using answer-address.
    In our current configuration we already have inbound dial peers with "incoming called number" for Fax2Mail services.
    We want to use the calling number for matching to a different dial peer, without the "fax detect" service.
    As we notice, as soon as he matching the incoming called number, even if have identical dial peer with the same incoming called number, he stop the matching processes and the gateway ignore the answer-address.
    Is there any way to match the dial peer by Calling Number even if he have the incoming called number field?
    Thanks

    Hello,
    in the Inbound Dial-peer matching process, the 'incoming called-number' has the highest priority over asnwer- address & destination pattern. So if you want to match a particular inbound dial-peer based on calling number, add only asnwer-address and don't configure incoming-called number on the same dial-peer.
    FYI: Understanding the dial-peer matching process
    http://www.cisco.com/c/en/us/support/docs/voice/call-routing-dial-plans/14074-in-dial-peer-match.html?referring_site=smartnavRD#topic3
    //Suresh
    Please rate all the useful posts.

  • Cannot receive calls when using Edge network for data?

    Hi,
    This afternoon someone was trying to reach me urgently and all her calls to my iPhone went straight into my voicemail. My phone never rang and never showed missed calls.
    I spoke to Aaron at Apple, thinking there might be a problem with my phone, and he told me that when the Edge network is in use, then the phone will not ring and calls will be routed straight to voicemail.
    Is this really expected behavior? I was not aware of it.
    iPhone 8GB    

    This has nothing to do with EDGE all other phones will notify you and pause the connection. i posted about this 2 days ago but the thread got deleted.
    here is a video that proves this, the noise is from the GSM but the user is clearly on the edge network.
    http://youtube.com/watch?v=NMm2AY-_TTY
    this is from Tier 2 suport at Apple.
    Everyone having this issue should call 1-800-MY iPhon. Ask to speak to Tier II support, the person you get may try to help, and may need to give you a case number. You'll probably have to wait a while on hold.
    I just spent an hour on the phone with Tier I & II. The tier I guy started by saying that when you use EDGE it will always go to voicemail. I told him, I was on a user forum & some people said they don't have the issue. He then tested it on his phone & experienced the direct to v-mail issue. We talked about how this was a real problem & how both of our nokia phones didn't have this issue (he actually had the E-61 also). He gave me a case number & transferred my to tier II. The tier II guy told me that this was a software issue. That a pop-up needs to be designed into the software to allow the user the option to disconnect the data connection & accept the voice call, or not. I told him that I'd read on a user forum that some users get voice calls while using EDGE. He said that if they are using you tube the call will automatically interrupt & switch out of you tube. We then tested this on my iPhone & it worked (i.e. the call interupted you tube). He said the software currently decides to disconnect data or send calls to voice mail during EDGE transmissions based on what the user is doing. Phone calls take priority over you tube & widgets (stock & weather)but safari and e-mail take priority over phone calls. He said the thought was, it would be more annoying to users to be in the middle of sending an e-mail and having mail disconnected for a phone call, than having the call go to voicemail. The ideal solution is to have a choice (like other phones allow) but right now the iPhone software does not have a pop-up designed allowing the user to accept the call or keep the data connection. (He seemed to be familiar with this on other phones while being tethered to a macbook to use their data connections & getting voice calls during downloads).
    He said he was submitting this to the engineering group & said the more people that call tier II about this & submit it as an issue via online feedback, the higher priority it will get to be addressed in the first software update. So if you want to see this fixed start calling and submitting the issue http://www.apple.com/feedback/iphone.html in as much detail as possible (specifically say that other existing phones Nokia S60s etc. have this function).
    and here is a thread that is discussing this serious problem. note it is now many pages long.
    http://www.howardforums.com/showthread.php?t=1197377

  • UCCX Called Number

    Hello,
    I am writing a UCCX script that pulls the calling and called numbers and does some other cool stuff to find an outcome and finally what to do with that specific call.
    Everything is working except I am not getting the called number. The called number I am seeing is the CTI Route Point number that was called to get the call into UCCX rather than the PSTN number.
    The setup is as follows:
    PSTN ---> SIP ---> CUBE ---> CUCM ---> UCCX 
    I can see the called number in the SIP messages and of course call manager is routing based all the called number I have done everything I can think off but it is still not showing me the PSTN called number in UCCX.
    I have attached a screen shot of the Get Call Contact Info step in UCCX scripting let me know if you need to see anything else related to the script.
    Any help appreciated.
    Thanks

    If the DNIS supplied at ingress to CUCM does not match the CTI RP DN then either you have Significant Digits stripping the called number down on the SIP trunk or a translation pattern modifying the called number before it gets to the CTI RP. In either case, CCX can only work with what CUCM gives it over the CTI QBE channel. A translation pattern resets the calling/called number to whatever transform it is performing so "Original Called Number" won't work either.
    Just mentally map the PSTN DNIS to the CTI RP DN and program the script to act accordingly based on the CTI RP DN.

  • PO number using invoice document ?

    Dear All,
    Please guide me to get PO number in FI Logistics invoice Verification number against the vendor line item.
    How to get the PO number using MIRO document .???
    Because in one invoice document will be using more number of PO , so i need a report with PO number using invoice document .
    Thanks

    Hi,
    Goto SE16N ......enter the table "BSEG"  uncheck all the output fields and select only for field "BELNR"-Document Number here enter your LIV document number and also select the field "LIFNR" -Vnedor as desired and also field "EBELN".AND EXCEUTE it you will get all the entries of PO number for desires invoice document number and vendor number..........
    Here you filter based on company code and year also......
    Hope this may help you.........

  • MIGO Exit  -- get the serial number

    Hello, everyone
    When push the Enter button or save button in MIGO,I'd like to get the serial number using exit.
    But I think that it is impossible to get the serial number in MIGO Exit.
    Because, they are not IMPORT Parameter which can get serial number.
    Anyone knows if we can get the serial number in MIGO Exit?
    Soma

    Hi,
    Even I have a similar requirement to get the value of serial number in runtime in MIGO tcode, I searched and dint find any FM or BAPI to fetch it. So I used the following code.
    *field-symbols declarations
        field-symbols: <it_goserial>       type STANDARD TABLE,
                       <wa_goserial>       type any,
                       <lv_searial_number> type any.
    *for retreiving the serial number
                ASSIGN ('(SAPLMIGO)OREF_DETAIL->T_GOSERIAL') TO <it_goserial>.
                if sy-subrc = 0.
    *Get the serial numbers entered
                  READ TABLE <it_goserial> INDEX 1 ASSIGNING <wa_goserial>.
                  if sy-subrc = 0.
    *serial number is the second component of the wa_goserial structure (cannot use the component name 'serialno' b/c the component is NOT defined in the Data Dictionary - it's defined in program LMIGOKE1)
                    ASSIGN COMPONENT 2 OF STRUCTURE <wa_goserial> TO <lv_searial_number>.
    endif.
    endif.
    <lv_searial_number> contains the derial number value at runtime.

  • JTAPI  anybody use JTAPI before ?

    i am programming JTAPI and i got some problems, so
    anybody had programmed in JTAPI or Cisco JTAPI?
    thanks a lot

    i'm new to jtapi too,i wanna implement caller id
    using this..if anyone has got src codes ple mail me
    at [email protected]..
    i hav all src codes for caller id using jtapi..am sending rt away..check ur email 4 jar....

Maybe you are looking for

  • XML Thumbnail Photo gallery

    Hi, I'm almost done with this Photo Gallery project but I have one final issue with the photo gallery. I created a multidimensional array to group image paths from the XML file in sets of 9. When the array is called the images appear in the right ord

  • How do i read out the actual voltage range of the daq board as calculated by labview based on my input voltage range

    I am somewhat new to DAQ so I hope I describe this well enough, but I have encountered a requirement for my VI that I am not sure how to obtain from LabVIEW. It is my understanding that when using a DAQ board (I'm using a PCI-6034 E) you can specify

  • Weather not showing up in notification center

    Hi All, I had iOS 4 installed and updated to iOS 5. I then loaded my backup on so I could get my contacts, apps, messages etc. My problem is that I don't see the weather and stock widgets showing up ony m lock screen as claimed they should. Settings

  • Transfer entire stock of a plant

    Hi I would like to transfer the whole stock of a plant to another plant. Is that possible without entering all materials one by one? Thanks for your answers Frederic

  • Making 2 Raid Systems on 1 Machine

    G5 Dual 2.5gig PPC This may be a little more technical then this board can handle as it was asked on different thead with plenty of looks but no suggestions, so i'll try here and hope more knowledge lives in this part of town. How to? I have a Raid 0