How to push a hangup request to phone

Hi,
When a call is in process on a cisco ip phone, is there a way to push a hangup request to disconnect the call.
Or in other way is it possible to force phone to dial a number but before disconnect the current call?
Thanks for you ideas,
Parisa

Sure you can but it's a topic predestined for CTI.. so you're going to have to familiarize yourself with TAPI or JTAPI. Then making and disconnecting calls will be a breeze.

Similar Messages

  • How to push a perticular request from PSA to Data target using DTP in BI

    Hello all.
      I have mulitple requests in PSA & wanted to move only perticular requests (Randomly,  say first request & last request ) to data target using DTP in BI 7.0. How can we do this.. ? Is there any option in DTP (BI 7.0)for selective loading of requests from PSA to Data Target..
      Thanks in advance..
    Cheers,
    sami.

    Hi,
      It is possible by using 'zero fetch' in DTP
    If you want only the recent req to be loaded.
    1. In PSA, change the status of the recent request to red
    2. Do a zero fetch
    that is processing mode - No data transfer; delta status in source: fetched
    With this processing mode you execute a delta without transferring data.
    3. change the particular request status back to green
    4. Run a delta load
    Regards,
    Priya.D

  • How to cancel an erase request made through find my I phone

    I lost an I phone and through " find my I phone " I found it was offline so I made a request to erase the phone when connected to internet.
    Next day I found it, how to cancel that erase request? I am afraid if I opened it it will connect to internet and be erased
    Anybody can help ?

    unlick wrote:
    same case happened to me but i got it backed up a day b4. now the problem is.... it is taking forever to erase the phone.
    the spinning bars is at the center of the screen for hours now and it is still spinning. any clue?
    It's probably waiting for the phone to come back on line so it can communicate with it.

  • How to submit a concurrent request from a button in Selfservice

    Hi,
    I hope this is the forum where to start.
    I want to submit a concurrent request when a button is pushed in selfservice.
    I've implementend the event for button in java and its woring fine, but how to submit a conurrent request in java?
    Can anyone help me or tell me if this is not the correct forum?
    Thank you!
    Best regards
    Gjermund Lunder
    Developer/DBA

    hi,
    This question suppose to be in framework forum.
    you can try:
    OA Framework provides the ConcurrentRequest class to call the concurrent program from the page. The submitRequest() method in the ConcurrentRequest class takes 6 parameters and returns request id of the submitted concurrent request:
    public int submitRequest(
    String ProgramApplication ,
    String ProgramName ,
    String ProgramDescription ,
    String StartTime,
    boolean SubRequest,
    Vector Parameters ) throws RequestSubmissionException
    ProgramApplication -Application Short name of application under which the program is registered.
    ProgramName - Concurrent Program Name for which the request has to be submitted
    ProgramDescription - Concurrent Program Description
    StartTime - Time at which the request has to start running.
    SubRequest - Set to TRUE if the request is submitted from another running request and has to be treated as a sub request.
    Parameters - Parameters of the concurrent Request
    Here is the example for calling a concurrent program from a OA framework page.
    import oracle.apps.fnd.cp.request.ConcurrentRequest;
    import oracle.apps.fnd.framework.server.OADBTransaction;
    public int submitCPRequest(Number headerId) {
    try {
    OADBTransaction tx = (OADBTransaction)getDBTransaction();
    java.sql.Connection pConncection = tx.getJdbcConnection();
    ConcurrentRequest cr = new ConcurrentRequest(pConncection);
    String applnName = "PO"; //Application that contains the concurrent program
    String cpName = "POXXXX"; //Concurrent program name
    String cpDesc = "Concurrent Program Description"; // concurrent Program description
    // Pass the Arguments using vector
    // Here i have added my parameter headerId to the vector and passed the vector to the concurrent program
    Vector cpArgs = new Vector();
    cpArgs.addElement(headerId.stringValue());
    // Calling the Concurrent Program
    int requestId = cr.submitRequest(applnName, cpName, cpDesc, null, false, cpArgs);
    tx.commit();
    return requestId;
    } catch (RequestSubmissionException e) {
    OAException oe = new OAException(e.getMessage());
    oe.setApplicationModule(this);
    throw oe;
    I got it from http://prasanna-adf.blogspot.com/2008/11/call-concurrent-program-from-oa.html

  • How to print a grid from windows phone 8.1 application

    Hello ,
    I want to print a grid from a windows phone application.
    For tablet I can print using this namespace:
    using Windows.Graphics.Printing;
    using Windows.UI.Xaml.Printing;
    But they are only for Tablet.
    Please suggest a solution of printing from windows 8.1 phone application.
    Thanks

    Hi waqar.haider.confiz,
    >>How to print a grid from windows phone 8.1 application                                 
    As far as I known, in Windows Phone 8.1 app it does not have such API for us to print a grid. I will recommand you submit this feature request on this
    UserVoice forum.
    Best Regards,
    Amy Peng
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to change a web-request

    Hi everybody
    I have created a web-request. I can create a web-request, but I cannot change it. Belong to the documentation, when I change a web-request, then the change will be made in a new version.
    Here is the link to the documentation:
    [http://help.sap.com/saphelp_crm60/helpdata/en/46/12cdc93b75424fe10000000a1553f6/content.htm]
    For creating the web-request I call this url (the hostname is imaginary):
    https://+hostname.ch:44306+/sap/bc/bsp/sap/ZWEB_REQUEST/start_exit?uws_application=CRM_ORDER&*uws_mode=CREATE*&uws_service_id=Z000000001&sap-client=090&sap-language=DE&WFF_VIEW=Z00001'.
    For changing the web-request I have tried this urls:
    [without parameter uws_version, mode:CHANGE]
    https://+hostname.ch:44306+/sap/bc/bsp/sap/ZWEB_REQUEST/start_exit?uws_application=CRM_ORDER&*uws_mode=CHANGE*&uws_service_id=Z000000001&uws_guid=4C23C343380B4542E100000083660E5E&WFF_VIEW=Z00001
    -> The webrequest appears in change-mode, but when I save it, it dumps.
    [with parameter uws_version, mode:CHANGE]
    https://+hostname.ch:44306+/sap/bc/bsp/sap/ZWEB_REQUEST/start_exit?uws_application=CRM_ORDER&*uws_mode=CHANGE*&uws_service_id=Z000000001&uws_guid=4C23C343380B4542E100000083660E5E&WFF_VIEW=Z00001&*uws_version=0000000001*
    -> The webrequest appears in change-mode, but when I save it, it dumps.
    [with parameter uws_version, , mode:CREATE]
    https://+hostname.ch:44306+/sap/bc/bsp/sap/ZWEB_REQUEST/start_exit?uws_application=CRM_ORDER&*uws_mode=CHANGE*&uws_service_id=Z000000001&uws_guid=4C23C343380B4542E100000083660E5E&WFF_VIEW=Z00001&*uws_version=0000000002*
    -> The webrequest appears in create-mode, the data of the previous version doesn't appear (Probably I could fill it through the bapi or directly through the bsp). When I save it, it dumps.
    [without parameter uws_version, , mode:CREATE]
    https://+hostname.ch:44306+/sap/bc/bsp/sap/ZWEB_REQUEST/start_exit?uws_application=CRM_ORDER&*uws_mode=CHANGE*&uws_service_id=Z000000001&uws_guid=4C23C343380B4542E100000083660E5E&WFF_VIEW=Z00001&
    -> The webrequest appears in create-mode, the data of the previous version doesn't appear (Probably I could fill it through the bapi or directly through the bsp). When I save it, I get a blank screen. It doesn't dump, but it's not saved.
    Can anybody help to find out the right way, how to change a web-request?
    Thanks in advance.

    Hi,
    the WDJ Application is DC then follow the below document to import the application into the NWDS.
    Importing the local Web Dynpro DCs into the SAP NetWeaver Developer Studio
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c0e4528f-c471-2910-66a0-dd459f975dc2
    after importing the application into the nwds.
    navigate to view where the push button present.
    select the pushbutton properties and edit the text property.
    then the value changes.
    deploy the application.
    Regards,
    ramesh

  • "See how to get instant updates on your phone" Doesn't go away. Help?

    In the Facebook app when I click on the notifications it says "See how to get instant updates on your phone" at the top. It doesn't go away from the top unless I enable push notifications for it. However, i don't want that. Help?

    There are 3 ways to exit a fullscreen app:
    Escape key
    Command+Control+F
    Hover the cursor at the top of the screen until the menu bar drops down then clcik the Arrow icon on the top right.
    Have you tried plugging it back into the TV?

  • How is PUSH *supposed* to work?

    I have just moved from a v1 iPhone to a 3G. I have had the 3G for 3 days.
    I'm trying to understand how the PUSH function works. The User Manual is not very clear.
    I'm using Mobile.Me
    I am not getting an alert when my phone is 'asleep'. Is this normal? (I would have thought the point of PUSH was that you are alerted when there is email .... )
    I can send myself a test, which is picked up pretty much instantly by my desktop Macs, but even if I leave the iPhone untouched for say 20 minutes, then wake it up, there is still no message. If I then go into the Mail app. (on the iPhone) it will then connect, download and alert me.
    This doesn't seem like the correct behaviour.
    Any explanations of how it is supposed to work would be most welcome.
    Grant Symon

    RomingGnome, Deggie, Thanks.
    I think what happened was that I had deleted my non-standard MM account on the iPhone, but then of course, when I did the first sync, it was replaced from the MM servers.
    I have now left this account on the iPhone, but turned it off, and made a new MM, standard account, which I then synced, did a test and it worked immediately, with alert, whilst the phone was asleep. Very very cool and just what I wanted.
    I shall now have to experiment to see if I can get the non-standard MM account to work too. All this because Apple won't let us use a non MM 'return address'. How dumb is that? Still ... one has to hope that with Apple trying to push the iphone towards enterprise, they might notice that [email protected] is not really the return address most business users are going to want.
    Thanks again,
    Grant

  • How to I get a request code (ACROBAT 8.0 Standard)?

    I installed ACROBAT 8.0 Standard onto a computer that is offline.  I went to help to activate the software.by phone.  Called number, was instructed to register online.  Obtained from software, an activation number and serial number.  Back at ACROBAT's website I am prompted for  a request code.  Tried to enter activation number, but website would not accept.  How do I get the request code?

    Dear Anubha,
    I hope these windows illustrate what I am facing.
    The above window shows the prompt that the software requires activation.
    The version is 8.1.0.
    This next window is the point where I select activation by phone.
    This final window shows that the "response code" is not returned.  I get an
    "Activation Number" instead.
    Steven
    On Tue, Jan 27, 2015 at 10:50 PM, Anubha Goel <[email protected]>

  • How to submit a concurrent request from Discoverer report.

    I would like to know If any one has tried submitting a concurrent request from Discoverer Report?_
    This is no stupid question, but our team here finally decided with a solution to our long pending issues with few of the discoverer report. To Proceed further, we would like to know, how to submit a concurrent request from Discoverer report?
    We are looking for calling a package from the Disco admin by passing the parameters from the disco to the 6i report.
    All help us in this regards are much appreciated.
    Kindly help us in the same!
    Thanks
    Arun

    Thanks Rod for confirming the same.
    I will be trying the same today and will let you know if I succeed in doing it.
    If I can share the actual requirement with you, it goes like this.
    "I will be triggering the Oracle 6i standard AP Trail balance report through the Disco report. The standard report will be inserting the required data to one of my custom table. Once the concurrent program completes normal, my custom table will be having the required data to create the workbook specific to the current run of the concurrent program.
    The one problem which I think could happen is, How can I make my disco report to wait till the standard program to complete in normal so that my disco report can be generated with the data from custom table.
    Will the above requirement is possible If I follow the way you mention in the PDF or Could you suggest a better way for achieving the same.
    In short, my requirement is: The custom table(say XX_TABLE) will be populated with data when the standard 6i report is run and the disco admin will be making of the custom table (XX_TABLE) to generate the report.
    Please advice.
    Thanks
    Arun

  • How can I disable imessage from old phone?

    how can I disable imessage from old phone number / iphone I no longer have?

    iMesssage to old phone
    If you move to another phone and forget to turn off iMessage then read “if you no longer have the device in http://support.apple.com/kb/HT5661  If you still cannot resolve it call Apple http://support.apple.com/kb/HE57
    To deactivate iMessage http://support.apple.com/kb/ts5185
    Read http://m.samsung.com/us/support/SupportOwnersFAQPopup.do?faq_id=FAQ00053450&fm_s eq=62995

  • Duplicates of a song on iPhone 4s but not in iTunes. Unable to delete duplicate. Won't play and won't let you swipe to delete. Any ideas on how to do so without resetting the phone?

    I have duplicates of a song on an album. One of the duplicates is grey with no album cover. When you attempt to swite and delete, the track will not delete and will not even play. I've contacted iTunes store and the person I received the support email from told me that it may not be downloaded. I emailed him back and explained that no there is no download for that song in my itunes store on my phone.
    One I never received an answer back which shows you how well these people do their job.
    Two: I really would prefer to have a solution to this problem without having to delete all of my music from my phone or resetting my phone. Because this duplicate isn't even showing up in my iTunes, it's only showing up on my phone.
    When I attempt to find it in my itunes it plays fine. But when I try to find the file to delete it, it is no where to be found. I've tried everything that I could think of to get rid of it. And I don't want to leave the album/artist off my phone because I do enjoy their music... And I have the microsoft sync in my car.
    Anyone got any ideas on how to do this without resetting the phone and/or taking my music off?

    If you have all your music on the cmputer then i would connect up my phone uncheck the Sync Music option and apply.
    This should take all the music off your phone .Then you can resync the music back on to it.
    If this doesn't work maybe a restore to factory settings and start from scratch is the way to go

  • Ive deleted contacts from my contacts list but they still pop up when i go to text and type in the name of a current contact. .  How can i delete them off my phones memory for good?

    Ive deleted contacts from my contacts list but they still pop up when i go to text and type in the name of a current contact. .  How can i delete them off my phones memory for good? iPhone 4S

    At the present time, the only way to clear that is to restore the phone as new.  Perhaps a future iOS update will give us the option to clear that cache.

  • User Management - How to submit Additional Access Request on behalf of employee

    User Management - how can we configure "Access Requests" so that Managers can submit Additional Access Requests, or Initial Access Requests on behalf of employee?
    Have looked at "Manage Proxies" but this seems to allow access to everything - not ideal
    Please assist with knowledge and/or experience
    Many Thanks
    Me

    Additional Access Request Registration Process is complete
    Giving access to User Management to users is not an option.
    What I would like is the scenario below - is this achievable?
    When employee goes to iProcurement > Preferences > Access Requests > Request Access | they can submit an access request on behalf of themselves.
    Would like an option where a manager, navigates to same UI as above, has option to choose a subordinate, and request additional access on their behalf
    The table UMX_REG_REQUESTS has columns REQUESTED_FOR_USER_ID & REQUESTED_BY_USER_ID - so it seems they don't have to be same person (manager can submit request on behalf of an employee)
    Can this be achieved through UI for "Access Requests"?

  • How to delete a single request from DSO in BI 7.0

    Dear Experts,
    Could you please tell me how to delete a single request from DSO?
    I mean, in DSO if we delete one request it also delete the requests which are above it. But i don't to delete the above it.
    Please suggest me this issue.
    Regards,
    Prathap

    IN DSO--its a very basic thing....
    ACTIVE TABLE and CHANGELOG tables are overwritten after activation of each request.
    So ,each new request has a realationsip with the older request.
    So in the cases:
    1.If you activate the older request it will delete the new one ,because changelog entries have been written from the data of new request on the basis of the older one.
    e.g older request  entries:
    a x 1
    new request
    a x 2
    change log
    a x 1
    a x -1
    a x 2
    so its quite obvious you can't have  a x 2 directly (because in the infocube you will be sending wrong entries by deleting the just the older request and loadning new request).
    2.If you have activate new and old request toghterh then also system will not allow you to delete the newer request alone and you will have to delete both the requests.
    I guess already someone proposed correct solution to you ...thats selective deletion...but rahter than doing selective deletion there is a better way if you want to cancel out a particular request:
    thats request reverst posting
    IN the process monitor of any particular request you can find out the option for request reverse posting..Its good for individual request cancellation(keyfig values will become 0 for that particular request)
    regards,
    rk

Maybe you are looking for

  • Provisão de Serviço

    Boa noite a todos! Não estou conseguindo configurar um cenário de provisão de serviço em MM. Configurei o esquema de cálculo de serviço inserindo numa condição de provisão que criei a chave de operação BO1. Na transação OBYC informei para a operação

  • How do I add the USA store. I am logged in to UK store for past purchases and I don't want to lose them.

    How do I add the USA store. I am logged in to UK store for past purchases and I don't want to lose them.

  • Black Boxes in Mac OS X.8.2 and Adobe Reader 11.0

    I have a similar problem that Larry Joy asked about on this forum.  Per my usual practice, I updated my Adobe Reader to 11.0 when it was noted by my softeware update app.  Since then, I find that .pdf documents dating prior to the update have black b

  • Crystal Reports 2013 and Windows 8.1

    Hi, I'm trying to install the Crystal Reports 2013 designer on my PC, where it is installed the client of SBO 9.1 PL04. The operating system is Win 8.1 32bit. The setup of Crystal stops in the requistes control phase, in relation to the operating sys

  • I-tunes will not open after update to 11.1.1

    After updating to iTunes 11.1.1, it will not open. I've tried a few ways (from finder, from tool bar) and it just does a quick flash and then nothing, no error message, nothing. I am running OS X v 10.6.8 on a Macbook. Any help would be greatly appre