473,466 Members | 1,639 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

usign Skype from .NET

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.
Jun 27 '08 #1
12 2486
These articles should give you some heads-up :

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

http://www.codeproject.com/KB/cs/sky...apicsharp.aspx

http://www.nsoftware.com/ibiz/skype/...spx?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/
======================================
"George Ter-Saakov" <gt****@cardone.comwrote in message news:OS**************@TK2MSFTNGP05.phx.gbl...
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.

Jun 27 '08 #2
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!
|
*************************************************
"George Ter-Saakov" <gt****@cardone.comwrote in message
news:OS**************@TK2MSFTNGP05.phx.gbl...
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.

Jun 27 '08 #3
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)" <No************@comcast.netNoSpamMwrote in
message news:u1****************@TK2MSFTNGP03.phx.gbl...
>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! |
*************************************************
"George Ter-Saakov" <gt****@cardone.comwrote in message
news:OS**************@TK2MSFTNGP05.phx.gbl...
>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.


Jun 27 '08 #4
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/
======================================
"George Ter-Saakov" <gt****@cardone.comwrote in message news:eF**************@TK2MSFTNGP05.phx.gbl...
>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)" <No************@comcast.netNoSpamMwrote in message
news:u1****************@TK2MSFTNGP03.phx.gbl...
>>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! |
*********************************************** **
"George Ter-Saakov" <gt****@cardone.comwrote in message news:OS**************@TK2MSFTNGP05.phx.gbl...
>>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.




Jun 27 '08 #5
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.comon your page....

George.


"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:uq**************@TK2MSFTNGP06.phx.gbl...
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/
======================================
"George Ter-Saakov" <gt****@cardone.comwrote in message
news:eF**************@TK2MSFTNGP05.phx.gbl...
>>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)" <No************@comcast.netNoSpamMwrote in
message
news:u1****************@TK2MSFTNGP03.phx.gbl...
>>>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! |
************************************************ *
"George Ter-Saakov" <gt****@cardone.comwrote in message
news:OS**************@TK2MSFTNGP05.phx.gbl...
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.




Jun 27 '08 #6

"George Ter-Saakov" <gt****@cardone.comwrote in message
news:uS**************@TK2MSFTNGP04.phx.gbl...
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.comon your page....

George.


"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:uq**************@TK2MSFTNGP06.phx.gbl...
>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/
======================================
"George Ter-Saakov" <gt****@cardone.comwrote in message
news:eF**************@TK2MSFTNGP05.phx.gbl...
>>>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)" <No************@comcast.netNoSpamMwrote
in message
news:u1****************@TK2MSFTNGP03.phx.gbl.. .
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! |
*********************************************** **
"George Ter-Saakov" <gt****@cardone.comwrote in message
news:OS**************@TK2MSFTNGP05.phx.gbl...
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.
>




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

Jun 27 '08 #7
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!
|
*************************************************
"Lloyd Sheen" <a@b.cwrote in message
news:%2****************@TK2MSFTNGP04.phx.gbl...
>
"George Ter-Saakov" <gt****@cardone.comwrote in message
news:uS**************@TK2MSFTNGP04.phx.gbl...
>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.comon your page....

George.


"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:uq**************@TK2MSFTNGP06.phx.gbl...
>>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/
======================================
"George Ter-Saakov" <gt****@cardone.comwrote in message
news:eF**************@TK2MSFTNGP05.phx.gbl...
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)" <No************@comcast.netNoSpamMwrote
in message
news:u1****************@TK2MSFTNGP03.phx.gbl. ..
>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! |
********************************************** ***
"George Ter-Saakov" <gt****@cardone.comwrote in message
news:OS**************@TK2MSFTNGP05.phx.gbl.. .
>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.
>>
>
>




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

Jun 27 '08 #8
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)" <No************@comcast.netNoSpamMwrote in
message news:eL**************@TK2MSFTNGP05.phx.gbl...
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! |
*************************************************
"Lloyd Sheen" <a@b.cwrote in message
news:%2****************@TK2MSFTNGP04.phx.gbl...
>>
"George Ter-Saakov" <gt****@cardone.comwrote in message
news:uS**************@TK2MSFTNGP04.phx.gbl...
>>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.comon your page....

George.


"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:uq**************@TK2MSFTNGP06.phx.gbl...
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/
======================================
"George Ter-Saakov" <gt****@cardone.comwrote in message
news:eF**************@TK2MSFTNGP05.phx.gbl...
>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)" <No************@comcast.netNoSpamMwrote
in message
news:u1****************@TK2MSFTNGP03.phx.gbl.. .
>>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! |
>********************************************* ****
>"George Ter-Saakov" <gt****@cardone.comwrote in message
>news:OS**************@TK2MSFTNGP05.phx.gbl. ..
>>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.
>>>
>>
>>
>
>



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


Jun 27 '08 #9
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/
======================================
"George Ter-Saakov" <gt****@cardone.comwrote in message news:uS**************@TK2MSFTNGP04.phx.gbl...
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.comon your page....

George.


