How to get a voice mail or recording (from the microphone) to repeat?

I want tp know how to get a voice mail to repeat, once I have listened to it.  Same question for something I have recorded with the microphone.

Tap the voice mail or recording you want to repeat.  It should start playing from the begining again.

Similar Messages

  • HT204053 How to get into voice mail

    Just like to know how to access my voice mail?

    Tap the Phone app, then tap Voicemail at the bottom right.  If you have any listed there tap them to play.

  • Why is the file so large when I record from the microphone?

    I am trying to write a program that will save incoming and outgoing voicestreams while playing them. I have been successful thus far but when I record the voice from the speaker(microphone) the file size is in the Megabyte size within a few seconds of recording! The incoming stream is more acceptable in size. I checked the files the incoming stream is 128kbps while the microphone recording is 1411kbps. I tried setting the restriction on the devicelist but that didnt work.. any ideas?

    I am trying to record the outgoing voice stream when i speak into microphone to another person. I used mostly the AVTransmit 2 code to do that. The thing is i get "no processor exception" when I try to clone the data that i get from processor.getOutput. But if i were to clone the dataSource that is directly from the microphone before being processed then it works but with a much larger file size at 1120kbps. The thing is I am processing the cloneableDataSource so i am not sure what went wrong

  • How to Get Yahoo Push Mail to Work on the iPhone- Finally

    I post this for the benefit of all of you struggling with this same problem and how to resolve it.
    I talked to AppleCare this morning and this is what they said that Yahoo push start working- the first thing that has after spending several solid useless days trying every other recommendation on various forums, none of which worked. Here is what they said to do:
    1. Restore completely, without having the backup restore onto the iPhone.
    2. Delete all of your email accounts on the iphone (I did this first before doing #1 to see if the remainder would work without a restore, but it did not, but when I went back and did #1 first it worked).
    3. Re-enter all of your e mail accounts, beginning with the non-yahoo accounts first- very important. Be sure to set up at this time whether you want them manually to check or every 15 minutes for mail, etc., BEFORE you set up or enter the Yahoo account.
    4. Then, after the above, enter the Yahoo account.
    The support guy told me that for some reason changing how often the send receive occurs (manually, etc.) AFTER first setting up the yahoo account somehow overwrites information for the yahoo account and keeps the push from working. He said he had solved the push for a number of people following the procedure, and I agree, it did work.
    Whether it will keep working I am skeptical! Also, I meant to ask, but did not: Does this mean that if I now ever change how often the iPhone checks for mail will it now overwrite the yahoo information and cause the push to stop working again, meaning I have to do the above steps again.
    Finally, the push is not instantaneous, but is in about 2 minutes or so, at least from what I have seen- a lot better than every 15 minutes.

    Sorry it did not work for you. Call Apple at 800-myiphone- maybe they can help.

  • Java - Axis2: How to get an error code / error message from the Javascript via SOAP

    Hi
    In our Java applicsation we call a Javascript in a Indesign CS Server using the following code:
    --- SNIP BEGIN ---
    // calls the remote service on the indesign server
    try {
    // create service
    ServiceStub oIndsgnSrvStub = new
    ServiceStub(sIndesignServer);
    // create service parameter
    ServiceStub.RunScriptParameters
    oIndsgnSrvRSParams = new ServiceStub.RunScriptParameters();
    // create arguments with source- and target-file for parameter
    ServiceStub.IDSPScriptArg[] oIndsgnSrvSArgs = new ServiceStub.IDSPScriptArg[2];
    oIndsgnSrvSArgs[0] = new
    ServiceStub.IDSPScriptArg();
    oIndsgnSrvSArgs[0].setName("xml-input");
    oIndsgnSrvSArgs[0].setValue(sSourceFile);
    oIndsgnSrvSArgs[1] = new
    ServiceStub.IDSPScriptArg();
    oIndsgnSrvSArgs[1].setName("output-file");
    oIndsgnSrvSArgs[1].setValue(sTargetFile);
    // define service parameter
    oIndsgnSrvRSParams.setScriptArgs(oIndsgnSrvSArgs);
    oIndsgnSrvRSParams.setScriptFile(sScriptFile);
    oIndsgnSrvRSParams.setScriptLanguage("javascript");
    oIndsgnSrvRSParams.setScriptText("");
    // create runscript
    ServiceStub.RunScript oIndsgnSrvRS = new ServiceStub.RunScript();
    // set parameter
    oIndsgnSrvRS.setRunScriptParameters(oIndsgnSrvRSParams);
    //$$$ there should be an answer returned by the InddSrvr
    // execute SOAP call
    ServiceStub.RunScriptResult oIndsgnSrvRes = oIndsgnSrvStub.RunScript(oIndsgnSrvRS);
    if(oIndsgnSrvRes.getErrorNumber() == 0) {
    oServerProdJob.setProdState(CBP_Constant.REMOTEPRODUCTIONSTATE_SUCCESS);
    bOK = true;
    } else {
    oServerProdJob.setProdState(CBP_Constant.REMOTEPRODUCTIONSTATE_FAILURE);
    bOK = false;
    //$$$ should be set, if there is something returned by inddsrvr
    //oServerProdJob.setErrorMsg(sErrorMsg);
    } catch(Exception e) {
    sError += e.getMessage() + "\n";
    bOK = false;
    --- SNIP END -----
    The problem is that we don't get the error code and/or the error message from the Javascript in oIndsgnSrvRes. The error code is always 0 if I set an Integer value as return in the Javascript. If I set a String, there is an Exception in the Java application.
    Here is the Java script we use:
    --- SNIP BEGIN ---
    main();
    main()
    var sError = "";
    var sXMLInput = "";
    var sLayoutPath = "";
    // get the SDKCodeSnippetRunner object
    var cbpAdapter = app.cbpCbpadapterObject
    if (cbpAdapter) {
    sXMLInput=app.scriptArgs.get("xml-input");
    sLayoutOutputFile=app.scriptArgs.get("output-file");
    sError = cbpAdapter.doProcess(sXMLInput, sLayoutOutputFile);
    return sError; // This give an Exception; if I return an Integer the ScriptResult is always 0
    --- SNIP END -----
    If I try this with the test application from Adobe I get the error code correctly. But in the Java application, using SOAP, I can't get the error code.
    What could be wrong?
    Any ideas?
    Thanks a lot for the support.
    Kind regards
    Hans

    user11340104 wrote:
    Hello -
    i am calling sqlplus from a bash shell script. If the sql statement generates an error, how can I return that error code (unsuccessful) back to the bash shell?
    Well, let google be your friend,
    http://www.google.co.in/search?rlz=1C1GGLS_enIN327IN327&sourceid=chrome&ie=UTF-8&q=sqlplus+error+codes
    There are many threads I guess talking about the same issue.
    HTH
    Aman....

  • How to get status of a sub process from the parent process.

    Hi,
    I want to get the status of a subprocess from the parent process (i.e. success or failure).
    How can I get this.
    Thanks in advance.
    Bye

    have a look at the workflow built-in vars:
    WF_ACTION_ERROR and WF_ACTION_RESULT or WF_CASE_RESULT
    WilfredS

  • How do I remove an old hostname record from the server context?

    Hi there
    We have a machine that had changed its hostname, but still has the same IP address.
    This machine was being monitored by SunMC, but since the hostname has changed on the agent,
    the SunMC server is not collecting data from it.
    Throughout the troubleshooting process, I uninstalled/installed the agent on the client (as well as re-seeding, trying just the IP in the domain-config.x file)
    I removed the client from the server's topology (delete object/connection from the Edit menu), and created the object again, and I got the error that it could not connect (check agent/port blah blah).
    Then I tried creating it as an snmp ping, entering only the IP. When I looked at the details, I saw that it
    had taken the OLD hostname for that IP. Right-clicking on the object to make it an agent/host fails with the cannot connect error.
    I confirmed that the old hostname is still associated with that IP using this command, after deleting the object:
    es-run agentContext.sh agent <oldhostname> <port>
    and, sure enough, there's the old entry.
    So...I guess I need some magic command that is going to remove this old agent entry so I can get this
    machine added back in.
    There are a lot of critical servers in this domain, so I don't want to risk wiping everything out!
    Is there a nice way to do this?
    Thanks!

    An apple ID is nothing more than a "User ID"
    Actually, it is more than that. If you read the licensing agreements for any OS version or app obtained at the app store, it will become clear: the license for any app or OS obtained at the app store is not transferable. Hence it is tied to your Apple ID and will remain so - it cannot be removed.
    You are supposed to remove anything obtained at the app store from the computer before giving/selling it. Your father will also not be able to reinstall the OS if need be.
    Which OS version was on the Mac originally? You will need to use internet recovery (Command + Option + R) to erase your drive and then reinstall the original OS (if Lion or later). If it came with an install DVD, boot from that, erase the drive and reinstall. After that, your father can very easily download/update/reinstall any OS or app using his own Apple ID.

  • How to get cumulative decreasing values by substracting from the previous row.... in a dynamic added

    I have pdf table like this:-
    Header 1
    Header 2
    Header 3
    Header 4
    Header 5
    Header 6
    Header 7
    From
    To
    No. of Days
    Balance
    Date
    1
    2
    <ADD Button> / <Del Button>
    3
    4
    5
    This
    Row
    is
    730
    to
    be
    hidden
    DateFieldFrom
    DateFieldTo
    DateFieldTo-DateFieldFrom(Some No1.)
    Remaining1=uppervalue(730)-Some No1.
    Now when i click the <add  rows button>  rows are to be added and i have to get the valuesof Remaining2(Remaining1- Some No.2 )in the Added Balance Row
    how will i do this?

    Hi Luis,
    According to your description, you have a report with different dynamic columns. Now what you want is show your user percentage growth in your matrix report after your user select two of those columns (I think you may use parameter to achieve your “checkbox”
    function). Is my understanding correct?
    In Reporting Service, we can’t calculate dynamic columns with our build-in arrogation functions. So we need to add custom code into our report, and call those functions which defined in custom code in our expression. We have tested your scenario in our local
    environment. Here are steps and screenshots for your reference.
    Go to your Report Properties, add the custom code below into your report:
    Dim Shared Num1 As Double
    Dim shared Num2 As Double
    Public Function GetCalification(Calification as Double,Type as String,Type2 as String) 
    If Type = Type2 Then
       Num1=Calification
    Else
       Num2=Calification
    End If 
    Return Calification 
    End Function
    Public Function GetPec()
    Return (Num2-Num1)/Num1
    End function
    Create a matrix. Put PilarName into Row field, put Period into Column field. In Data field, put the expression below into the textbox:
    =Code.GetCalification(Fields!Calification.Value,Fields!Period.Value,Parameters!Period.Value(0))
    In our sample report, we created a parameter (named Period) for selecting two columns. You can replace “Parameters!Period.Value(0)” with your own parameter.
    Add an outside column at right (%Growth), put the expression below into the textbox:
    =Code.GetPec()
    Save and preview. The matrix and result looks like below:
    Reference:
    Custom Code and Assembly References in Expressions in Report Designer (SSRS)
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • How to get a data element's value from the data file while bursting

    For faxing bursted data into rightafx, I need to first burst my invoice data file into numerous pdf files in the filesystem, and then use the rightfax function of the delivery manager to send those files to different faxes. Integration with rightfax is not available in the bursting engine.
    While bursting the xml data file based on invoice number, I need to get the fax number that is different for each invoice in a java variable so that I can use it to pass fax number information to rightfax. Is it possible?
    Thanks.

    Can any one help?
    Edited by: MTW on Apr 16, 2010 6:58 AM

  • How to delete the child record from the database

    how to delete a parent and child record from the database can we do it in the servlet and my database is oracle

    I'm not sure I understand the question but you could certainly use the JDBC API from within your servlet to access and modify a DB. You could also use an EJB layer to access your DB and accomplish the same tasks.

  • How do I delete voice mail from my iphone 4s?  I am getting a message that my voicemail is 98% full.

    How do I delete voice mail from my iphone 4s? I keep getting a message that my voicemail is 98% full.

    i realised i have this 200mb of messages this morning & tried deleting my messages but it started to hang half way and my phone gets very hot. thn i do pressed my lock & home button to reset the phone, thn it cool atfer awhile but i got all my messges back lol..
    thn i found out, after deleting all the unwanted messages, sync to itunes, thn all the messages is gone for good. hope it helps?

  • How to create a voice mail password if you did not do it when you bought the phone?

    I did not create a password for my voice mail when I bought the phone.  How can you do it now since I ignored the prompt when I first tapped voice mail?

    YOu will have to contact your cell provider to get the password, voicemail is a carrier feature.

  • How to get first 10 records from the database using JSP

    i want ot get first 10 records from the database and then after clicking the next button in the page,it must show the next precceding 10 records from the database.i am getting the first 10 records .but how to post to the same page to get another preceeding 10 record.

    Search the forums - this has been asked a lot. I usually recommend experimenting with tops and order bys until you're satisfied.
    Kind regards,
      Levi

  • I cannot access my voice mails.  I can't get to voice mail either through the phone app nor the viooice mail app.  When I try I get message the "can not complete call as dialed."t  Any ideas?

    I cannot access my voice mails.  I can't get to voice mail either through the phone app nor the viooice mail app.  When I try I get message the "can not complete call as dialed."t  Any ideas?

        backpack12,
    Voicemails are a vital part of having a working phone. We do suggest that you look at the contact and then the number to make sure that it is *86. If you are needing to get your voicemails until then, please dial *86.
    RobinD_VZW
    Follow us on twitter @VZWSupport

  • Can not get my voice mail while in canada

    Hello i can not get my voice mail while in canada.. help   call forwarding is off.. when i dial my 10 digit number and hit send it says call ended.... but as soon as i cross back into the us it works just fine .. all was good till approx 6 weeks ago..  i have not added any thing or removed any thing either.

    While in Montreal PQ I don't receive voice mail notifications and *VM does not work. However if I dial my ten digit phone number I can retrieve my voice mail.
    Also when I get to my hotel I can dial my phone and retrieve that way.
    Another way is to use the backdoor Verizon voicemail number then follow the prompts to enter your cell number and password code.
    It is not toll free but I have never been charged for using it.
    Of course I don't know if it even is still available.

Maybe you are looking for