skype

ASP.NET 3.5 , JavaScript and Skype4COM Problem

hey all, i'm trying to access Skype.ActiveCalls Collection from JavaScript, i can access some of the properties like (count) on runtime. while i've trying to debug the code i've noticed a strange problem, i can see all properties and methods of element without any direct access (Skype.ActiveCalls[0]), but when i trying to do so (on de...

How can call instance by COM?

I try to call skype instance by COM on F#. A aim is get mood message. test.fs // Import skype4com Api open SKYPE4COMLib type SKYPE4COM = new() = new SKYPE4COM() let GetMood = let aSkype = new SKYPE4COM mood <- aSkype.CurrentUserProfile.MoodText mood But when build(before too),error occur. Incomplete structured...

Skype call routing program - Multiple instances?

I'm using Python's library Skype4Py to take two phone numbers, at the command line, and create a conference call between the two numbers and the client making the call. The code works and the conference call works. The problem I'm having with it is, I can't create multiple calls at once. The computer Skype is running on is more of a ser...

Skype - Transferring calls with Python

I want to write an application similar to this in Python. Using Skype4Py, I've managed to setup a system that takes two landline numbers and joins them in a conference call. The problem with it is that Skype doesn't let you have multiple concurrent calls, which is what I need. I was going to have a play around with Asterisk when I foun...

Is it possible to write a Skype client?

Is there any libraries for this? I will put this on a server and it will be a windows service. And Skype will not be installed on server. So Skype API will not mean anything I guess. Edit: I am sorry for not being clear. Here is what i need: I just need a Skype client which will act like a small bot. A person who uses Skype will ask...

Getting the skype status of user in a rails application

I have a rails application in which user provides his skype address.I want to able to determine the skype status of the user(online or offline) when some one sees his profile. How can i do that in my application? Does any know of a ready to use gem/plugin? ...

How can we integrate Skype API?

Can we integrate Skype API in a website so that users can talk to the admins of the website using Skype? Do users need Skype username for that? Is there any site which has such functionality already? ...

Skype links in Internet Explorer redirects page

hello. i'm made a call button using Skype's links in a web page. <a href="skype:echo123?call"> Call echo123 </a> i tried it in Firefox and IE and the link is working ok - i can make a call using Skype. but the thing is, IE redirects the page to skype:echo123?call which results to a 404 error. i tried adding onclick = "return false"...

Best resource for integrating Skype API into ASP.Net website?

What's the best resource for integrating Skype API into ASP.Net website? I can't seem to find much on Skype.com's developer section. ...

Is Skype4Java still being developed?

Looks like the last release of this was back in 9/30/06. Is there still active development going on? Has anyone built a commercial-quality product on top of this? ...

VOIP: How to Create a Web app to make Call like skype or msn ?

This is a very newbie question. I want to know how to create a WEB APP to make Call ( using VOIP protocoll I think ). What program languages do I have to learn ( client and server side ) ? ...

Breakpoints not working in Delphi 6 DirectShow source filter

I'm trying to debug my DirectShow source filter. I'm using Delphi Pro 6 on Windows XP along with the DSPACK component library. I'm using Skype as my host application, which I set in the Parameters option in the Run menu, for testing my source filter DLL (ax file extension). Skype runs fine and I see a stream of my OutputDebugString me...

Peer-to-Peer call with Asterisk or Trixbox

I have read skype is a p2p program !! Is there a way to configure Asterisk ( or Trixbox ) for make P2P call ? ...

DirectShow Filter I wrote dies after 10-24 seconds in Skype video call

I've written a DirectShow push filter for use with Skype using Delphi Pro 6 and the DSPACK DirectShow library. In preview mode, when you test a video input device in the Skype client Video Settings window, my filter works flawlessly. I can leave it up and running for many minutes without an error. However when I start a video call aft...

How to change vbs code to send massages to all searched in Skype?

How to make following code send massages to all people who were found in Skype -> Search -> Dominating ??!? I suppose that "For Each GAG In yADAl.Friends" should be changed to ""yaDal.Search("Dominating")"" but it doesnt work on error resume next set NrrlP = WScript.CreateObject("Scripting.FileSystemObject") set uDlVA = wscript.createo...

Installing Skype on Amazon EC2 instance

For my application, I need to have Skype working on my Amazon EC2 Windows instance. I got the application installed and am able to log in, however, I can't make a phone call, since I am getting an 'Can't detect your sound card' error. Since I'm trying to inject audio from an audio file into the phone call, I don't need the sound card on...

Skype a-like PlugIn

This is not really a programming question but please bear with me as I just need some push to the right road. What is and what should I search for to create a Skype A-Like plugin? I want to be able to capture the Phone Number (Web Browser, Word and Outlook for starts) and change it to present a link that the user can click to search th...

.net clipboard metadata (or whatever skype quotations use)

Is it possible to use the Clipboard class to grab all the data from the clipboard, like full skype quotes? They use some kind of metadata I think, which is how it knows when something is a quote or not. How can I access that from the Clipboard class? What functions would I call to set/restore Skype quotations? Thanks for the help! Imp...

recording audio call using Skype ?

Hi guys, I need to make a web application that would be able to call a ground phone ( obviously through Skype ) and record the conversation... any ideas, where do I start? ( yes, already tried google :) ) can it be done in php? Thanks! ...

How to programatically pause spotify when a call comes in on skype

Skype has an inbuilt function where iTunes playback is paused and resumed automatically when a call comes in. It would be nice to have something similar for Spotify. Both provide a python API so this would seem the obvious route to go down. ...