Questions tagged [skype]

Skype is a software application by Microsoft that allows users to make voice and video calls over the Internet. It features a Desktop API for external control.

Skype allows for free calls to other users within the same service, while calls to both traditional landline telephones and mobile phone can be made for a fee using a debit-based user account system. Skype has also become popular for its additional features which include instant messaging, file transfer, and video conferencing.

The network is operated by Skype Limited, which has its headquarters in Luxembourg, is minority owned by eBay and was acquired in 2011 by Microsoft. Most of the development team of Skype is situated in Tallinn, Estonia for cost reasons and outsourced by the Luxembourg parent company.

Unlike other VoIP services, the Skype company does not run only on servers, but makes use of background processing on computers running Skype software; the original name proposed—Sky peer-to-peer (see below)—reflects this.

Some network administrators have banned Skype on corporate, government, home, and education networks, citing reasons such as inappropriate usage of resources, excessive bandwidth usage, and security concerns.

Resources

1317 questions
169
votes
21 answers

Check if Python Package is installed

What's a good way to check if a package is installed while within a Python script? I know it's easy from the interpreter, but I need to do it within a script. I guess I could check if there's a directory on the system that's created during the…
Kevin
  • 2,361
  • 2
  • 20
  • 20
136
votes
1 answer

How do I stop Skype from using HTTP or HTTPS ports 80 and 443?

I installed the Apache web server on my Windows 7 machine and I'm unable to start it because Skype.exe is already using HTTP port 80 and HTTPS port 443. I need Apache and Skype to co-exist on the same machine. How do I configure Apache to use other…
Prime
  • 3,530
  • 5
  • 28
  • 47
100
votes
8 answers

How to solve WAMP and Skype conflict on Windows 7?

I have Windows 7 (32-bit) installed on laptop. I downloaded WAMP server and installed it with it's default options. However, I noticed that Apache does not work (while MySQL does work!). I tried to install it via Apache → Service → Install Service…
Misha Moroshko
  • 166,356
  • 226
  • 505
  • 746
80
votes
1 answer

Create application link to Skype profile

I'd like to create an application link in HTML to a Skype profile. I've found that you can do the following: Link to my profile But this seems to trigger a Skype call to that profile. I'd just want the option to…
Alex Turpin
  • 46,743
  • 23
  • 113
  • 145
77
votes
6 answers

How to start a Skype chat – not a call – with a link

You can put skype:username into the href attribute of a link and it works, but it begins a call, but I want to create a link to begin a chat (a text conversation). I know that skype: is a type of protocol, but don’t know how to create this link.
elon
  • 1,488
  • 2
  • 14
  • 25
75
votes
5 answers

Is there an href attribute for skype, like "mailto:" or "tel:"?

I am looking to make a skype link for a mobile site, is there a way use
ilyo
  • 35,851
  • 46
  • 106
  • 159
44
votes
8 answers

XAMPP apache server is not starting after Skype installation

I am getting following console logs: 1:14:33 PM [apache] Possible problem detected! 1:14:33 PM [apache] Port 80 in use by "c:\program files (x86)\skype\phone\skype.exe"! 1:14:33 PM [apache] Possible problem detected! 1:14:33 PM …
Himanshu Yadav
  • 13,315
  • 46
  • 162
  • 291
43
votes
14 answers

How to prevent phone numbers to be converted into Skype links?

On those Windows machines with Skype installed, it tends to convert all phone-formatted numbers to Skype links so you can click it in order to make a call on Skype. The question is how do you prevent that to happen for a certain number on page?
Ain Tohvri
  • 2,987
  • 6
  • 32
  • 51
37
votes
3 answers

How to use HTML to do a Skype call?

I tried to insert the following snippet in my script. By clicking the link it should do a call to a Skype account. I've been looking for hours now, but can't figure out why it doesn't work.
<a…
Faili
  • 980
  • 5
  • 14
  • 27
34
votes
6 answers

Can I embed Skype Chat into my website

I'd like to embed a skype chat box into my website. Is that possible? I'm running a LAMP architecture but am open to using a different vps if needed
Jason
  • 15,064
  • 15
  • 65
  • 105
30
votes
3 answers

Registration-free COM/DLL?

My program is using the Skype4COM.dll (A wrapper for the Skype API). I am using Delphi 2010 - is there a way to make sure that my program is ALWAYS using the Skype4COM.dll that I will ship it with? The thing is, there are different versions of…
Jeff
  • 12,085
  • 12
  • 82
  • 152
29
votes
5 answers

Read skype message archive

I would like to read my skype message archive outside of the Skype app. And be able to export it in some sort (other than copy-paste it from my messages) as far i can figure skype only provides 30 days or archives. Any one out there using an app for…
Mike
  • 965
  • 4
  • 15
  • 24
28
votes
1 answer

Meta tags for URL with description and image (In Skype, Discord)

When someone sends a link in Skype or Discord, it can show an image and description, for example: I think it's because of tags in the HTML element. But HTML supports hundreds of tags... I found this page on GitHub, Link:…
Oliver
  • 341
  • 2
  • 4
  • 21
23
votes
2 answers

How to make Skype-friendly links (preview image tags)

Sharing certain links on Skype triggers the program to show preview with image from the page. On a website I work on - there are big images on certain pages but Skype picks up the logo of the website instead. I was unable to find what meta tags…
ddinchev
  • 33,683
  • 28
  • 88
  • 133
23
votes
4 answers

Skype won't open: "We can't open Skype. You are already signed in on this computer..."

I get the following message when trying to sign into skype after my Ubuntu machine hasn't been shut down properly and skype was running: "We can't open Skype. You are already signed in on this computer. Please sign out and try again."
Donal M
  • 1,305
  • 2
  • 11
  • 23
1
2 3
87 88