login | register
Fri 03 of Jul, 2009 [21:47 UTC]

voip-info.org

Asterisk .NET

Created by: dnz63,Last modification on Thu 19 of Jun, 2008 [19:33 UTC] by x893

Asterisk .NET


Latest version: http://sourceforge.net/projects/asterisk-dotnet
  • 2008-06-19
Fix a bugs and add Asterisk 1.6 event support
next release will change Asterisk LCS to Asterisk OCS gateway
and second will be with installation manual Asterisk (1.6 only) and OCS integration

  • 2008-04-25
New release compatible with Asterisk 1.4 and example of custom IVR with FastAGI.

  • 2005-11-01
Fix bugs in Originate and Hungup.
Add VB Manager API example.

  • 2005-10-29
Bug fix for variables in OriginateAction
Support for FaxReceived event from spandsp

  • 2005-10-28
Add all events.

  • 2005-10-27
Add PeerStatus Event to track Register/Unregister events

  • 2005-10-24
Add test to Fast AGI interface. Add to extensions.conf

exten => *100,1,Answer
exten => *100,2,AGI(agi://.../noaction)
exten => *100,3,Hangup

(change ... to .NET computer address)

start .NET console application, asterisk console (asterisk -vvvvvvvvvr) and call *100 from phone.
Also set breakpoint to Service methos of Asterisk.NET.FastAGI.Script.AGINoAction class.

  • 2005-10-20
A port of Asterisk-Java to C# for Microsoft's .NET Framework 1.1/2.0 and anything else that implements the basic portions of the framework required to use this. The Asterisk .NET library consists of a set of classes that allow you to easily build applications that interact with an Asterisk PBX Server. Asterisk .NET supports both interfaces that Asterisk provides for this scenario: The FastAGI protocol and the Manager API.

Asterisk .NET is compatible with Asterisk 1.0 and 1.2.

The FastAGI implementation supports all commands currently available from Asterisk. The Manager API implementation supports receiving events from the Asterisk server (e.g. call progess, registered peers, channel state) and sending actions to Asterisk (e.g. originate call, agent login/logoff, start/stop voice recording).


Comments

Comments Filter
222

333time out after originate action

by yostyle, Wednesday 02 of July, 2008 [13:15:11 UTC]
Hello,

I am french. Thank you for this project.

I want to use your project Asterisk.NET. I have tested your
API 1.6 with asterisk 1.2 on Windows XP. I don't have problem.

I have installed asterisk 1.4.20 in debian and i have tested
originate action with all version of API (1.0 - 1.4 - 1.6).
The action is working properly but i have a timeout
exception : "throw new EventTimeoutException("Timeout
waiting for response or response events to " +
action.Action, responseEvents);"

I suppose that the asterisk server don't return a response
after the action.
I don't have this problem with asterisk server win32 version.

Can you help me please ?

Regards,

Yoan
222

333Asterisk v1.4

by backtwofront, Friday 18 of January, 2008 [11:54:08 UTC]
Hi,

Does anyone know if there will be a version of this api for v1.4? There are a few additional features which would be very handy if released?