Groups | Blog | Home
all groups > asp.net > april 2008 >

asp.net : usign Skype from .NET


Juan T. Llibre
4/24/2008 12:00:00 AM
re:
!> All three project there do not do voice phone calls over Skype.
!> And not even related to Skype much.

The first link I posted for you has this list of things it does :

1. Make a Skype call via Skype.
2. Request contact information.
3. Start a chat.
4. Send a file via Skype.
5. Add a contact.
6. Make a Skype Out Call.



Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
[quoted text, click to view]


George Ter-Saakov
4/24/2008 10:48:32 AM
Had anyone tried to automate Skype from ASP.NET?
I need to implement Phone activation from my ASP.NET web site.

So after user had created account, robot calls him and asks to push "1" if
yes and 0 if "No". So naturally I thought about Skype.
Is it doable? Or may be someone knows other way to do it?

PS: I know that I will need to pay for the actual calls and it's ok.

Thanks
George.

Juan T. Llibre
4/24/2008 11:43:19 AM
These articles should give you some heads-up :

http://www.codeproject.com/KB/aspnet/SkypeSample.aspx

http://www.codeproject.com/KB/cs/skypecontrolapicsharp.aspx

http://www.nsoftware.com/ibiz/skype/technologies.aspx?sku=byn1-a




Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
[quoted text, click to view]

Cowboy (Gregory A. Beamer)
4/24/2008 2:39:13 PM
I generally like Google for these types of question. :-)
http://tinyurl.com/5ra7he

There are a few projects on Code Project.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

Subscribe to my blog
http://gregorybeamer.spaces.live.com/lists/feed.rss

or just read it:
http://gregorybeamer.spaces.live.com/

*************************************************
| Think outside the box!
|
*************************************************
[quoted text, click to view]

George Ter-Saakov
4/24/2008 4:48:57 PM
I asked if it's doable or not before I start to research how to do it.
I kind of hoped to see an answers like "Yes, this type of application is
doable with Skype" (or some other service)
I would obviously have to dig in to their documentation
https://developer.skype.com/ once I start programming

I did search codeproject myself...
All three project there do not do voice phone calls over Skype. And not even
related to Skype much.
Also I did Google....


George.

"Cowboy (Gregory A. Beamer)" <NoSpamMgbworld@comcast.netNoSpamM> wrote in
message news:u18%23hLkpIHA.3408@TK2MSFTNGP03.phx.gbl...
[quoted text, click to view]

George Ter-Saakov
4/25/2008 8:31:13 AM
Are you talking about this
http://www.codeproject.com/KB/aspnet/SkypeSample.aspx
Did you at least looked at the article?????

It does not do it at all... All it does provides a link on a page in format
<A href="skype://action"> to initiate a call by clicking on that link. you
can not controll this staff.....

If someone asked how to hit remote web server you do not say just place a
link <A href=server.com> on your page....



George.




[quoted text, click to view]

Cowboy (Gregory A. Beamer)
4/25/2008 10:00:27 AM
CodeProject is generally a good starting point for ideas. I rarely find code
I would push to production, as is, from there. The same is true of most of
the code sites, although you can find great bits on the open source sites
(codeplex or sourceforge, for example).

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

Subscribe to my blog
http://gregorybeamer.spaces.live.com/lists/feed.rss

or just read it:
http://gregorybeamer.spaces.live.com/

*************************************************
| Think outside the box!
|
*************************************************
[quoted text, click to view]

Lloyd Sheen
4/25/2008 10:10:46 AM

[quoted text, click to view]

This is more for CodeProject. I know I have membership so thought I would
download the code. I go to their page to retrieve my password and the
CAPTCHA thing is garbage. I type in what I see and it is always rejected.
If the code is as bad then....

LS
George Ter-Saakov
4/25/2008 11:07:58 AM
I agree with you...
It rarely happens that you can find a production code there
But considering a variety of the technology no matter how exhaustive your
experience, there is always something you've never worked with. And then
any small piece of info helps.


George.

"Cowboy (Gregory A. Beamer)" <NoSpamMgbworld@comcast.netNoSpamM> wrote in
message news:eLO9aUupIHA.1952@TK2MSFTNGP05.phx.gbl...
[quoted text, click to view]

Juan T. Llibre
4/25/2008 11:56:34 AM
So, what is it that you want to do, George ?



Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
[quoted text, click to view]

George Ter-Saakov
4/25/2008 1:04:05 PM
Here is how original question was phrased (you can see it in my original
email)
---------------------------------------------
I need to implement phone activation from my ASP.NET web site.
So after user had created account, robot calls him and asks to push "1" if
yes and 0 if "No". So naturally I
thought about Skype.

Is it doable? Or may be someone knows other way to do it?
-------------------------------------------

Now I spend the whole day doing research with Skype and other similar
software....
I figured that Skype is geared toward user interface too much, and it's hard
to manipulate it from the server.
So looks like it's not an option....

From what I've read so far I realized that I need to subscribe to "Voice
over IP" service. Like http://www.vonage.com
Then using VOIP protocol I can do pretty much same things regular phone
does.

The trouble is I can not find any SDK/API that would let me manipulate VOIP.
So if someone has experience with VOIP I would appreciate if you would point
me out to where to start digging.

PS: I do not mind purchasing the library to do VOIP....

Thanks.
George.




[quoted text, click to view]

George Ter-Saakov
4/25/2008 4:18:52 PM
Thanks, that is definitely something i could start diggin into.
I found PDF. Thanks...

PS: It's "asterisk"

George.


[quoted text, click to view]

David
4/25/2008 9:00:31 PM
Many VOIP providers use SIP (Session Initiation Protocol). There is a linux
VOIP server called Asterix (or is it Asterisk???) that is open source, so
you might get ideas. I believe there are windows ports of it as well.

There is a PDF floating around of the book that goes with Asterix that has a
LOT of info about how it works. Perhaps there is enough information in here
and the open source code of asterix for you to be able to write a connector.

As far as I am aware (though I could be wrong) there are many ways to drive
asterix which could do what you are trying to achieve. Do a search for the
PDF file for asterix (or asterisk).

--
Best regards,
Dave Colliver.
http://www.AshfieldFOCUS.com
~~
http://www.FOCUSPortals.com - Local franchises available


[quoted text, click to view]

AddThis Social Bookmark Button