Why does voicemail NOT tell you when a message was received?

They used to but now I have NO IDEA when someone called me and left a message unless I check previous calls, which isn't always reliable!

    pamieland,
Being able to check voicemails when you miss a call is absolutely important! Let's get this fixed and you back to a reliable phone.
*When did this start?
*What device make and model do you have?
*How were you receiving notifications before?
*Do you have basic voicemail or visual voicemail?
Take a look at the comparison http://vz.to/1ulZsVD .
AdaS_VZW
Follow us on Twitter at @VZWSupport 

Similar Messages

  • HT1848 How do I sync my music on my computer to my iPhone - why does this not happen automatically when I connect?

    How do I sync my music on my computer to my iPhone - why does this not happen automatically when I connect?

    Do you have iTunes set to sync music to the device?
    Have you read the User's Guide that explains how to use the device?
    Syncing media and content to iDevices

  • Put movies in itunes on one computer why does it not show up when i access itunes from other computers or ipad2?

    put movies in itunes on one computer why does it not show up when i access itunes from other computers or ipad2?

    i just purchased a file that had videos in it. i put them in the itunes library on my pc where i first downloaded them. i was able to transfer them to my other pc, a laptop, through my home network. i am now trying to get them on my mac pro desktop and my ipad2. my mac pro can see the other computers on my home network but i cannot get it to connect to them. i know the operating systems are different but was hoping i could transfer pictures and files from pc to mac this way. haven't been able to get it to work yet. the videos i am trying to get my mac to see came in a folder with both mac and pc versions. i thought if i got the videos i purchased into itunes that i would then be able to get them to my mac pro and my ipad2. i am new to mac/apple and have always been pc-centric so trying to marry it all has been difficult. i speak pc pretty well but am just learning apple. am i trying to do things that are not possible? i sure could use a knowledgable friendly soul to walk me through my issues of having pc and mac on the same network. i have been able to get all computers and ipad to print on my network. thanks.

  • When you purchase a song from a different album,why does't iTunes tell you ?that you already have that song?

    When you purchase a song by a particular artist, why does;t iTunes prompt you about duplcates?

    As noted above iTunes Plus songs can be recognised by a plus sign beside them. If I recall the early launch information the iTunes Plus songs are predominantly EMI releases but other labels may also have iTunes Plus content available now: iTunes Plus FAQ

  • Why does Illustrator not remember filepaths when saving ??

    Hi,
    I'm finding it really frustrating that Illustrator 10 (on iMac G5 OS 10.3.9) does not remember filepaths when saving.
    Perhaps I've overlooked a setting somewhere.
    Does anyone know how I can rectify so Illustrator defaults to the last used filepath (as does almost every other program on earth) ??
    I'd be very grateful for any help.
    Thanks in advance.

    Can anyone tell me why this is happening?  Am I not saving this correctly?
    Well, to what format are you saving? The native AI format should always retain layers. Other formats such as EPS or older PDF Levels may indeed enforce flattening. also make sure you are not confusing layers with groups/ objects. There's a crucial difference between the two.
    And even more important, is there any way of restoring the different layers once this has happened?
    Well, you can manually add new layers and drag&drop your objects and groups into the new layers in the layers panel, but if you save it again to the wrong file format, that is wasted effort, so for the life of it make sure you get that figured out first.
    Mylenium

  • Why does text not format correctly when pasting into outlook?

    I am attaching a Screenshot of an email to better help you understand.
    Basically, I receive an email from customer.  I draft an email to respond and send to my boss to get approval.  Once my boss approves, I go back to my original sent email and copy and paste into a reply to the original email from my customer but for some reason in Outlook for Mac it doesn't format correctly.  It always pastes the text in a sorda column if you will, as though word wrap isnt working.  When I send it, it looks even worse to the customer, especially if they are looking at it on a phone.  I have looked high and low and cant find an answer.  Thanks in advance!
    FYI I copied and pasted the text into "Pages" to show exactly what it is doing.

    Try the Microsoft forums.
    Microsoft Support – Office for Mac
    Microsoft Support – Office for Mac (2)

  • Why does Passport not allow you to log into App Store

    Since the iOS6 update.   When ever I open the App Store and gets the message I can not connect.   I then try and get into the app store after opening passport and get the same message for both App Store and ITunes.???   Am i doing something wrong ??

    Go to the Date & Time settings (General > Date & Time) and turn Set Auto to OFF, then change the date to a couple months ahead of now, say December 2012.  Go back to passbook and it should work normally.  Then change the Date & Time back to auto and you are set.  This fixed my issue like this and it's been ok every since. 

  • Why does iphone not light up when connected to power ?

    The power lock button on my iphone 5 is broken. I turned it off using assist feature. Now when I connect the phone through cable to the wall charger, it does not light up. I know the battery was about 70% when I turned it off. Any clues ?

    Hi 008635ar,
    If you are having issues with charging your iPhone I would suggest that you troubleshoot using the steps in this article - 
    iPhone and iPod touch: Charging the battery
    Thanks for using Apple Support Communities.
    Best,
    Brett L 

  • Why does adobe not let you manage the computers your accounts are set up with from the online service?

    ?? They expect you to deauthorize from that computer, but if you sell that computer you don't have access to it anymore. HELLO?? Anyone at Adobe try thinking that far ahead or is it done on purpose to screw the customers? I have to active creative cloud memberships but only one computer using it with 4 computers signed up with only 1 actively using it because I don't have access to the other ones to deactivate the computers creative cloud is active on. Adobe recommends reinstalling creative cloud and deactivating, but here's a newsflash, if you don't own those computers anymore YOU CANT DO IT. It is not that hard to activate and deactivate computers "FROM THE CLOUD" especially on a service called "CREATIVE CLOUD" because Microsoft and apple do it with Office 365 and any Mac product. I take it my only solution is to cancel my credit card??

    Before complaining that something can't be done, a simple question of HOW to do something would be better... there IS a way to deactivate a computer you don't have access to physically
    Remove license on a computer http://forums.adobe.com/thread/1442423?tstart=0 may help
    -http://helpx.adobe.com/x-productkb/policy-pricing/error-maxium-acitvation-exceeded.html

  • Why does .equalsIgnoreCase() not return true when they're equal

    http://pastebin.com/m741df92b
    else if (message.matches("quit")) {
                   System.out.println("inside quit thingie");
                   // sender = sender.trim();
                   for (int i = 0; i < admins.size(); i++) {
                        String admin = admins.get(i);
                        System.out.println("testing :" + admin + ": vs :" + sender
                                  + ":");
                        if (sender.equalsIgnoreCase(admin)) {
                             System.out.println("quitting because of "
                                       + message.substring("quit".length() + 1));
                             super.quitServer(message.substring("quit".length() + 1));
                        } // end if
                   } // end for
    Output:  (the first bit is logging the incoming message)
    #TDWTFMafia:<btk> quit
    inside quit thingie
    testing :btk: vs :btk:Since posting the pastebin, I changed the code a bit so it would spit out the length along with what it's testing. that gave me
    testing :btk: (3) vs :btk: (3)

    Can you make sure the problem is not in
    System.out.println("quitting because of "+ message.substring("quit".length() + 1));
    super.quitServer(message.substring("quit".length() + 1));by replacing these 2 line with something like
    System.out.println("quitting);
    super.quitServer("quit");
    {code}
    Is the code you pasted surrounded by a try/catch statement? If message equals "quit" or something shorter your substring will throw a IndexOutOfBoundsException.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • How did my pdf files get converted from 'open with Adobe Reader' to open with Adobe Acobat'?  And if I have a ''free'' Acrobat account why does it not open?  When I do click on the account it ask me to pay $89.99.  I never wanted Acrobat.  How can I get -

    How did my stored files get converted from 'open with Adobe READER' to 'open with Adobe ACROBAT'? How can I get them re-set to open with 'Adobe Reader'?
    Please reply to my e-mail:   [email protected]

    It sounds as if you downloaded Adobe Acrobat Pro. If you did, uninstall it. Then repair Adobe Reader.
    The free Acrobat account has no connection to any of this.

  • Why does Printer not start printing when Cartridge changed

    All in one HP 4504
    This question was solved.
    View Solution.

    Hello, 
    Try making a COPY of a document / picture , it should work.
    Regards,
    Jabzi
    Give Kudos to say "thanks" by clicking on the "thumps Up icon" .
    Click "Accept as Solution" if it solved your problem, so others can find it.
    Although I am an HP employee, I am speaking for myself and not for HP.

  • Why does Firefox not pop up when I hit F12?

    I'm using Windows Vista on a PC.
    I usually have FF and IE open and minimized while working, and if I  choose preview in IE it pops rigtht up ready for duty with the page  loaded. But if I try the same with FF it loads the page but stays minimized.
    Anyone else experience this? It's a pain in the @ss.

    Hi Bopjo,
    Please follow the instructions mention below.
    1.) Open Adobe Dreamweaver CS5.
    2.) Click on Edit menu.
    3.) Click on Preferences.
    4.) Select Preview in brower option.
    5.) From the browser list select Firefox and select and check Primary browser option.
    6.) Click on OK.
    7.) Close Adobe Dreamweaver CS5.
    8.) Open any html page and press F12 to check which web browser is coming up.
    Regards,
    Sandeep Singh
    Adobe Technical Support

  • HT3231 why do all these pages not tell you where migration assistant is on a mac pro. they all say what to do when you have it however this is of no use if you are unable to find.

    why do all these pages not tell you where migration assistant is on a mac pro.  They all say what to do when it is on however this is of no use if you are unable to find it in the first place.

    In the Utilities folder, which is in Applications. You could also use Spotlight to search for it.
    Matt

  • Why does 'User not registered for online use' show up when I try to import a cd into itunes. None of the cd info shows up either

    Why does 'User not registered for online use' show up when I try to import a cd into itunes? None of the cd info shows up either.

    Well, the format I upload from the camera is "video clip" or "video for Windows"...sometimes I've converted them to avi format, too. But as I said, it never even lets me get that far...I never get to even select a clip. As soon as I tell the program to "import/clip" it freezes up before I can even go to the folder that the clips are in. It has only begun to do this recently, and I'd never had any problems like this before. Last night I tried it again, and I clicked "open composition", and it froze when I did that too.
    I'm not sure how much more specific I can be about the details of the clips, since I'm positive it has nothing to do with the clips themselves...I'm running Windows XP, though...Home Edition Service Pack 2, Pentium 4 CPU 2.80GHz, with 504 MB of RAM. I have had the automatic updates turned on since I did my last reformat a couple of weeks ago. Could it have something to do with some kind of an update it may have done?

Maybe you are looking for