Why is my number restricted on other's phones

My number is coming up restricted on EVERYONE'S phone that I call.  How can I change this?

Go to Settings>Phone>Show My Caller ID. If it's enabled check with your carrier.

Similar Messages

  • Why does my iPhone shows "restricted" on other people's phone when I call them?

    Why does my iPhone shows "restricted" on other people's phone when I call them?

    Lena the only previous e-mail message was on Tuesday Dec 30 which stated…..
    Lets get your Caller ID to work as it should! I will send you a private message so that we can better assist.
    This e-mail states  that another ‘private message’ presumably via e-mail would be sent/received but I haven’t received anything else from an e-mail perspective. Presumably it is just a matter of navigating through a low number of settings to get to the caller-id option.
    Thank you,
    Steve.
    Sent from Windows Mail

  • Why are my text messages being sent through my Apple ID to only one person and through my phone number to all other contact when using iMessage?

    Why are my text messages being sent through my Apple ID to only one person and through my phone number to all other contact when using iMessage?

    Is this one person using an iphone or ipad for imessaging?

  • I just bought a adobe photoshop elements 12 for windows in the store , why the serial number on the box is invalid ?

    i just bought a adobe photoshop elements 12 for windows in the store , why the serial number on the box is invalid ?

    Hi,
    Does your serial number have 24 digits starting with 1057?
    Note: Please don't quote your number as this is a public forum
    If your number is not like that it may be a redemption code. See if the following helps.
    http://helpx.adobe.com/x-productkb/global/redemption-code-help.html
    If you need help in finding a serial number inside the box, please see here
    http://helpx.adobe.com/x-productkb/global/find-serial-number.html
    If you still need help, then you will have to contact Adobe. Look at the end of the page I first gave and you should see "Still need help" - click on that.
    Good luck
    Brian

  • For a communications company why is it so hard to get a phone number to talk to a real person?

    Verizon is a communications company: why is it so hard to get a phone number to talk to a real person? Why when I call to set up a payment plan I get an auto response the sets up my payment date with no option to decline? Why hasn't the FCC shut this company down for breech of contract and lying to its customers?

    Breach of contract? You are in breach of contract by not paying for services rendered.
    Why should you be late paying an invoice and yet expect Verizon to keep your device on? You are breaching the contract.
    #PMT from your device gives you an option for payment arrangements. The system more than likely can only extend the due dates by a certain number of days.
    *611 or 1-800-922-0204 and ask to speak to financial services and ask them to extend the date.
    Verizon would be out of business if everyone just paid them when they please.
    Good Luck

  • In the info bar at the bottom of the iphoto window, why is the number of items different from the total

    In the info bar at the bottom of the iphoto screen, why is the number of items different from the total?

    What version of iPhoto and system are you running? What mode are you in, i.e. Events, Photos?
    If it's the Photos mode the number at the bottom will represent the number of photos displayed in that mode or the number of photos selected in that mode. The number will match the number next to the photos mode only when there are no photos in that mode that are selected. 
    If you click on the Events icon and then back on the photos icon the numbers should match.
    OT

  • Why do the number of active JMS connections increase?

    <strong>Problem</strong>
    - Number of active JMS connections and current JMS messages increases until the Weblogic instances crash with an OutOfMemory exception
    <strong>Setup</strong>
    - Weblogic v9.2.3, Cluster with 4 Nodes
    - A JMS Message is sent from a MDB in Weblogic to a distributed queue which has a member on each of the 4 Weblogic nodes. The session is created as follows session = connection.createSession(false,Session.AUTO_ACKNOWLEDGE), the message delivery mode is set programmatically to persistent and the delivery mode override of the queue setup is set to persistent too
    - Standalone JMS client processes: each one is attached to <strong>all</strong> 4 nodes. Each one uses a unique JMS message selector so that we have more than one queue consumer for one queue but every message is exactly dedicated to one queue consumer. We us weblogic.jar for the clients.
    - Use of Weblogic auto reconnect feature. JMS client code:
    Connection connection = this.connectionFactory.createQueueConnection();
    final WLConnection wlconnection = (WLConnection)connection;
    wlconnection.setReconnectPolicy(JMSConstants.RECONNECT_POLICY_ALL);
    wlconnection.setTotalReconnectPeriodMillis(-1);
    wlconnection.setReconnectBlockingMillis(-1);
    <strong>Remarks and Questions</strong>
    - There are no pending JMS messages which is good
    - In our setup, each JMS client is connected to all 4 nodes as the messages are not distributed to all nodes: if a message is put to Queue A but the client is only connected to Queue B, the message is NOT transfered from Queue A to Queue B. We set the parameter "Forward Delay" to 5 seconds with no effects. Is this the normal behavior?
    - Not all JMS clients are visible in the Weblogic console under JMS Services -&gt; JMS Servers -&gt; [Server] -&gt; Monitoring -&gt; Active Connections. Which one are visible? Which one are not visible? There are also clients where the number of connections is not zero but stays constant; we know that as several independent clients on different hosts are started and the IP adress is visible in the Weblogic console. Why....?
    - What reasons can lead to increasing connections? Is this due to client or server problems? Do we have to acknowledge the message in the onMessage(Message) method of the client JMS consumer? So far as I know, we don't have to.
    - Are the increasing number of current messages due to the increasing number of JMS connections?
    - May the RECONNECT_POLICY_ALL policy produce this problem?
    Any hint is appreciated.
    Peter
    Edited by: pkeller on 23.10.2008 17:08

    To answer the question about the forwarding of messages from one queue to another myself: As mentioned at http://forums.bea.com/thread.jspa?threadID=400000611, the forwarding for queues does only work if all queue consumers are attached to the same queue. This means that our setup is OK.
    But the main question is still unanswered: why do the number of active JMS connections increase? I forgot to mention that
    - all messages arrive at the clients and that no exceptions are visible in the log
    - if you kill the client, the connections are still visible in the Weblogic console!?
    Please help as this problem is very urgent.
    Peter
    Edited by: pkeller on 24.10.2008 09:06
    Edited by: pkeller on 24.10.2008 09:10

  • Why must the number of states on all pages be equal?

    Hi,
    I'm building a complete interactive website in Fireworks CS5 using Master Pages, States and Behaviors for some neat interactivity on the mockup.
    My question is why must the number of states be equal on all pages? I have a Master Page with a simple rollover effect on all the links, but on the Profile page I have a popup where you can insert tags. To create an interactive popup on the Profile page I need a couple of states for that popup on the Profile page. As soon as I add more states to the Profile page it loses the content from the Master Page, even if I tell all the layers in the Master page to "share on all states", when forcing the Profile page get's disconnected from the Master page.
    There has to be a simpler way of doing this!
    Thanks!

    There is no way of doing what you want in Fireworks. It's not an HTML editor and can't generate more than rudimentary interactive objects. To create more sophisticated interactive objects you need have some knowledge of coding and use software like Dreamweaver or Flash.

  • TS3899 Why is the number of e-mails higher on my iPhone than in my e-mail when I log into it on my computer?  The difference between the 2 keeps climbing.

    Why is the number of e-mails higher on my iPhone than in my e-mail when I log into it from my computer?  And how do I fix it?  The number keeps climbing on my phone, making the difference between the two greater.

    You're welcome.
    In order to have the account's Sent mailbox synchronized with the server with the Mail.app on your Mac and with the iPhone's Mail application, you must store the account's Sent mailbox on the server with each. The same applies to the account's Drafts and Trash mailboxes.
    With store sent messages on the server deselected for the account preferences with the Mail.app on your Mac, create an "On My Mac" location mailbox. At the Mail.app menu bar go to Mailbox and select New Mailbox. Choose On My Mac for the mailbox location - which will be stored locally on your computer's hard drive and enter a name for the mailbox. You can name this mailbox MobileMe Sent. Select OK to create the mailbox, which will be available under "On My Mac" in the Mail.app mailboxes drawer.
    Select your MobileMe Sent mailbox. Select a sent message in the mailbox and at the menu bar go to Edit and choose Select All. Follow this - at the Mail.app menu bar go to Message and select Move To and then select the new On My Mac location mailbox in the window provided. This will move all messages from the account's locally stored sent mailbox to the newly created On My Mac location mailbox. When this transfer has been completed, re-select store sent messages on the server for the account preferences.
    Now do the same with the newly created On My Mac location mailbox where all sent messages were transferred to. Select a message in the mailbox and at the menu bar go to Edit > Select All. At the menu bar go to Message > Move To and select your MobileMe account's server stored Sent mailbox under Sent in the window provided. This will transfer all messages stored locally on your computer's hard drive from the newly created "On My Mac" location mailbox to the account's server stored Sent mailbox. These messages will no be available when accessing the account with the iPhone's Mail application.

  • Why is the number "1" when setting up the dial fat thickness did not change the font? Is it possible to adjust the font in the thick klavioture typing?

    Why is the number "1" when setting up the dial fat thickness did not change the font? Is it possible to adjust the font in the thick klavioture typing?

    paulcb wrote:
    Using the Bold Text Accessibility option does make the keypad numbers a little bolder.
    Yep - I was only looking at Text Size.
    But still, not sure what the deal is. The "1" is just as readable as any other number on the keyboard regardless.

  • Why ipad serial number in settings is not the same as the serial number in the back?

    I took an ipad mini for screen replacement, everything was succesful. The customer calls me back claiming that the ipad wasn't his ipad. He went to store and claims that the serial number  that shows on info of the ipad does not match the serial in the outer frame (the one in the back). I didn't check that on my procedure due to that I didn't turn on the ipad and in the recieving yes i wrote the serial number that is in the back. I check on several forums and some people where asking the same issue but in case of a purchase in a store or online, that their serials didn't match. I would like to know if someone have found this issue on any product, ipad, iphone, ipod or whatever other, having this issue with serials.

    Here we work with repairs for devices that does not have waranty (expired or other issue). In this case, I did the screen replacement. No other ipad was on my station, the ipad arrives, i took it change the glass, put everithing back, give to customer. Thats it. The job was done by me, the customer test his ipad in front on me, works fine, everything ok. Few days pass and he came back saying that it wasn't his ipad, he brings the box that the ipad came and ask me why the serial number does not match the serial number in the box (sorry NOT in the back of the ipad).
    There were no other part changed only glass. After 7 years working on this, thats the first customer complaining about a work done here. After this I was curious and look for more information and some forums, also one port here is claiming that the serial number on the device is not the same as the box where it came.
    I just want to make sure that there are possibilities that there could be such mistake during the packaging process.
    Thanks for the replies

  • Why wount my imessage let me use my phone number insted of my email

    why wount my imessage let me use my phone number insted of my email

    Use your phone number for what? You need to provide more information to what your question is about.

  • Why can I receive iMessages sent to my phone number on my macbook but not my iPad?

    Why can I receive iMessages sent to my phone number on my macbook but not my iPad?
    My iPhone phone number appeared as a recipient option on my mac as soon as I launched Messages on my iPhone but not on the iPad and I can't find a way to add it.

    You do not have an app but you can setup your iMessage on the iPhone and switch it on (as it is since you receive messages on the iPhone).
    In the same setup screen under iMessage you should have send receipt, send as SMS and also Send and Receive   howmanyadress  >  Click on here and you will enter a new screen.
    On top there should be you Apple ID and under your phone number. Under the phone number you can add some Mail adress to be used for iMessage. I believe it is important ot have the Apple ID on the top of this screen  and at least one Apple Mail checked as to be used for iMessage. 
    This should be enought to get iMessage both on iPhone and Mac.
    Try this and let iCloud to sync for few minutes and you should have the data on the Mac too.

  • HT3529 When i send a text while using imessage to another iphone user why does my email show up on their phone instead of my number ??????

    When i send a text while using imessage to another iphone user why does my email show up on their phone instead of my number ?????? Can somebody please help me !

        cfm007,
    Welcome to our family. We want you to be able to enjoy all the services we provide and we definitely need to address this. Do you receive/make calls without problems? Are you able to receive messages with your contacts' number? Are you using iMessages? If so, go to Settings>Messages>Send&Receive>only your phone number should be enabled.
    AdaS_VZW
    Follow us on Twitter at @VZWSupport 

  • Why aren't number-blocking apps allowed?

    I want to block a number.  I also want to block all unidentified numbers.  As a female, it is sometimes necessary to screen calls.
    I've been all over looking for a blacklist app of some sort but the only thing I can come up with is Apple has banned such apps on their phones.
    I don't want advice on alternative methods of blocking, I just want to know why.  What is the rationale?  What possible good does such a ban do for Apple?

    My question is, once again, why won't Apple allow such an app?  They do exist, why not here on the iPhone?
    My answer once again - 3rd party apps don't have access to private iOS APIs for security and other reasons. Such a function would need to come direct from Apple.
    Paying $5 each to block out every unwanted number seems silly when there are, indeed, apps that can and do do this.
    Your carrier charges $5 each to block out every unwanted number - $5 for each number?

