Asterisk .NET
Latest version: http://sourceforge.net/projects/asterisk-dotnet
- 2008-06-19
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
- 2005-11-01
Add VB Manager API example.
- 2005-10-29
Support for FaxReceived event from spandsp
- 2005-10-28
- 2005-10-27
- 2005-10-24
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
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
333time out after originate action
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
333Asterisk v1.4
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?