Brian Sutliffe d9ee442aeab updated Json.NET to v9.0.1 03 Jan 2018 Brian Sutliffe b219ed97474 Added a release3 configuration for pod 3 support 21 Oct 2017 unknown 6d8e7eb079c updated the SignalSession method to trim white space off of the session ID before injecting it into the URL. 27 Jul 2016 unknown 69485b483f2 Updated CreateSession and SignalSession to track the request and response when an error occurs. 25 Jul 2016 unknown df711a6b75b updated the JSON.Net nuget package reference 06 Jul 2016 unknown 1ff81380141 Added error handling for 503 errors, which seem to happen occasionally. 14 Jun 2016 unknown d266d50fc08 Added a configuration of Release2 for Pod 2 configuration 01 Dec 2015 unknown 07d41661189 Added support for parsing the UserType on the result object. 04 Jun 2015 unknown 66386e7173b Added support for setting MachineDetection (as a boolean only) 02 Jun 2015 unknown 0516f0a9fe2 added support for specifying a custom JoinPrompt on a conference. 13 May 2015 unknown d128c6bb098 Added transcription support to the StartRecording constructor. 11 May 2015 Brian Sutliffe 384b44111b0 Added JoinPrompt and LeavePrompt to the Conference object. 12 Jan 2015 Brian Sutliffe d563a7e1b4f Updated the Result object to include the CalledID field 18 Nov 2014 Brian Sutliffe 0c1bb83ff35 ignored stuff 12 Sep 2014 Brian Sutliffe 7d2aca576f4 Added Test and Stage configurations to the TropoCSharp project 01 Aug 2014 Brian Sutliffe 1414757cea6 no message 29 Jul 2014 Brian Sutliffe 1fc845671da Fixed JSON.NET reference in TropoCSharp 29 Jul 2014 Brian Sutliffe bd7631c8bef no message 29 Jul 2014 Brian Sutliffe 1b951596899 updated Session extensions to use HTTPS 21 Jul 2014 Brian Sutliffe b51f2a0a4c9 Made username and password optional on the StartRecording constructor 18 Jul 2014 Brian Sutliffe 5d991952f2c Added the RingRepeat property to Transfer 18 Jul 2014 Brian Sutliffe c167c998690 Added an implicit string conversion to Say 18 Jul 2014 Brian Sutliffe 11586c497cd Updated Transfer to allow more than one On 18 Jul 2014 Brian Sutliffe 9cfa3750084 Fixed an issue with Actions not parsing if no attempts value is sent. 18 Jul 2014 Brian Sutliffe 8911ae6c75e fixed issues with Result and Session 17 Jul 2014 Brian Sutliffe 1537c99e206 fixed issues with JSON.NET conflicting with other projects. 17 Jul 2014 Brian Sutliffe 68a83ee76ea Added two new Session-related extension methods: An overload for CreateSession that allows POST and returns a structured object. Also al method called SignalSession, which sends a signal to the specified session. 16 Jul 2014 Brian Sutliffe c48ad3210f5 Updated the Result object so it parses the Actions response into a structured object. 16 Jul 2014 Brian Sutliffe 87ea0d0065b Updated data type on Ask.Sensitivity to nullable float so it matches the API. 15 Jul 2014 Brian Sutliffe 03f0c8bb235 Cleaned up the overloads in Tropo.cs to reduce duplicated code and ensure that no parameters are ignored when using objects. 15 Jul 2014 Brian Sutliffe aab36e9f034 Updated the verb methods to return the Tropo object so they can be chained together. 15 Jul 2014 Brian Sutliffe 207e2d7689f no message 15 Jul 2014 Brian Sutliffe 1e1af9387cb Upgraded the rest of the projects, and added Json.NET to fix dependency issues. 15 Jul 2014 Brian Sutliffe 72e3e163568 Upgraded project files. 15 Jul 2014 Adam Kalsey 5b5007e8e04 M Merge pull request #4 from kevinbond/master C# updates 03 Apr 2013 Kevin Bond 26eeb8beaa8 recognizer was missing in overloaded ask method 08 Jan 2013 Kevin Bond 9382f45842b Wait fixes 08 Jan 2013 Kevin Bond 414cf5bb8ff Added the wait method 08 Jan 2013 Kevin Bond 0618d3e2283 Added interdigitTimeout to the transfer method 08 Jan 2013 Kevin Bond 80d0713e62b Added transcriptionID, transcriptionEmailFormat and transcriptionOutURI to the startRecord method 08 Jan 2013 Kevin Bond 201ab6f124c Added interdigitTimeout to the record method 08 Jan 2013 Kevin Bond c506805ed1d Added interdigitTimeout to the conference method 08 Jan 2013 Kevin Bond db598b53424 Fixed a couple of parameters and added sensitivity, speechCompleteTimeout and speechIncompleteTimeout 08 Jan 2013 Jason Goecke 09e67839e15 Added MIT License 01 Oct 2012 Jason Goecke 33cc5a7edc7 Changed interdigitTimeout from a boolean to an integer. Fixes #3 19 Jun 2012 unknown ac74e0788ce (Fix) Modified Conference sample to properly use events. 07 Dec 2011 unknown 0e17d8974bd (New) Added Interdigit timeout to Ask object. (New) Added collect digits sample app.
(Fix) Code cleanup and reformatting. 05 Dec 2011 unknown 0c33c479c3c (New) Added TTS and ASR options for all Tropo support languages. 01 Dec 2011 unknown e0fbed69b11 (New) Added support for events on call, say, ask, record, conference, transfer objects (New) Added additional tests for objects with event support.
(New) Enhanced conference example to demonstrate announcement to all conference participants. 29 Jul 2011 unknown 7f1705859a0 (New) Added conference call sample and demo app. 27 Jul 2011