How NOT to re-call after a call break

Hi,
I'm using iOS7 on iPhone 4 (in french).
When a phone call is broken due to bad network, the lock screen displays "Echec d'appel" (in french - I guess in english, it should be something like "Call interrupted"?)
Sometimes, I DO NOT want to re-call, but I cannot unlock my iPhone without having it re-initiating the last call (even if I slide the bottom of the screen)...
Is there a way to prevent this "automatic re-call at unlock"???
Thanks in advance for any clue.

Hello Peter,
I was struggling with the same issue.
NCo provides an delegate for handling change events: RfcDestinationManager.ConfigurationChangeHandler. But I found no documentation about this and could'n get it running.
Here is my workaround:
For destination configuration use the way as described in NCo_30_Overview.pdf (page 7 and 8).
If the compiler warns you, that the event is never used, just add the following line to MyBackendConfig:
private void ConfigurationChangedEventDummyCall() { ConfigurationChanged(null, null); }
Change your coding as follows:
IDestinationConfiguration config = new MyBackendConfig();
RfcDestinationManager.RegisterDestinationConfiguration(config);
RfcDestination prd = RfcDestinationManager.GetDestination("PRD_000");
before you try to get the Repository, execute a Ping and catch the Exception:
try...
prd.Ping();
This prevents you from getting the "Der Wert darf nicht NULL sein" error on the second call.
If Ping fails, unregister the configuration, change username and/or password, create a new config and register again.
catch...
RfcDestinationManager.UnregisterDestinationConfiguration(config);
// change config here... (prompt for username / password)
config = new MyBackendConfig();
RfcDestinationManager.RegisterDestinationConfiguration(config);
RfcDestination prd = RfcDestinationManager.GetDestination("PRD_000");
again
prd.Ping();
If the second ping is working, logon was ok and you can continue and get the Repository without an error.
Regards,
Ingo
Edited by: Ingo Frank on Sep 19, 2011 4:24 PM

