skype

Using USB telbox (USB-B2K) for calling over PSTN from PC

This one is a longshot but I'll give it a try anyway. I recently bought this USB Telbox device (AKA yealink USB-B2K). It's a device that connects to a PC over USB and to the PSTN (home telephony) and regular phone device over RJ11 cable. The device is used to direct incoming PSTN calls to the skype client running on the PC and to make c...

Skype - VoIP audio video in 10 minute?

SkypeKIT (SDK) which is not the Skype4COM. When do we get it? link: http://blogs.skype.com/developer/2010/06/skypekit_invitations.html Question: 1) Does SkypeKIT has feature to make VoIP Switch in 10 minute? 2) Will it be able to use in any platform and build our own application using any programming language? ex: Symbian/Iphone/Mac...

How to make a Skype Out call using asterisks?

Hi All! I've been working on an asterisk-java application and so far I've been able to figure out how to call from one phone to another phone and also one phone to another computer. Now I want it so that I can use my phone to dial a number and if a preceding number is some special character, that number will be dialed through the skype ...

How do skype extensions for browsers actually work?

We have plans of developing a web application that will have to communicate with our locally running application. One of the possible options is using browser extensions. I was looking into how Skype add-ons to browsers communicate with Skype client. In Firefox, Skype add-on inserts a piece of HTML when it encounters a phone number. Is...

How to connect asterisk to skype using siptosis?

Hello all! I've been trying to do this for weeks and still have not yet figured out how to connect to skype. The best progress I've found out was from this tutorial http://translate.google.com/translate?hl=en&sl=it&u=http://www.voipandhack.it/archives/linux/asterisk-failover-e-registrazioni-sip&ei=nqJRTNTPB8OfrAfDovGDAw&am...

Transfer the audio stream of Skype

I am trying to transfer the sound stream of Skype to another application. I have already read in some forums that the Virtual Audio Cable can be used to do this. But, can this be done using the Skype4Com dll? I am looking for a sample C++ implementation of voicestream redirection using Skype4Com dll. ...

Skype links in IE

They are ruining the page I'm making. Anyone know a way of turning them off? It ends up making the text look odd and blurry: I've tried obfuscating them as so: +44 (<span>0) 1234</span> 567 890 but Skype still recognises them. I am aware that is a plugin, just wondered if anyone knew of any meta tags or equivalent. ...

Making automated phone calls

Hi, Between twilio and skype, which is more suitable for building an application that facilitates the automation of phone calls to telephony services with number-pad driven menus ? ...

Structure and Format for Skype history databases.

Skype seems to use .db, .db-journal, and .lock files, as well as subdirectories full of .dat files for storing conversation histories.ces Are the formats of these files available anywhere, or is there an open source library for accessing them that I can examine and possibly modify? I think several libraries allow the retrieval of conve...

Implementing Skype on the iPhone

I would like to build an app for the iPhone which uses Skype service with more features. Now I know that Fring made Skype calls available on the iPhone, so it must be feasible. The question is, how to build it in a way that it'll work as same as Skype app or Fring. In this blog post, that guy offers using "SoonR Talk", but The caveat...

iPhone app link to open skype

Is there a way to encode links in an iPhone app that will launch skype if installed on the phone? This would be similar to email, maps and phone. Any samples would be helpful Thanks ...

Skype link and HTML encoding?

Hi I'm trying to get Skype button to work from here: http://www.skype.com/intl/en-us/tell-a-friend/get-a-skype-button/ But I'm having problems with Skype names in href, which contains from 3 words and its like: "Word1 word2 - word3". That generator creates link like: <a href="skype:word1 word2 - word3?call"><img src="http://mystatus....

Send Skype messages from web

Hi, Is it possible to send skype messages from web, without using the skype desktop application. Ex: User inputs his skype username, destination skype username and message, then probably there would be authorization request from skype, he'd enter his username and password, and then message would be sent to the recipient. I also wander ...

Does somebody know in which language is Skype written?

I'm wondering that, but I can't this find information. ...

SKype4COM C# Authorization Message

I want to send online user a custom authorization message similar to this: "XXX would like to invite you for XXX" Yes or NO" This should be shown inside the chat message and the user can click to respond Any idea how to do it? I had studied the skype API and its samples but couldn't find a feasible solution. You can use skype.clien...

skype number recognition

Is it possible to turn off skype number recognition with some html or javascript? I'm NOT interested in turning it off only for my machine but for anyone visiting my page. I have seen the <meta name="SKYPE_TOOLBAR" content="SKYPE_TOOLBAR_PARSER_COMPATIBLE" /> business but it does not work for me with Firefox. I've also seen commen...

skype distant voice isn't getting port redirection

Hi, It worked earlier with SKYPE4COMLib 1.0.31 but now I am working with SKYPE4COMLib 1.0.33 and it doesn't seem to redirect the distanct voice to a port. I am trying to manipulate the incoming voice and I see that the original along with the manipulated voice get heard. call.set_OutputDevice(TCallIoDeviceType.callIoDeviceTypeSoundcard...

Skype URI for SMS doesn't seem to work on iPhone/iPod

Hi all, I'm trying to use the Skype SMS URI from an iOS (iPhone/iPod Touch) app, i.e. opening the skype:+33123456789?sms URI. It works great on my Mac, with Skype installed (typing open 'skype:+33153928448?sms' in the terminal or in a URI bar will bring Skype and start composing the text message). However, it fails miserably on the iPh...

Best way to implement Video IM on site

Hey guys, I'm developing what will be a high volume traffic site. To give you some background, its currently based in jQuery, PHP and mysql. Soon, I will be also be implementing NodeJS. I am looking for an open sourced video chat application that will allow: 1) For 2 people to video IM each other. 2) Allow groups of up to 4 pe...

JSkype Sample code problem

Hello every one i m tringing to run the following code but unfortunately facing Error problems */ package jskypeexample; // import the JSkype packages import net.lamot.java.jskype.general.AbstractMessenger; import net.lamot.java.jskype.general.MessageListenerInterface; import net.lamot.java.jskype.windows.Messenger; i...