Maybe you are looking for

  • How to insert and  view data in a structure???

    Hi to everyone! I'm trying to append my user define table to a standard table. First i tried like this. 1. I went to the append structure in a transparent table, created one and then included my table in it. It says table cannot be appended in the da

  • Problem on starting database in oracle 10g

    i have instal tow database orcl,emrep when i statr orcl database after shutdown it does not start SQL> conn sys@orcl Enter password: ****************** Connected. SQL> shutdown immediate; Database closed. Database dismounted. ORACLE instance shut dow

  • Regarding a criteria.Please see my query

    In my table 'Posting' i have the columns id_trade_ref        type 5V973781B           NEW 5V973781B           SET 5V973781B           REV Criteria: If the posting is booked having type SET and REV with identical 'id_trade_ref', then display only 'NEW

  • Multiple G/L or Cost centres in IDOC_INPUT_INVOIC_MRM

    HI All, We are creating the Invoices through idoc, while creating the invoice we are unable get the multiple G/L or Cost centers. This is FM ---IDOC_INPUT_INVOIC_MRM We contact the SAP for this problem they came up with  Customer exist EXIT_SAPLMRMH_

  • Xcelsius Preview errors

    Hi, Recentley I have downloaded Xcelsius SP4 and found an issues/bug with exporting dashboards to Infoview. I was unable to. Then we posted this issue to SAP. While they are working on it I did uninstall the SP4 so now I am on SP3. But when I click o