"Juan T. Llibre" <no***********@nowhere.comwrote in message news:uq**************@TK2MSFTNGP06.phx.gbl...
>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/
======================================
"George Ter-Saakov" <gt****@cardone.comwrote in message news:eF**************@TK2MSFTNGP05.phx.gbl...
>>>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)" <No************@comcast.netNoSpamMwrote in message
news:u1****************@TK2MSFTNGP03.phx.gbl.. .
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! |
*********************************************** **
"George Ter-Saakov" <gt****@cardone.comwrote in message news:OS**************@TK2MSFTNGP05.phx.gbl...
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.
>





Jun 27 '08 #10
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.


"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:e4**************@TK2MSFTNGP03.phx.gbl...
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/
======================================
"George Ter-Saakov" <gt****@cardone.comwrote in message
news:uS**************@TK2MSFTNGP04.phx.gbl...
>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.comon your page....

George.


"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:uq**************@TK2MSFTNGP06.phx.gbl...
>>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/
======================================
"George Ter-Saakov" <gt****@cardone.comwrote in message
news:eF**************@TK2MSFTNGP05.phx.gbl...
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)" <No************@comcast.netNoSpamMwrote
in message
news:u1****************@TK2MSFTNGP03.phx.gbl. ..
>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! |
********************************************** ***
"George Ter-Saakov" <gt****@cardone.comwrote in message
news:OS**************@TK2MSFTNGP05.phx.gbl.. .
>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.
>>
>
>





Jun 27 '08 #11
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
"George Ter-Saakov" <gt****@cardone.comwrote in message
news:Oz**************@TK2MSFTNGP03.phx.gbl...
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.


"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:e4**************@TK2MSFTNGP03.phx.gbl...
>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/
======================================
"George Ter-Saakov" <gt****@cardone.comwrote in message
news:uS**************@TK2MSFTNGP04.phx.gbl...
>>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.comon your page....

George.


"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:uq**************@TK2MSFTNGP06.phx.gbl...
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/
======================================
"George Ter-Saakov" <gt****@cardone.comwrote in message
news:eF**************@TK2MSFTNGP05.phx.gbl...
>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)" <No************@comcast.netNoSpamMwrote
in message
news:u1****************@TK2MSFTNGP03.phx.gbl.. .
>>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! |
>********************************************* ****
>"George Ter-Saakov" <gt****@cardone.comwrote in message
>news:OS**************@TK2MSFTNGP05.phx.gbl. ..
>>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.
>>>
>>
>>
>
>





Jun 27 '08 #12
Thanks, that is definitely something i could start diggin into.
I found PDF. Thanks...

PS: It's "asterisk"

George.
"David" <da*****************@revilloc.REMOVETHIS.comwrot e in message
news:OP**************@TK2MSFTNGP06.phx.gbl...
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
"George Ter-Saakov" <gt****@cardone.comwrote in message
news:Oz**************@TK2MSFTNGP03.phx.gbl...
>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.


"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:e4**************@TK2MSFTNGP03.phx.gbl...
>>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/
======================================
"George Ter-Saakov" <gt****@cardone.comwrote in message
news:uS**************@TK2MSFTNGP04.phx.gbl...
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.comon your page....

George.


"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:uq**************@TK2MSFTNGP06.phx.gbl...
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/
======================================
"George Ter-Saakov" <gt****@cardone.comwrote in message
news:eF**************@TK2MSFTNGP05.phx.gbl.. .
>>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)" <No************@comcast.netNoSpamM>
>wrote in message
>news:u1****************@TK2MSFTNGP03.phx.gbl. ..
>>>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! |
>>******************************************** *****
>>"George Ter-Saakov" <gt****@cardone.comwrote in message
>>news:OS**************@TK2MSFTNGP05.phx.gbl.. .
>>>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.
>>>>
>>>
>>>
>>
>>
>
>
>




Jun 27 '08 #13

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: python | last post by:
Does anyone played with Skype (http://www.skype.com/ free Internet telephony ) by using Python? Lad.
1
by: H.B. | last post by:
Hi, I have an existing DLL in C++ usign __declspec() macro to import/export symbols. I want to call a function, in DLL, on a button click in main form of a .NET C++ App. Seems pretty easy ... ...
4
by: Jason | last post by:
Could anyone spare some time and try to help me out. I've got a .txt data file with a name, pin, balance seperated by commas. I am opening the file and using Split to split it between the ,'s I...
1
by: Robert W. | last post by:
I've observed that everytime I reboot my computer, IIS will not start. I've tracked this down to a conflict with the well known product, Skype. Shut off Skype and I can start IIS. I'm curious...
1
by: lidettesfu | last post by:
Skype 4.1 Alpha has been released for linux users. It has all the usual features but some has unresolved bugs. http://www.speedateauction.com/blog/blog_detail?blog_id=74315&user_id=1356
3
by: Muddasir | last post by:
Hi everyone, Can any body please tell me how to integrate skype on my website. 1. Register with Skype while they register with mysite 2. Skype registration details like profile,...
3
by: Al Dykes | last post by:
Can some post a Python code fragment that will to make a PC with Skpye installed to make a Skype call, given a valid phone # string. I'm not asking for code that handles the audio once the...
3
Frinavale
by: Frinavale | last post by:
I'm very impressed with Ubuntu. Everything works very well with my laptop in this flavour of Linux...even the media controls that I was sure wouldn't work do. I'm having problems with Skype...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.