Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[asterisk-users] C# SIP API to Comiunicate with Asterisk


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users
View previous topic :: View next topic  
Author Message
sanjay.rajdev at feath...
Guest





PostPosted: Thu Apr 03, 2008 4:28 pm    Post subject: [asterisk-users] C# SIP API to Comiunicate with Asterisk Reply with quote

Do anyone has an idea about an open source SIP API written in C# that can communicate with Asterisk, to call out?

Regards,
Sanjay.
Back to top
mwatson at becon.org
Guest





PostPosted: Thu Apr 03, 2008 5:18 pm    Post subject: [asterisk-users] C# SIP API to Comiunicate with Asterisk Reply with quote

There is a .NET 1.1 library out there... I've played with it a little bit, but not enough that I could comment on how feature rich or stable it is...

http://www.voip-info.org/wiki/view/Asterisk+.NET

It'll more than likely not be compatible with AMI 1.1 however, which I believe is included in ast 1.6

--
Matt

-----Original Message-----
From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of sanjay.rajdev at featherstoneinformatics.com
Sent: Thursday, April 03, 2008 5:28 PM
To: asterisk-users
Subject: [asterisk-users] C# SIP API to Comiunicate with Asterisk

Do anyone has an idea about an open source SIP API written in C# that can communicate with Asterisk, to call out?

Regards,
Sanjay.
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
sanjay.rajdev at feath...
Guest





PostPosted: Thu Apr 03, 2008 5:35 pm    Post subject: [asterisk-users] C# SIP API to Comiunicate with Asterisk Reply with quote

This work with Asterisk Manager Interface. I want to implement basic phone functionality in C#.

Regards,
Sanjay.

----- Original Message -----
From: "Matt Watson" <mwatson at becon.org>
To: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users at lists.digium.com>
Sent: Friday, April 4, 2008 3:48:52 AM (GMT+0530) Asia/Calcutta
Subject: Re: [asterisk-users] C# SIP API to Comiunicate with Asterisk

There is a .NET 1.1 library out there... I've played with it a little bit, but not enough that I could comment on how feature rich or stable it is...

http://www.voip-info.org/wiki/view/Asterisk+.NET

It'll more than likely not be compatible with AMI 1.1 however, which I believe is included in ast 1.6

--
Matt

-----Original Message-----
From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of sanjay.rajdev at featherstoneinformatics.com
Sent: Thursday, April 03, 2008 5:28 PM
To: asterisk-users
Subject: [asterisk-users] C# SIP API to Comiunicate with Asterisk

Do anyone has an idea about an open source SIP API written in C# that can communicate with Asterisk, to call out?

Regards,
Sanjay.
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users

_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
greymanvoip at gmail.com
Guest





PostPosted: Thu Apr 03, 2008 6:02 pm    Post subject: [asterisk-users] C# SIP API to Comiunicate with Asterisk Reply with quote

Quote:
On Thu, Apr 3, 2008 at 11:35 PM, <sanjay.rajdev at featherstoneinformatics.com> wrote:
Do anyone has an idea about an open source SIP API written in C# that can communicate with Asterisk, to call out?

There are a few C# SIP stacks around that will let you do that.
Creating a call from such a stack to Asterisk will be the same as to
any other SIP server.

Regards,

Greyman.
Back to top
sanjay.rajdev at feath...
Guest





PostPosted: Thu Apr 03, 2008 6:11 pm    Post subject: [asterisk-users] C# SIP API to Comiunicate with Asterisk Reply with quote

Can you Please refer me to any, the one that I found are all either in Java/C. Or if they are in C# they are not opensource.

Regards,
Sanjay.

----- Original Message -----
From: "Grey Man" <greymanvoip at gmail.com>
To: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users at lists.digium.com>
Sent: Friday, April 4, 2008 4:32:44 AM (GMT+0530) Asia/Calcutta
Subject: Re: [asterisk-users] C# SIP API to Comiunicate with Asterisk

Quote:
On Thu, Apr 3, 2008 at 11:35 PM, <sanjay.rajdev at featherstoneinformatics.com> wrote:
Do anyone has an idea about an open source SIP API written in C# that can communicate with Asterisk, to call out?

There are a few C# SIP stacks around that will let you do that.
Creating a call from such a stack to Asterisk will be the same as to
any other SIP server.

Regards,

Greyman.

_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
greymanvoip at gmail.com
Guest





PostPosted: Thu Apr 03, 2008 6:28 pm    Post subject: [asterisk-users] C# SIP API to Comiunicate with Asterisk Reply with quote

On Fri, Apr 4, 2008 at 12:11 AM,
<sanjay.rajdev at featherstoneinformatics.com> wrote:
Quote:
Can you Please refer me to any, the one that I found are all either in Java/C. Or if they are in C# they are not opensource.


I know www.mysipswitch is written in C# and can place SIP calls to
Asterisk servers. The code is open sourced at
http://www.codeplex.com/mysipswitch.

Regards,

Greyman.
Back to top
sanjay.rajdev at feath...
Guest





PostPosted: Thu Apr 03, 2008 6:47 pm    Post subject: [asterisk-users] C# SIP API to Comiunicate with Asterisk Reply with quote

Thanks a lot, will try this out.

Regards,
Sanjay.

----- Original Message -----
From: "Grey Man" <greymanvoip at gmail.com>
To: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users at lists.digium.com>
Sent: Friday, April 4, 2008 4:58:56 AM (GMT+0530) Asia/Calcutta
Subject: Re: [asterisk-users] C# SIP API to Comiunicate with Asterisk

On Fri, Apr 4, 2008 at 12:11 AM,
<sanjay.rajdev at featherstoneinformatics.com> wrote:
Quote:
Can you Please refer me to any, the one that I found are all either in Java/C. Or if they are in C# they are not opensource.


I know www.mysipswitch is written in C# and can place SIP calls to
Asterisk servers. The code is open sourced at
http://www.codeplex.com/mysipswitch.

Regards,

Greyman.

_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
mwatson at becon.org
Guest





PostPosted: Thu Apr 03, 2008 9:02 pm    Post subject: [asterisk-users] C# SIP API to Comiunicate with Asterisk Reply with quote

I've takena quick peak at it before... but I don;t know anybody that has actually used it... I do intend on giving it a try myself though... it comes with a very very basic sample.

--
Matt

________________________________________
From: asterisk-users-bounces at lists.digium.com [asterisk-users-bounces at lists.digium.com] On Behalf Of Rodrigo Gonzalez [rjgonzale at gmail.com]
Sent: Thursday, April 03, 2008 6:48 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] C# SIP API to Comiunicate with Asterisk

Matt Watson escribi?:
Quote:
There is a .NET 1.1 library out there... I've played with it a little bit, but not enough that I could comment on how feature rich or stable it is...

http://www.voip-info.org/wiki/view/Asterisk+.NET

It'll more than likely not be compatible with AMI 1.1 however, which I believe is included in ast 1.6

--
Matt


Do you, or someone else, know where to get some example about using it?

Thank you
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services