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
-1
votes
3 answers

How can i integrate to get and send messages of skype and icq in my android app

I want to integrate skype and icq messages in my android app. Means if any one send message that msg has to come my android app and sending reply to that app only. In the same way icq also. I google for 2days but i didn't find any solution on this.…
Nava2011
  • 195
  • 1
  • 15
-1
votes
1 answer

Calling a method from Onclick?

I am trying to open the Skype chat screen from my App.If the App is not Installed it will direct you to the playstore. I am using it from this link http://developer.skype.com/skype-uris/skype-uri-tutorial-android Now whenever the fb button is…
Arulnadhan
  • 923
  • 4
  • 17
  • 46
-1
votes
1 answer

Access Skype via Programming Language

I am proficient in many programming languages, so I do not mind where you point me. I would like to be able to grab the data from a specific Skype conversation's topic. Is there an easy way to do this an any programming language?
kiansheik
  • 29
  • 3
-1
votes
1 answer

What Internet Voice Services Can Asterisk be Connected To

Does anyone know of any internet voice services, apart from GoogleTalk, Google Voice and Skype that Asterisk can be connected to for free? Also, does anyone know how to connect Asterisk to Skype for free? Thanks
user3317524
  • 63
  • 1
  • 10
-1
votes
1 answer

How do you order what websites reply in Skype4Py?

I use Skype4Py for my Skype Bot I've been working on. I was wondering how I could order what the APIs respond. For example, if I wanted to get the weather, I'd type !weather and it would respond with: Gathering weather information. Please…
Axiom
  • 902
  • 1
  • 10
  • 23
-1
votes
2 answers

How to call skype api in php

I have some phone numbers diplayed from database. When i click on that number i have to call that number using skype.I am using a php code. Call the Skype Echo / Sound Test Service It works only if the system have…
user2986106
  • 73
  • 1
  • 3
  • 10
-1
votes
1 answer

How to call a number using skype api

I have some phone numbers diplayed from database. When i click on that number i have to call that number using skype.I am using a php code. Can anyone help me how can call to skype by passing this number as a skype api parameter. I am using this…
user2986106
  • 73
  • 1
  • 3
  • 10
-1
votes
2 answers

Exception when make object from Skype in .NET?

I applied code in this Article in windows 8 x64: http://www.codeproject.com/Articles/37909/Make-your-Skype-Bot-in-NET?fid=1543353&fr=1#xx4637154xx When I run this code show me COMException was unhandled Retrieving the COM class factory for…
ITInWorld
  • 27
  • 1
  • 8
-1
votes
1 answer

how to make a skype call from webpage with dynamic phoe number

i found the code from skype dev site for calls from my webpage: Skype.ui({ name: "call", element: "skypeButton", participants: ["+390852298965"], imageSize: 32 }); But i need to make calls using dynamics phome numbers, recovered…
pasluc74669
  • 1,680
  • 2
  • 25
  • 53
-1
votes
1 answer

Creating Automatic Skype Listener

I need to build up a Skype Listener server for one of my project. It will: 1. Host 8 different dummy Skype accounts. 2. All accounts will already have associated: (a) Already Recorded audio files (b) pre-recorded video files 3. A Skype call to…
Raj
  • 11
  • 5
-1
votes
1 answer

How can i disable Skype icon from my page?

How can i disable the Skype icon that appears next to my phone numbers that i posted in my page?
Dan Ovidiu Boncut
  • 3,083
  • 4
  • 25
  • 45
-1
votes
2 answers

Embedding a chat onto an html website

I have recently read some threads about embedding chat like skype chat into websites but most of them were outdated. So do you have ideas about a fast way (if it's possible) of embedding a chat into a website? Is there a way of embedding known chat…
-1
votes
1 answer

Log in and send messages with skype using node.js

I can not find out how to connect to skype with node.js. If you have any information, please share it
karaxuna
  • 26,752
  • 13
  • 82
  • 117
-1
votes
1 answer

When Skype ICallChannelManagerEvents gets fired

I am working on App to App communication using skype. My Requirement is When one skype user place Call/Video Call I wanted to use application stream to send message from One App Plugged in Skype to other App plugged in Skype. In Separate Sample App…
Vikram Ranabhatt
  • 7,268
  • 15
  • 70
  • 133
-1
votes
3 answers

making a call through vb.net using skype api

how do i include the skype libraries in my vb.net app? how do i make a call on skype through vb,net?
Alex Gordon
  • 57,446
  • 287
  • 670
  • 1,062