How can I know what my skype number is?

I have a regular subscription. Do I also have a skype number with this free subscription? If yes, how can I find out what my number is so that people can call me from landlines?

I ALSO need my number for friends to use

Similar Messages

  • Re: How can I know what my skype number is?

    Hey bringiton did you get an answer? I just recently bought skype credit and would like to find out what my number is..

    Hi, Kimtracey, and welcome to the Community,
    Skype does not assign a fixed line (land line) telephone number to everyone; a Skype Number is purchased as a subscription.  Please remember this:
     ->   A Skype Number is used only to receive calls which you answer on Skype.
     ->   To place calls to fixed line or mobile numbers from Skype, you need to Buy Skype credit or start a Skype subscription in order to cover the costs of those outgoing calls.
    Calls to other Skype accountholders (Skype-to-Skype) are always free of charge.
    Regards,
    Elaine 
    Was your question answered? Please click on the Accept as a Solution link so everyone can quickly find what works! Like a post or want to say, "Thank You" - ?? Click on the Kudos button!
    Trustworthy information: Brian Krebs: 3 Basic Rules for Online Safety and Consumer Reports: Guide to Internet Security Online Safety Tip: Change your passwords often!

  • What is the last version update in apple tv and how can i know what is my Operating System

    What is the last version update in apple tv and how can i know what is my Operating System
    i have an apple tv 3
    thx

    6.1
    Settings > General > About > Apple TV Software

  • How can i know what transaction is handle by the TM?

    How can i know what transaction is handle by the TM?

    Hi;
    Please see below
    E-Business Oracle Trade Management Product Information Center [ID 1297829.1]
    Regard
    Helios

  • How can i know what SubVI is on SubPanel?

    How can i know what SubVI is on SubPanel?
    In the main of my application i have three subpanels that open many different SubVI, i need to know what reference of subvi is actually open
    what could be the best way to do it?
    thanks,
    Andres

    I'm not aware of a way of directly getting the VI reference from the subpanel control after a VI has been inserted into it. Seems like an oversight to me if it's not there. This means you will either have to create a mechanism for saving the reference that's currently open at the time that you invoke the "Insert VI" method, or you can use a roundabout means like getting the run state of a VI or reading an indicator's value, as mentioned in this thread.

  • How can i know what redemtion code i have ?

    how can i know what redemtion code i have ?

    You read the email from the vendor who sent you the code if you purchased online, or you look at the box you bought with a redemption card inside if you bought in a store
    Redemption Code http://helpx.adobe.com/x-productkb/global/redemption-code-help.html

  • How can i know what ipad i have

    How can i know what i pad i have?

    Identify iPad Models...
    http://support.apple.com/kb/HT5452

  • I dont know what my skype number is

    Can anyone tell me where i find what my skype number is? i didnt write it down and cant seem to find it listed anywhere

    Hi, Nicollet2s, and welcome to the Community!
    Your Skype Number appears in your account details, where you manage payment methods as well as subscriptions and credit purchases.  When you sign on to the Skype website, click on the Manage Features link, or the Skype Number block (the new website configuration for our accounts looks a lot like the Windows 8 "tiles").
    If all else fails, you may contact Skype Customer Service.  Here is a link to the instruction on how to contact Skype Customer Service via their secure portal: Contact Customer Service
    As you know you intend to contact Customer Service, skip past Step 2 of the instruction where several articles from the FAQ library will appear for you to review, and proceed to Step 3, Continue Support Request (the "button" appears at the lower right corner of the website page). You may also skip past in Step 4 where you will be referred back here to the Community; no need to do this as the Community is where you started.
    Regards,
    Elaine
    Was your question answered? Please click on the Accept as a Solution link so everyone can quickly find what works! Like a post or want to say, "Thank You" - ?? Click on the Kudos button!
    Trustworthy information: Brian Krebs: 3 Basic Rules for Online Safety and Consumer Reports: Guide to Internet Security Online Safety Tip: Change your passwords often!

  • How can I know what version of my Crystal Reports XI (Release 1 or 2)?

    I find the product version no. in the HELP-> About Crystal Reports is 11.0.0.2495.
    I don't know it is release 1 or release 2, I want to download the service patch,
    which version of service patch should I need to download ?
    Derek Yim

    Hi Derek,
    This is duplicate thread.
    You question is answered here:
    [How can I know that what version of my Crystal Reports XI ?;
    Regards,
    Shweta

  • NForce2 chipset in (K7N2 Delta), how can i know what type it is?

    Ive managed to get my Athlon Xp 3000+(400FSB) CPU stable by updating my motherboards Bios. It then handles the 200FSB, until i play a game, or really heavily load the CPU. Ive tested running the memory at 400Mhz whilst running the 3000+ on a 333Mhz, and it works fine all the time no problems.
    Ive then seen there are 2 (or even 3) versions of the chipset:
    A previous NForce 2 Chipset that when it gets to the 200FSB it will just not handle it, because it buggy.
    And a NForce2 Ultra 400 Chipset that can make the 200FSB without problems. My question is...how can i know which version i have?

    Quote
    Originally posted by Latinmike
    :idea:AS FAR AS I KNOW IF YOU HAVE A K7N2 DELTA series (6570) ULTA 400FBS YOU HAVE AN nFORCES 2 CHIP. YOU CAN CHECK MOBO SERIAL NUMBER AND CHECK THE MSI SITE. THAT IS THE FOR SURE WAY TO TELL,
    IF YOUR RUNNING YOUR PC AND YOUR CPU IS 166 FBS (333) AND YOUR MEMORY IS RUNNING 200 (400 FBS) YOU NEED TO SET YOUR CLOCK/RATIO TO 5:6. GOOD NOTE IF U WANT TO OC YOUR SYSTEM W/OUT CHANGING YOUR VCORE VOTAGE THAT WILL PRODUCE MORE HEAT, AND MORE LIKLYTO RUN STABLE GIVE THIS A SHOT SET YOUR SYSTEM PERFROMANCE TO MANUAL SET YOUR FBS TO 187 MUILT. TO 13X= 2431GHz, 170 X 13 WIL GIVE U 2210GHz SET YOUR CLOCK/RATIO TO 1:1 TRY 2OR 2.5-3-3-7 GIVE IT A SHOT  :lol_anim:AS SOON AS I CAN GET MY NEW MEMORY I WILL TRY. AS FAR AS I KNOW THIS IS THE BETTER WAT TO OC THAT CPU W/O THAT MUCH MORE HEAT. IF YOU DO TRY IT PLEASE LET ME KNOW THE OUT COME.  

  • How can I know what objects are under specific tablesapce?

    Dear all,
    I want to find out how many tables are under "SYSAPPL" tablespace. How can I know that?
    Please advice,
    Amy

    Assuming you have appropriate privileges,
    SELECT COUNT(*)
      FROM dba_tables
    WHERE tablespace_name = 'SYSAPPL'If you don't have access to DBA_TABLES, you may be able to use USER_TABLES or ALL_TABLES, but that may miss objects that are in that tablespace that you don't have access to.
    Justin

  • How can i set up my Skype Number

    Can i set up my skype number to be accessible in two skype accounts and if the other skype account is not available it call gets diverted to another skype account?

    Note: when I click on South Korea, takes me to a page informs me there are special requirements for South Korean Skype numbers. However, when I click on "Next" to verify I am a resident of Korea, it informs me of technical difficulties. Is any one else getting this error?

  • Objects deleted under transport request by me-how can I know what were dele

    I am using my collegue's user id and password.
    I was creating data element and adding it to segment in we31 and then I did program change in se38.
    Unfortunatley, I was created all the above under my colleague's existing transport request which contains so many objects.  After I realised, I deleted some to create all under a fresh request ( it seems some which are not related to my development were also deleted . so how can i find what ever were I deleted ? ) ...not sure what was I deleted...may be one program, one transaction code etc.
    Kindly help me how to find out what were I deleted under that request  ?
    YOUR HELP WILL BE HIGHLY APPRECIATED.

    There is no easy way to find it out. Something you can do that you can find out the object list from TADIR table which is created by your friend and then go to E070 table and E071 table and check among those objects which are not attached with any transport request.
    So thus you will get a smaller list of objects and your friends objects ( deleted by you) will be definitely in that smaller list. Now you can check with your friends so ensure which are the objects deleted by you.

  • How can I receive calls from Skype number

    Hi, my step-dad has just bought a Skype number.how can he receive calls if he doesn't want to log on using his laptop, for example, can he connect on his mobile or can we buy a phone and connect it to the wifi modem in his house? if he can buy a phone, what phone and where can he buy it?   

    Hi, does your step dad have a smartphone or tablet? If he does he can load the Skype app and connect to the wifi in his home.If he doesn't have a smartphone then look into getting an Android smartphone from wherever you buy phones from in your country. An entry level device will be sufficent if you don't want to spend much money.  You can buy a Skype compatible regular phone but they are not cheap and have to be connected by ethernet to your home router http://dualphone.net/ Another option is to forward his Skype number to his landline (if he has one) and answer the calls there, then use his laptop to make outgoing calls when needed. A subscription would cover this quite cheaply.

  • How can we know what r the reports done on a particular cube or ods

    Hi Fnds ,
         I just want to know what r the reports done on my CUBE or ODS.
             is there ant specfic table or t-code for that.

    Hi Ravi,
    Double-click on your DSO/ Cube, go to the 'where-used list' option on the top right-hand side. When you drop-down, you can see all the objects where the DSO/Cube is used. If it is being used in a query, the same would be displayed
    Rgds,
    Sonal

Maybe you are looking for