HT4993 Blocking calls and messages?

Is there any way to block calls and messages from a specific number? Or is there an app to do so?

There is no "app for that" unfortunately as there is for Android and BB. However some carriers offer call blocking for a fee.

Similar Messages

  • Block calls and messages on iphone

    How do I block calls and some messages--am a verizon user of iphone 4s

    You need to log onto your Verizon account (www.verizonwireless.com). One of the options on the main screen is blocking numbers. You can block up to, I believe, five for free. There are additional options that cost a monthly fee.

  • Why can't I block a number through the call and message blocking request?

    Every time I try to insert a number, it keeps saying that they are unable to complete my requested change at this time.

        Jezallygrace, I want to make sure you're able to block those unwanted calls and messages. If you're still having problems with the site, we'll need to verify the feature is on your account and possibly add the block for your. If you still need assistance, please send me a private message with your mobile number.
    MarquiaF_VZW
    Follow us on Twitter @VZWSupport

  • I want to block a number from calling and message me but how do i do this is there any app avalible for this

    I want to block a number from calling and message me but how do i do this is there any app avalible for this

    Sadly, as Call Bliss uses the built in Do Not Disturb feature, it requires that your screen be locked in order to function.
    I'm hoping (and have submitted feedback) that Apple will beef up DND to work even when the screen isn't locked.

  • Is there a way for this community, to make a suggestion to Apple to include blocking a specific contact number calls and messages just as other phones provide that feature for their users.

    Is there a way for this community, to make a suggestion to Apple to include blocking a specific contact number calls and messages just as other phones provide that feature for their users.

    No phone provides true call blocking. At best, they provide call diversion. Essentially, the call is answered and disconnected automatically. If I recall, Apple is adding call diversion features in iOS 7.
    Best of luck.

  • Renewing blocks on specific numbers for calls and messages

    I need to renew existing blocks on specific numbers that show an expiration date of today (8/1/11)  How do I do that?  The numbers still show on the lines, but I have no way of verifying that the blocks are still in place or removed.  Please help.  Thanks.

    Hi Cgriff, 
    The free Call and Message block that we offer lasts 90 days. However, please note that you are able to change this at any time. For example, the block can be removed before the 90 days is up. In your case, you mention that you want to renew the block. Youc an do so by going in and removing, then re-adding the block. This starts a new 90-day block. It is easier tis way, since you can change the information whenever you want. Below are the steps to follow, for your convenience. 
    Call and Message Blocking can be added/removed online by signing in to My Verizon using your Account Owner user ID and password and doing the following:
    1.        Click on “Block Calls & Messages” icon located under “Plan” in the “I Want To” section at the bottom of your home page.
    2.        Click on the “Call and Message Blocking” tab (next to Parental Controls.)
    3.        Enter up to five 10-digit numbers under the Call and Message Block tab and click "Apply" once completed.
    We also offer Usage Controls, which does so much more than Call and Message Blocking. You can find the information for Usage Controls here:
    http://www.vzw.com/usagecontrols
    Thank you for your posting and have a good day!

  • Regarding blocking of unwanted calls and messages

    how do i block unwanted calls and messages on my nokia asha 210..is there any utility available to do so??

    Hi tangra,
    Welcome to Nokia Support Discussions!
    As what plepleple posted, this feature is not supported by the phone. We also checked that no application can be downloaded that has this feature.

  • Getting unwanted calls and messages

    eventhough i have set my privacy policy, still i am getting unwated calls and messages.
    can you please advise

    Lawrence Finch wrote:
    What Ansuz said. However, if you are getting SMS spam call AT&T to get credit for it.
    Additionally, if the spam is all coming from the same number you can notify AT&T and have that number blocked.

  • Assertion failed: poll() is a blocking call and cannot be called on the Service thread

    Hi
    We are getting a strange issue, the application successfully joins the cluster but after start failing with following exception.
    The cluster have three nodes storage disabled web-logic and two standalone coherence JVM's, we are using distributed cache with Local scheme
    <Error> (thread=DistributedCache, member=4): Assertion failed: poll() is a blocking call and cannot be called on the Service thread
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.poll(Grid.CDB:5)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.poll(Grid.CDB:11)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$BinaryMap.get(PartitionedCache.CDB:26)
    at com.tangosol.util.ConverterCollections$ConverterMap.get(ConverterCollections.java:1655)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$ViewMap.get(PartitionedCache.CDB:1)
    at com.tangosol.coherence.component.util.SafeNamedCache.get(SafeNamedCache.CDB:1)
    at com.thehartford.pi.core.referencedata.dao.cachedaoimpl.ReferenceCacheDAOImpl.getReferenceData(Unknown Source)
    at com.thehartford.pi.core.caching.cachestore.ReferenceCacheStore.load(Unknown Source)
    at com.tangosol.net.cache.ReadWriteBackingMap$CacheLoaderCacheStore.load(ReadWriteBackingMap.java:6132)
    at com.tangosol.net.cache.ReadWriteBackingMap$CacheStoreWrapper.loadInternal(ReadWriteBackingMap.java:5616)
    at com.tangosol.net.cache.ReadWriteBackingMap$StoreWrapper.load(ReadWriteBackingMap.java:4698)
    at com.tangosol.net.cache.ReadWriteBackingMap.get(ReadWriteBackingMap.java:717)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$Storage.get(PartitionedCache.CDB:10)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache.onGetRequest(PartitionedCache.CDB:23)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$GetRequest.run(PartitionedCache.CDB:1)
    at com.tangosol.coherence.component.net.message.requestMessage.DistributedCacheKeyRequest.onReceived(DistributedCacheKeyRequest.CDB:12)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onMessage(Grid.CDB:34)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onNotify(Grid.CDB:33)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.PartitionedService.onNotify(PartitionedService.CDB:3)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache.onNotify(PartitionedCache.CDB:3)
    at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:42)
    at java.lang.Thread.run(Thread.java:722)
    ERROR 2013-09-20 09:06:42,515    :  [2013-09-20 09:06:42.515/8740.228 Oracle Coherence GE 3.7.1.0 <Error> (thread=DistributedCache, member=4): Assertion failed: poll() is a blocking call and cannot be called on the Service thread
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.poll(Grid.CDB:5)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.poll(Grid.CDB:11)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$BinaryMap.get(PartitionedCache.CDB:26)
    at com.tangosol.util.ConverterCollections$ConverterMap.get(ConverterCollections.java:1655)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$ViewMap.get(PartitionedCache.CDB:1)
    at com.tangosol.coherence.component.util.SafeNamedCache.get(SafeNamedCache.CDB:1)
    at com.thehartford.pi.core.referencedata.dao.cachedaoimpl.ReferenceCacheDAOImpl.getReferenceData(Unknown Source)
    at com.thehartford.pi.core.caching.cachestore.ReferenceCacheStore.load(Unknown Source)
    at com.tangosol.net.cache.ReadWriteBackingMap$CacheLoaderCacheStore.load(ReadWriteBackingMap.java:6132)
    at com.tangosol.net.cache.ReadWriteBackingMap$CacheStoreWrapper.loadInternal(ReadWriteBackingMap.java:5616)
    at com.tangosol.net.cache.ReadWriteBackingMap$StoreWrapper.load(ReadWriteBackingMap.java:4698)
    at com.tangosol.net.cache.ReadWriteBackingMap.get(ReadWriteBackingMap.java:717)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$Storage.get(PartitionedCache.CDB:10)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache.onGetRequest(PartitionedCache.CDB:23)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$GetRequest.run(PartitionedCache.CDB:1)
    at com.tangosol.coherence.component.net.message.requestMessage.DistributedCacheKeyRequest.onReceived(DistributedCacheKeyRequest.CDB:12)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onMessage(Grid.CDB:34)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onNotify(Grid.CDB:33)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.PartitionedService.onNotify(PartitionedService.CDB:3)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache.onNotify(PartitionedCache.CDB:3)
              at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:42)

    Hi
    The problem is that you are making a re-entrant call back into a cache service from the service thread or worker thread of a cache service. This is a bad thing to do as you risk deadlocking your cluster by consuming all of the threads in the service. From the stack trace it looks like you are doing a get on a cache which is calling through to a cache store which is then doing a get on another cache.
    For example, you have done a "get" on a cache, that has now consumed a worker thread (call it Thread-1), that thread is calling the cache store which is doing a get on another cache in the same cache service so will now consume another thread (call it Thread-2) so you now have two threads in use, Thread-1 will not return until Thread-2 completes. Now say you had 2 worker threads on your cache service and two "get" calls came in at the same time, Get-1 and Get-2. Both worker threads are now in use so when Get-1 calls the cache store to do a get on the other cache then it has to wait for a worker thread to become free to process the get. The same applies to Get-2, it is calling the cache store and waiting for a thread to become free. The problem is no threads will become free as they are all waiting. Hopefully that is a clear enough explanation of why you get the warning.
    Read this Constraints on Re-entrant Calls - 12c (12.1.2) This is for 12.1.2 but the same applies for any Coherence version.
    JK

  • In "do not disturb" mode, I need it to never silent calls and messages

    Hello,
    I'm trying to figure this out, not that I'm on call again. Since "Do Not Disturb"  has been out I have had my phone set to auto turn on nightly. Allowing Call and messages to come though. Thinking that was the case I never thought anymore of it. Last night I got a high ticket and miss it because it was in "Do Not Disturb".
    So even thought it's set to allow all calls they still get blocked? Is there was to have the IOS7 Silent feature turned off. I have e-mails and other crap getting push to my phone for my pebble so I don't want to turn that off, just make the quite at night.
    Am I SOL?
    Any info on this would be great.

    Hi,
    You can turn the email arrival sound off in the settings.  Thus you can still get phone calls but no email arrival sounds.  more over, you can turn the notification for the emails off (at least make it no sound).
    And I think do not disturb just mutes the rings for text or calls.  it doesn't actually blocking them.
    Hope this helps.

  • How do I block calls and texts on a prepaid phone?  Says service unavailble when I try to do it through VZW

    How do I block calls and texts on a prepaid phone?  Says service unavailble when I try to do it through VZW

    bathgate69, sorry for this inconvenience. Which make/model phone do you have?
    For your convenience, you can also reach our Prepaid customer service department at 888-294-6804 for help, as well.
    LasinaH_VZW
    Follow us on Twitter @VZWSupport
    If my response answered your question please click the "Correct Answer" button under my response. This ensures others can benefit from our conversation. Thanks in advance for your help with this!!

  • My family and I share the same account of apple. I'm getting phone calls and messages from my mothers and my number and  vice versa. is there anything we can do

    my family and I share the same account of apple. I'm getting phone calls and messages from my mothers and my number and  vice versa. is there anything we can do

    The short solution is to go to Settings > FaceTime > iPhone Cellular Calls OFF.
    However, as Csound points out, you should not really be sharing an Apple ID with anyone. See: How to Stop Sharing an Apple ID.
    (Note that I am affiliated with that site, and some pages contain ads).

  • HT4623 My texts have stopped getting through to one of my contacts. I can phone him and I can receive his calls and messages. I am the only one of his contacts whose  texts are not getting through. We have both restarted our iphones but the problem contin

    My texts have stoipped getting through to one of my contacts. I can phone him and I can receive his calls and messages. I am the only one of his contacts whose  texts are not getting through. We have both restarted our iphones but the problem continues.

    Have you talked to your carrier (or your friend to his)?  Could be an issue at their end.

  • I have Iphone 4s from UK. I am using turbo sim (R-Sim) in it. I was able to surf net on 7.0.4 , But as i updated to 7.0.6 it is not connecting to net , I am able to make calls and messages , my network is also showing VODAFONE 3G

    Please help me as I am not able to connect to the net. My I phone shows carrier as EE 15.8 but is working on calls and messages. Do I need to remove the turbo sim while restoring. as I am not getting the option for carries as I use to get it before...

    You have hacked your phone with Turbo SIM. You cannot get any help here for hacked phones. Contact the place/person who sold you the SIM. Surely, they have support services, don't they?

  • I upgraded to a 4g and the most recent backup (today) is not showing up.  I went ahead and backed up and found that my texts, phone calls and messages did not backup.

    I upgraded to a 4g and the most recent backup (today) is not showing up.  The most recent backup that showed was 3/3/12.  I went ahead and backed up to that date and found that my texts, phone calls and messages are the part that did not backup. 
    Can anyone tell me 1) why my most recent backup did not show in ITunes, 2) why I could not backup using the Cloud (I tried this way first), 3) how I can get all the phone calls, messages and texts from 3/3/12 until today?  Please help if you can...thanks!

    I found the answer on:
    transferring Txt messages from old phone to new iphone 4
    It worked great!