Similar Messages

  • Screen not coming back on after phone call??!!

    this is a brand new 3g phone. And I have had a 1st Gen iPhone from the original release date.
    However, when I make a call and put the phone to my ear, the screen goes black as it should. But upon the conclusion of the call the screen does not come back on until I have locked it and unlocked it again!!
    Has this happened to anyone else?

    Same thing here!! I was calling my wife and it happened 3 times in a row in a matter of minutes. I rebooted the phone and it went away. Hasn't crept up on me again, yet (knock on wood).
    I don't know whether it makes a difference and whether they are technically the same, but I upgraded the firmware that was released 07/10/2008 that is from Apple's Servers from version 5A345 to 5A347 just to see if this fixed any last minute glitches.
    I hope this problem never surfaces again. We all paid a lot for these and spent a lot of time waiting for activation.

  • N95 how to disable keypad lock after phone call

    hi!
    i dont know is this the issue with lates firmware v20, but i noticed somehing that is quite annoying.
    after i recieve phone call, and if phone is locked, i open slider, talk, finish call, and then phona auomatically locks.
    is there a way to make it stay unlocked. because if after call i want to check something in phone i need to slide it close, and then open again, witch is annoying.
    thank you.
    ps. same thing happens with bult in lock system, and with best keylocker application.
    so i guess it is firmware feature (or maybe bug)

    Check in your phone settings
    Keypad autolock period—Select whether the keypad is
    locked when your device has been idle for a certain period
    of time.
    Phone autolock period—To avoid unauthorized use, you
    can set a time-out after which the device automatically
    locks. A locked device cannot be used until the correct lock
    code is entered. To turn off the autolock period, select
    None.
    See ‘Glossary of PIN and lock codes’, p. 117.

  • Struts - How not to lose parameter after validate() method

    Hi
    I have following problem. When I submit a form(action= sendMessage.do) from site generated in writeMessage.do?id=1 action and validate method find errors it forwards to writeMessage.do I need to forward to writeMessage.do?id=1
    <action path="/sendMessage"
    type="SendMessageAction"
    name="writeMessageForm"
    scope="request"
    validate="true"
    input="/writeMessage.do">
    <forward name="ok" path="/info.jsp"/>
    </action>
    I need something like input="/writeMessage.do?id=xx" , but xx will be changing in runtime. How to solve that problem?

    Swap input="/writeMessage.do" with input="/sendMessage.jsp" (or whatever the name of the input JSP was). If I remember rightly this will fix it for the automatic validation errors, however you'll still get this problem if you need to test business rules/custom validation rules from within your application. To fix this copy the following class and specify a className attribute for your action element in the struts config
    i.e. <action ... className="com.whatever.CustomActionMapping" ... />
    package com.whatever
    import java.util.ArrayList;
    import java.util.HashMap;
    import java.util.Iterator;
    import org.apache.struts.action.ActionForward;
    import org.apache.struts.action.ActionMapping;
    public class CustomActionMapping extends ActionMapping
        public ActionForward findForward(String forwardName, HashMap requestParams)
            ActionForward fwd = findForward(forwardName);
            Iterator iter1 = requestParams.keySet().iterator();       
            if (iter1.hasNext())
                StringBuffer basePath = new StringBuffer(fwd.getPath());           
                basePath.append("?");
                 while (iter1.hasNext())
                     String paramName = (String) iter1.next();
                     ArrayList paramValues = (ArrayList) requestParams.get(paramName);
                     Iterator iter2 = paramValues.iterator();
                     while (iter2.hasNext())
                         String paramValue = String.valueOf(iter2.next());
                          basePath.append(paramName);
                          basePath.append("=");
                          basePath.append(paramValue);
                          if (iter2.hasNext())
                              basePath.append("&");
                     if (iter1.hasNext())
                         basePath.append("&");
                 fwd = new ActionForward(fwd);
                 fwd.setPath(basePath.toString());
            return fwd;
    }Then in the execute method of your action do something like
    // Creates a map to store the request parameters in
    HashMap requestParams = new HashMap();
    // Helper method to extract a request parameter for 'teamId'
    Integer teamId = RequestHelper.getTeamIdParam(request);       
    // Adds the teamId parameter to the hash map
    setRequestParam(RequestHelper.TEAM_ID, teamId, requestParams);
    // Creates a new forward with the required request parameters dynamically appended to the forward path
    return ((CustomActionMapping) mapping).findForward(forwardName, requestParams);

  • SPA942 fails to receive calls after xfer

    Hi There, I have a problem at one customer site with the SPA942 phones.  After an incoming call is transfered to another extension, the phone then fails to receive calls - even after the transferred call has ended.  And in some cases the phone that received the transferred call also fails to receive future calls after the call has ended.  In both cases the phones will once again receive calls after the SIP registration has timed out and the phones automatically re-register.
    As a temporary fix to keep the customer happy I have had to lower the SIP registration period to 30s which is not ideal but drastically reduces the issue from occuring.
    Both phones have been upgraded to the latest firmware (6.1.5a) which has not fixed the problem.
    Besides this problem everything else works.
    Any suggestions on how to fix this or troubleshoot for more info would be really appreceiated
    Thanks
    Aaron

    Do you have SPA900? If not, this is your VOIP provider's concern. If ever you have SPA9000 please try this:
    Force Media Proxy: set it to YES
    then
    SEND RESPONSE to SRC port.
    Hope this resolves your issue.

  • SSL client authentication: how to get the cert used in call?

    Hi !
    I'd like to authenticate my clients based on their certificate. Unfortunately, there doesn't seem to be an easy way to get the client certificate that was used for the current method call.
    I am thinking of something like this:
    SomeClass dosomething(param a, param b) {
    RemoteUser ru = getUserFromCert();
    if (ru==null) return;
    ....do the job....
    SomeOtherClass dosomethingelse() {
    ....same thing
    RemoteUser getUserFromCert() {
    Principal pr = RMIContext.getRMIContext().getSSLSocket().getSSLSession().getPrincipal();
    Is that the way to do it?
    What do I need to implement to get that getUserFromCert method going?
    Has anyone done that before?
    Thanks for any help,
    ken

    Thanks for your reply. I'd like option (b) best as well. But I think I read somewhere that the HandshakeCompletedListener is called asynchronously? Would be bad if it'd be called after a call has been handled.
    I did some more research and realized I might as well use JMX. JMX has authentication included and does remote method invocation just like RMI. There even seems to be a so called JMXMP connector which supports client authentication by certificate, which is exactly what I want. I'd probably have to rewrite some parts but it seems to be an elegant solution.
    Am I right?

  • How to hide or do not show the receipt's name after miss called?

    1. How to hide or do not show the receipt's name after miss called?
    2. I do not want to show my message statement in the screen.

    I have also registered to this forum to inform that the problem with showing the MAC-address in the sidebar of the finder is still not solved.
    The strange thing is that the Embedded Web Server says:
    "This specifies the Bonjour domain name assigned to the device, in the form <host name>.local. If a user-specified host name has not been assigned, the default host name HPxxxxxx is used, where xxxxxx are the last 6 digits of the LAN hardware (MAC) address. This option cannot be modified."
    But I did assign a user-specified host name and that name does show-up everywere (also within Bonjour), except in the sidebar of the finder (hp###xx##x####). Lots of people have the same issue, when searching on the interet, but not one has found the solution.
    Please help with solving this issues?

  • UCCE Not Ready Reason Code Removed after Internal Call

    Here is the scenario.  Agent puts themselves Not Ready which we have set to require a Not Ready reason.  They enter the reason and go about their business.  Someone internally calls their extension for whatever reason.  The agent takes the call and hangs up.  It seems they are left Not Ready but the reason for being Not Ready is removed.  They are now in a undefined not ready code.  Can it be set to put them back in the Not Ready Reason they were prior to the internal call?  Here is what we are running:
    CUCM: 8.0.3.21900-8
    ICM: 8.0(3)  (8.0 SR 8.03)
    CTIOS: 8.0(3)
    CAD: 8.0(1) (build: 8.0.1.47)
    JTAPTI: 8.0(3.10000)

    Hi Brad,
    As I understand that the agent before receiving the internal call the agent already went to Not Ready. So after the internal call depending on the wrap-up setting agent will either go to the wrap-up node or directly to the Not Ready state.
    If agent goes to wrap-up then need to provide the wrap-up code and after wrap-up need to select Ready or Not Ready. In this case agent will not get any option to select Not Ready. Because prior receiving the inter call the agent was in Not Ready state. By default this is how it works.
    But if you use CTIOS agent desktop then with customizing the call event. For example customize the CTIOS code in such was that for internal calls after agent press the wrap-up complete button instead of going back to previous event it will go to the Not Ready event.
    Unfortunately for your case it will not work as you are using CAD.
    Thanks,
    Ashfaque

  • How do I get the contact photo to full screen size when receiving a call after iOs 7.1 update..?

    how do Iget the contact photo to full screen size when receiving a call after iOs 7.1 update..?

    I went to the link. I selected iPHONE.  There was a big iPhone icon above the comment box -- so I was absolutely, positively on the right page.  I spent five minutes or so crafting a constructive comment as to why I wanted the full photo feature back on incoming calls on iOS7.  Then...i noticed the box below the comment area asked 'What operating system are you on?'.  And the drop down selection list included every operating system since Job's garage days -- but not one single iOS entry.  No iOS entries on an iphone page.  Unless I'm missing something, I think anyone writing a feedback comment is wasting his/her time.

  • My iphone automatically locked and it does not open again,but if u call the sim that was inserted you will hear that it was active,so please help me how to open my iphone 4,no display appeared if you touch the switch button

    my iphone automatically locked and it does not open again,but if u call the sim that was inserted you will hear that it was active,so please help me how to open my iphone 4,no display appeared if you touch the switch button,

    Hello arlyn-cavite,
    If the screen is not showing anyting when you press any of the buttons you may want to try these steps.
    From article iPhone: Hardware troubleshooting http://support.apple.com/kb/ts2802
    Will not turn on, will not turn on unless connected to power, or unexpected power off
    Verify that the Sleep/Wake button functions. If it does not function, inspect it for signs of damage. If the button is damaged or is not functioning when pressed, seek service.
    Check if a Liquid Contact Indicator (LCI) is activated or there are signs of corrosion. Learn about LCIs and corrosion.
    Connect the iPhone to the iPhone's USB power adapter and let it charge for at least ten minutes.
    After at least 15 minutes, if:
    The home screen appears: The iPhone should be working. Update to the latest version of iOS if necessary. Continue charging it until it is completely charged and you see this battery icon in the upper-right corner of the screen . Then unplug the phone from power. If it immediately turns off, seek service.
    The low-battery image appears, even after the phone has charged for at least 20 minutes: See "iPhone displays the low-battery image and is unresponsive" symptom in this article.
    Something other than the Home screen or Low Battery image appears, continue with this article for further troubleshooting steps.
    If the iPhone did not turn on, reset it while connected to the iPhone USB power adapter.
    If the display turns on, go to step 4.
    If the display remains black, go to next step.
    Connect the iPhone to a computer and open iTunes. If iTunes recognizes the iPhone and indicates that it is in recovery mode, attempt to restore the iPhone. If the iPhone doesn't appear in iTunes or if you have difficulties in restoring the iPhone, see this article for further assistance.
    If restoring the iPhone resolved the issue, go to step 4. If restoring the iPhone did not solve the issue, seek service.
    Take care,
    Sterling

  • How to make the Commit after calling a BAPI from SE37 ?

    Hi
    When i use a BAPI for update some SAP table i always call the BAPI inside a program and then i call the BAPI_TRANSACTION_COMMIT for made the changes and validate them
    Bot now i need to test the BAPI directly in SE37 , and the BAPI returns the sucess message but i can not see the changes in the SAP tables , i guess i need to make the Commit but how can i do this ? 
    by calling the BAPI_TRANSACTION_COMMIT directly in SE37 after the call to the other BAPI  ?
    Thanks
    Frank

    se37 > clear the field of the function module name
    menu path: Function module > test > test sequence and give you FM's sequence you want to test

  • ORB does not perform clean up after destroy() is called.

    hi,
    the HelloClient example (POA model) which is provided in the Java IDL tutorials, does not perform clean up after the execution is complete.
    i.e. i can still find the Socket descriptors in the file system under the path (/proc/p_id/fd). Do we need to explicitly destroy the sockets inorder to perform the required clean up??the OS i'm using is Linux.
    if yes, then how do i do that.... the following are the steps to reproduce the problem:
    1)start HelloServer
    2)start HelloClient
    3)check file count in /proc/process_id/fd before calling init.
    4)invoke ORB.destroy() method.
    5)check file count in /proc/process-id/fd after destroy completes.I have included Thread.sleep(25000) inorder to check the file count dynamically at each stage of execution.
    Any help in this regard is welcome....!!
    thanks in advance

    Hello:
    This reply may be long after the time that you need it ... but the problem
    that you are experiencing sounds very much like a bug that was fixed in the J2SE 1.5.0_10 release.
    It is bug 6354718 ....
    In the evaluation section of that bug they note:
    Yes. It's a known bug in ORB connection management. What's happening here is, the connectionCache that maintains both inbound and outbound connections does not reclaim connections, upon ORB destroy() call. There is a connection reclaim() logic in place, but does not kick in, until it reaches certain watermark levels. Since, a single client can have a multiple ORBs and thereby multiple outbound connections (in the reported case) , with each cache having exactly one connection which leaks up on ORB exit. This leak multiplies based on the number of ORBs and time period over which client stays live, up and running.
    The solution is, to walk through the connection cache and close each connection,
    no matter what the watermark levels are. This can be done at the corba transport manager close() call.
    Note: In the above evaluation they tell you how to fix it yourself but I believe (I haven't tested it yet ....) that if you upgrade to JDK 1.5.0_10, you should find that it has been fixed for you.
    I hope that I'm not steering you wrong, but that's my take on your situation.
    John

  • How to collect the attempts of calls after translation rule applied?

    Hi,
    We applied the following translation rules on our voice gateways in order to block malicious incoming calls.
    "voice translation-profile call_block
    translate incoming 1
    voice translation-rule 1
    rule 1 reject /##########/
    rule 2 reject /##########/
    dial-peer voice 1 voip
    call-block translation-profile call_block"
    My questions is - Is there any way to collect the number of those calls hitting our voicegateways?
    By the way, the version of gateways is 12.4 (13D)
    Thanks,
    Jessica

    You can route them to a service that announces not to call anymore, using CDR you would also record calling number and time of call.
    Note however that usually, after a while malicious callers learn how to hide calling number, thing against which you've no remedy.

  • How to pass attribute values after ExecuteWithParam to method call

    Hi,
    I am using Jdev 11.1.1.6.
    My use case is that I have mainPage BTF which has ExecuteWithParam as the default activity. This filters the VO using params. I have a requirement to store some of the attributes from current row to pageFlowScope which needs to be passed to multiple child taskflows.
    I can introduce a method call after ExecuteWithParam activity and before the page renders but not sure how should I pass the current row (or something) to this method call to store the values on pageFlowScope.
    What should I pass to this managed bean to store the values on pageFlowScope? Is there any alternative?
    Thanks,
    Jai

    I see two possible ways to get to the attributes. First you can get the iterator current row and get the attributes from there. Second you add attribute bindings to the methods pageDef file for all attributes you are interested in. Then you access them using the attribute binding. I never tested the 2nd method but I guess the framework will fill the attribute bindings like it does in a normal page.
    Sorry, can't give you sample code on this add I'm not in front of a PC.
    Timo

  • TcpIP connection to remote server not closing after each call.

    using urlconnection to connect to a remote server does not close tcp connection after use. Any ideas on how to force this closed.
    This inturn causes subsequent calls to the remoteserver to use the existing tcp connections, slowing down the over <br>all connections because the remote server is not able to handle multiple requests using the same connection.
    We are using a unix box running solaris 8.0 I believe and the <br>connection to the remote server is done over a dedicated line.
    Here is what the code looks like. I believe I am doing all that I can to force the stream objects closed so that there is no lingering connections. Is there anything that I can do from a code perspective to assure that after each transaction all stream objects are dropped and closed so that the tcp connections close. Also, could there be other reasons why these connections stay open.
    pls help.
    try {
    // Read the Login URL net connection output
    URLConnection conn = new URL( url ).openConnection();
    boolean inputOK = true;
    if ( testInput ) {
         InputStream inConn = conn.getInputStream();
         InputStreamReader inStream = new InputStreamReader( inConn );
    // read input stream for OK/FAILED
    BufferedReader in = new BufferedReader( inStream );
    String str = null;
    Debug.println( this, "Response read" );
    while ( ( str = in.readLine() ) != null ) {
    System.err.println( str );
    if ( ( str.indexOf( SUCCESS ) >= 0 ) || ( str.indexOf( LC_SUCCESS ) >= 0 ) ) {
    Debug.println( this, "Found success " + str );
    inputOK = true;
    break;
    else if ( ( str.indexOf( FAILURE ) >= 0 ) || ( str.indexOf( LC_FAILURE ) >= 0 ) ) {
    Debug.println( this, "Found failure " + str );
    inputOK = false;
    break;
    in.close();
         inStream.close();
         inConn.close();
         in = null;
         inStream = null;
         inConn = null;
    Debug.println( this, "End of Response read" );
    }

    This is an issue with the browser rather than Java.
    You are getting the same response, because the browser checks it's cache first and keeps serving up the same info from the cache.
    Add a parameter to the URL so that the browser thinks you are submitting a form. Use the new methods in the URLConnection class, or you can manually add a GET parameter to the URL.

Maybe you are looking for

  • Error while activating transformation

    Hi Experts, I need to activate a transformation between a cube and DSO. But I am getting an error message while activating the Transformation the messages are as followed. 1. Error when writing routines    Message Number. RSAA561 2. Error while activ

  • Fatal Error in Report Generation.

    Hi, When i am trying to run the report from Jdeveloper, i am getting the following error in JSPX page Page Error: The page you are trying to access is having some problems and the following is the log is created in jdeveloper server console. javax.fa

  • Hiding viewobject table columns in uiXML/BC4J page

    I would like to know how to hide a tablecolumn in a uiXml/BC4J page. Regards Tuncay

  • How to Send  message to MQ without using JMS Receiver Adapter

    Hi Frnds, Actually i am working one File to JMS scenario,I have to send message to MQ,What are the different ways we can send  message to MQ without using JMS Adapter. Regards, Raj

  • How to view the dispatched mails in J2EE server???

    Hi All, I want to view how many mails have  been sent from the J2EE server. May I know how we can see this in NetWeaver AS JAVA? As we can view in ABAP stack using SOST tcode, this will show the list of user who have been sent mails from SAP system f