brook2006
26b8e610f9
Update ManagerConnection.cs
...
I was getting a PlatformNotSupported exception with .Net Core 3.1 saying "Operation is not supported on this platform". This code change fixes that and maintains functionality.
2020-08-25 15:24:24 +01:00
Deantwo
6ca6304196
Merge pull request #225 from ddyner/HangupRequestEvent
...
add HangupRequest event
2020-01-27 15:40:33 +01:00
Deantwo
c71ac89037
Merge pull request #219 from amynkvirani/EnhancedEvents
...
Minor improvements and fixes to Queue Events/Actions and Confbridge Events
2020-01-27 12:04:20 +01:00
Denis Dyner
ccd319d3d0
Added xml-comment to SocketEncoding and SocketReceiveBufferSize property
2020-01-27 08:33:54 +03:00
Denis Dyner
e1c51cafcb
add HangupRequest event
2020-01-24 22:13:52 +03:00
Denis Dyner
0f260a753c
Add socket ReceiveBufferSize settings to public property
2020-01-24 13:08:40 +03:00
Amyn Virani
4e5d7ee2e3
Added event handlers for Confbridge Mute and Unmute events
2020-01-16 17:11:10 -05:00
Deantwo
2428cc1e8b
Merge pull request #179 from moldypenguins/DocManager
...
Add references in summaries to asterisk docs (manager)
2019-10-10 10:17:32 +02:00
Deantwo
5b2802d2b1
Merge pull request #183 from rjschnorenberg/thread-safe-socket-writes
...
Synchronize ManagerConnection socket writes to make SendAction threadsafe
2019-07-25 22:21:08 +02:00
Книс Евгений
ac993790be
- ReloadEvent fix
...
- OriginateAction improve
- UpdateCOnfigAction improve
- ModuleLoadAction
- ReloadAction
2019-04-26 19:44:36 +07:00
Deantwo
449c9faeb4
Merge pull request #173 from moldypenguins/AgentRingNoAnswerEvent
...
Implemented AgentRingNoAnswerEvent
2018-09-22 12:34:01 +02:00
Craig Roberts
1772aa17dc
add summaries
2018-09-21 18:50:34 -04:00
Deantwo
e27e2ea729
Merge pull request #171 from moldypenguins/async/await
...
async/await
Implements `SendActionAsync`.
2018-09-22 00:08:05 +02:00
Deantwo
73a814f13d
Merge pull request #172 from moldypenguins/MusicOnHoldEvent
...
Added MusicOnHoldEvent, MusicOnHoldStartEvent and MusicOnHoldStopEvent.
2018-09-14 11:19:17 +02:00
Richard J Schnorenberg
bc65355dda
Synchronize ManagerConnection socket writes to make SendAction thread safe
2018-09-13 21:10:11 -05:00
Craig Roberts
5b2dece945
re-add musiconholdevent
...
re-add musiconholdevent
add summaries
2018-09-06 21:59:58 -04:00
Craig Roberts
bc29b8feb5
add musiconhold start/stop events
2018-09-06 19:58:20 -04:00
Craig Roberts
9d1aae4f9b
remove changes not related to this commit
2018-09-06 19:28:18 -04:00
Craig Roberts
41ed8276d8
add DTMFBegin and DTMFEnd events
2018-09-02 14:07:26 -04:00
Craig Roberts
d4dd90b65b
update comment
...
add line break
2018-08-30 15:27:52 -04:00
Craig Roberts
1a8c4cd329
update comments
2018-08-30 15:16:46 -04:00
Craig Roberts
8035762721
Add AgentRingNoAnswerEvent
2018-08-29 19:11:43 -04:00
Craig Roberts
6da426507e
Add MusicOnHoldEvent
2018-08-29 19:06:47 -04:00
Craig Roberts
6fda78301c
async/await
2018-08-29 18:56:26 -04:00
zsender
d69f7ffd64
Fixed PR conflicts
2018-07-06 00:59:19 +03:00
zsender
0f61e78fe6
fixed for PR 121. Called UnhandledEvent, allows you see events that you aren't currently subscribed
2018-01-16 08:39:11 +02:00
zsender
6c6f327606
fixed by comment "Need to add return after this line still."
2018-01-15 22:43:35 +02:00
Nadobko Bogdan
a4f79d68ae
fixed of parameter name in description
2018-01-15 21:28:22 +02:00
Nadobko Bogdan
269ac0e5d9
Fixed indent of brace
2018-01-15 21:03:40 +02:00
zsender
d1bb4249b8
fix subscribe event (for better code readability)
...
addcomment to method fireEvent
2017-04-06 09:25:48 +03:00
zsender
5e738cdd3c
Used EventHandler<T> delegate because the event signature is the same for all. Changed the call of the event so that the indexes are not used. Action<ManagerEvent> allows you to use the delegate value at the current real time
2017-04-05 08:32:55 +03:00
Herman van den Berg
72ddf45b9f
fixed XML documentation errors
...
enable XML documentation output (for intellisense when using as a dll, eg Nuget)
update Sandcastle documentation (allows enabling Git Hub Pages, see: https://help.github.com/articles/configuring-a-publishing-source-for-github-pages/ , uses '/docs' folder)
2016-10-19 09:20:23 +02:00
Herman van den Berg
83e950f21f
add QueueMemberPauseEventHandler
2016-10-18 16:07:25 +02:00
Herman van den Berg
e5df1f7195
add events DialEndEvent, QueueCallerJoinEvent, QueueCallerLeaveEvent for further Asterisk 13 support
2016-09-21 09:04:36 +02:00
Herman van den Berg
959c53de8c
add DialBeginEvent
2016-09-20 15:29:46 +02:00
albertmata
47cd94dfff
ActionVariable actionVar.GetVariables can return null.
2016-03-18 18:43:20 +01:00
Justin
f179276c91
Move VAR_DELIMITER from Common to ManagerConnection
...
Setup Interface for ManagerConnection to do the variable joining instead of doing it in the Action classes
2015-04-02 10:23:08 -07:00
Justin
58ab6be525
Change variable delimiter to be variable per host
...
Change variable delimiter to be a command on asterisk >= 11
2015-03-31 10:40:55 -07:00
Jonas Swiatek
c124ebb025
Event handlers for AttendedTransfer, BlindTransfer, BridgeEnter, BridgeLeave, BridgeCreate and BridgeDestroy, and added a gitignore-file
2015-03-17 17:15:55 +01:00
Skrusty
3c34e430d0
removed <code> blocks from summary and fixed assmembly info
2015-01-04 14:26:32 +00:00
Skrusty
afc7f39b04
Added support for asterisk13 in AMI
2014-10-28 21:22:14 +00:00
unknown
a76d37a7f1
See changelog 12.06.2014 for ManagerReader worker thread changes.
2014-06-12 10:08:52 +02:00
skrusty
cc9e6e9547
See changelog 07.04.2014 for fixes and additions
2014-04-07 11:35:39 +01:00
skrusty
3197e6a328
See change log (Breaking changes!)
2014-01-08 14:16:39 +00:00
skrusty_cp
173d321c38
See change log
2014-01-03 08:39:46 -08:00
skrusty_cp
93c5659ab7
See change log for details
2013-08-21 03:31:26 -07:00
skrusty_cp
07a2548381
Added DBDel, DBDelTree, checklist for MS1, enum support for 1.8
2013-04-03 08:54:33 -07:00
skrusty_cp
e930f0bb31
2013-03-15 12:26:36 -07:00
ppumkin_cp
f6d419aa39
Welcome to your new home Asterisk .NET. Thanks to dnz2005, x893 for their great effort. Visit https://sourceforge.net/projects/asterisk-dotnet/ for more information.
2013-01-18 07:55:50 -08:00