Maybe you are looking for

  • Payroll results could not be imported/Error in Finance Posting of Payroll

    Hi friends, Please help me. I have created three wage types 2001-Basic Pay 2002-HRA 2003-Conveyance When I generated remuneration statement all these three wage types where displayed along with EE EPF contribution and VPF contribution which I have as

  • Logic 9.1: no more mp3 bounce in 32-bit mode

    Hi all, I wanted to make it clear in the subject line that I'm not opening Logic in 64-bit mode ('coz mp3 bounce is greyed out in that mode)... How I reproduce the issue (works every time): - Open my project. Is in 24/96. - Press Bounce. - Choose mp3

  • Adpatch and patch prerequisites in R12

    adpatch in R12 no longer checks for unapplied pre-requisites, but OAM's patch wizard does. Does anybody know what happens if the patch has a pre-requisite, and we are using adpatch to apply it? Does adpatch simply fail in this case? I haven't found a

  • What to do with two new 500 GB HD's

    I have a Mac G5 dual 1.8 with 2.5 GB DDR SDRAM, factory installed 160GB HD. I recently installed a second internal Seagate 500 GB HD. I had a WD external 500GB HD that died in 6 months (yes, I fortunately backed up all info on DVD), which they are re

  • Error during Load

    Gurus, I am trying to load data from BI content datasource 0HR_PY_1 to cube 0PY_C02. But when the infopackage runs, it throws an error and no records get transferred. Error while reading the payroll area information D2 , table T549A     HR_BW_PY99