Commit graph

137 commits

Author SHA1 Message Date
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
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
Deantwo c855c584c8
Error Waiting to Happen
Changed the strange `true` to `value`.
2018-06-25 15:05:20 +02:00
Michael Cramer 8d7a23269e Changed \n from string to character representation 2018-03-26 16:10:29 -07:00
Ben Merrills 9b92917925
Merge pull request #102 from DaveTTS/DaveTTS-Event-Additions-1
Event Additions ChallengeResponseFailed, ChallengeSent, DeviceStateChange, InvalidAccountID, SuccessfulAuth
2018-02-02 13:54:08 +00:00
Ben Merrills 9d75563b96
Merge pull request #127 from Deantwo/Asterisk13-Queues
Fixed Queue Events
2018-02-02 09:31:11 +00: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
Ben Merrills 26c41504ad
Merge pull request #131 from Deantwo/patch-2
Clarified Variable Obsolete Messages
2018-01-10 08:49:54 +00:00
Deantwo 99a3159bd1
Clarified Obsolete Message 2
The obsolete only made sense for AsterNET source code veterans. Changed to make sense for users instead.
2018-01-10 08:26:19 +01:00
Deantwo f6217faeb8
Clarified Obsolete Message 1
The obsolete only made sense for AsterNET source code veterans. Changed to make sense for users instead.
2018-01-10 08:22:46 +01:00
Deantwo 7e7d02acb9
Fixed Inheritance Bug 6 2017-12-22 14:13:41 +01:00
Deantwo d541b23213
Fixed Inheritance Bug 5 2017-12-22 14:13:07 +01:00
Deantwo 77b07a3247
Fixed Inheritance Bug 4 2017-12-22 14:12:02 +01:00
Deantwo 0949c1011e
Fixed Inheritance Bug 3 2017-12-22 14:11:33 +01:00
Deantwo c4431787a1
Fixed Inheritance Bug 2 2017-12-22 14:10:53 +01:00
Deantwo 7bab07421d
Fixed Inheritance Bug 1 2017-12-22 14:09:10 +01:00
Deantwo 7d9260f419
Removed CallerIdNum
Makes it much easier to work with if it is the same as JoinEvent.
2017-12-21 16:16:28 +01:00
Deantwo 7d06b2cfaf
Update QueueCallerLeaveEvent.cs
Inheritance from LeaveEvent.
2017-12-21 16:03:57 +01:00
Deantwo d055641b18
Update QueueCallerJoinEvent.cs
Inheritance from JoinEvent.
2017-12-21 16:02:23 +01:00
Ben Merrills 311a295105
Merge pull request #125 from Deantwo/patch-2
NuGet Badge for ReadMe
2017-12-14 13:15:16 +00:00
Deantwo 3e9919b2fc
Added NuGet Badge to ReadMe
Found this sweet little trick on another project.
2017-12-14 14:12:10 +01:00
Ben Merrills b3cd107043 Merge pull request #104 from bibendovsky/fix/fastagi_start2
Clean up on socket initialization error
2017-10-26 09:46:38 +01:00
Ben Merrills f20fd04e1c Merge pull request #116 from evgenknis/master
Fix bug: Encoding.UTF8 caused Unhandled exception
2017-10-26 09:45:04 +01:00
e.knis fb3b54eb0f One more CR fix 2017-10-18 16:48:02 +07:00
e.knis 16734c8bf2 One more CR Fix 2017-10-18 16:38:53 +07:00
e.knis 8c30689787 CR Fix 2017-10-18 16:35:48 +07:00
e.knis e0866921c3 Fix bug: Encoding.UTF8 caused Unhandled exception 2017-10-09 15:33:58 +07:00
Boris Bendovsky 53e521c7ee Fix typo 2017-09-27 15:08:18 +03:00
bibendovsky 418ed41078 Fix exception handling of socket initialization 2017-05-08 11:44:05 +03:00
Ben Merrills db13bfa39c Merge pull request #103 from AsterNET/revert-97-fix/fastagi_start
Revert "Clean up on socket initialization error"
2017-05-05 09:14:20 +01:00
Ben Merrills 08a1406917 Revert "Clean up on socket initialization error" 2017-05-04 11:16:18 +01:00
DaveTTS 04fdd62d56 Update AsterNET.csproj 2017-05-03 17:49:24 +01:00
DaveTTS 26daaa3721 Update AsterNET.csproj 2017-05-03 17:42:14 +01:00
DaveTTS c336454370 Merge pull request #4 from DaveTTS/DaveTTS-Event-Additions
Dave tts event additions
2017-05-03 16:09:13 +01:00
DaveTTS 578f77a092 Merge pull request #3 from DaveTTS/DaveTTS-Event-Additions-2
Update ManagerConnection.cs
2017-05-03 16:04:05 +01:00
DaveTTS afa39e9643 Merge pull request #2 from DaveTTS/DaveTTS-Event-Additions-1
Add files via upload
2017-05-03 16:03:26 +01:00
DaveTTS d85af14814 Update ManagerConnection.cs 2017-05-03 16:00:27 +01:00