Commit graph

177 commits

Author SHA1 Message Date
Amyn Virani c8d725c717 1. Pass unavailable reason when creating QueuePauseAction
2. QueueMember JoinEvent provides CallerIdNum instead of CallerId
3. QueueMemberEvent now retrieves paused reason
4. Added ConfbridgeMuteEvent and ConfbridgeUnmuteEvent classes so they can be triggered
2020-01-16 16:27:27 -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 8f1879f624
Merge pull request #181 from moldypenguins/ConfBridgeEvents
Conf bridge events
2019-10-10 09:34:43 +02:00
Deantwo c2725a09da
Merge pull request #187 from orastarter/master
Make AGIReply Threadsafe
2019-10-10 09:23:47 +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
Deantwo 0b8b87dcc0
Merge pull request #174 from moldypenguins/BlindTransferAction
Add BlindTransferAction
2019-07-04 10:36:20 +02:00
Deantwo 8ed4516db2
Merge pull request #197 from evgenknis/master
ReloadEvent causes reconnect
2019-07-04 10:04:20 +02:00
Ben Merrills d82efa1205
Merge pull request #200 from vait/master
Some performance fixes
2019-05-20 20:27:31 +01:00
Victor V. Grekov 1a56d4e5ea migrate to net46, add more asynchrony 2019-05-17 00:04:13 +03:00
Книс Евгений ac993790be - ReloadEvent fix
- OriginateAction improve
- UpdateCOnfigAction improve
- ModuleLoadAction
- ReloadAction
2019-04-26 19:44:36 +07:00
Ben Merrills 6dbba33a52
Merge pull request #133 from Pazkov/chan_agent-to-app_agent_pool
Chan agent to app agent pool
2018-10-22 16:17:39 +01:00
orastarter de6326bda9 Fix https://github.com/AsterNET/AsterNET/issues/120 2018-09-24 09:30:48 +03: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
Craig Roberts d3ccb2c059 fixed line breaks 2018-09-21 18:12:58 -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
Deantwo 912b8b3251
Merge pull request #178 from moldypenguins/DTMF
Added DTMFBegin and DTMFEnd events.
2018-09-14 11:18:04 +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 ddd9b6086b add missing fields and summaries 2018-09-06 19:12:06 -04:00
Craig Roberts 1769b2213d comment updates (Manager) 2018-09-02 14:35:20 -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 672c8e9e10 update comments 2018-08-30 15:08:19 -04:00
Craig Roberts 3c74cf4131 fix comment 2018-08-30 15:05:34 -04:00
Craig Roberts deccbc2b4b fix some comments 2018-08-30 15:05:02 -04:00
Craig Roberts 54abb77704 Add BlindTransferAction 2018-08-29 19:29:02 -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
Deantwo 03f51ba65e
Merge pull request #167 from moldypenguins/master
Typo fix for an enum.
2018-08-24 19:09:29 +02:00
Craig Roberts 124283b475 spelling error
spelling error
2018-08-20 22:07:19 -04:00
Deantwo d7f29849c7
Merge pull request #164 from genusP/netstandard
Updated to support .NetStandard2.0
2018-08-17 14:26:59 +02:00
Gennady Pundikov c4c97239ed Update travis config 2018-08-14 20:49:55 +03:00
Gennady Pundikov f2cf683c1f add support NetStandard2.0 2018-08-14 16:27:37 +03:00
Sandro Pazzi c2750423ac Updated comments for missing <br /> 2018-07-30 11:08:50 +02:00
Deantwo 9f3ae2d87b
Update README.md 2018-07-17 14:31:47 +02:00
Deantwo bcf45ddeb3
Merge pull request #158 from AsterNET/QueuePauseAction-Reason
Added Reason to QueuePauseAction
2018-07-17 11:11:37 +02:00
Deantwo ec35897ca2
Added Reason to QueuePauseAction
Updated property documentation to match better with Asterisk doc.
2018-07-16 11:05:46 +02:00
Deantwo 2aaeeb2a40
AsterNET 1.3 release (#156) 2018-07-10 16:15:42 +02:00
Deantwo 9fd1a1c8ca
Merge pull request #93 from zsender/features/Improvement_calling_event
#93 Improvement calling events
#92 Added command action: FilterAction, QueueSummaryAction
2018-07-10 14:58:39 +02:00
Deantwo 27c014faa5
Merge pull request #140 from themicster/master
Changed \n from string to char in mrReaderCallbback's IndexOf.
Should supposedly fix a Mono bug.
2018-07-09 09:49:44 +02:00
zsender 84fe677d7a Added argument "operation" in constructor 2018-07-06 08:51:03 +03:00
zsender d5e78e5284
Merge branch 'master' into features/Improvement_calling_event 2018-07-06 01:06:39 +03:00
zsender d69f7ffd64 Fixed PR conflicts 2018-07-06 00:59:19 +03:00
Ben Merrills 82724c1228
Merge pull request #149 from Deantwo/patch-3
Error Waiting to Happen
2018-06-25 21:27:46 +01:00