Q-Central
  1. Q-Central

Tropo-WebAPI-CSharp

Public
AuthorCommitMessageCommit date
Brian SutliffeBrian Sutliffe
d9ee442aeabupdated Json.NET to v9.0.1
Brian SutliffeBrian Sutliffe
b219ed97474Added a release3 configuration for pod 3 support
unknownunknown
6d8e7eb079cupdated the SignalSession method to trim white space off of the session ID before injecting it into the URL.
unknownunknown
69485b483f2Updated CreateSession and SignalSession to track the request and response when an error occurs.
unknownunknown
df711a6b75bupdated the JSON.Net nuget package reference
unknownunknown
1ff81380141Added error handling for 503 errors, which seem to happen occasionally.
unknownunknown
d266d50fc08Added a configuration of Release2 for Pod 2 configuration
unknownunknown
07d41661189Added support for parsing the UserType on the result object.
unknownunknown
66386e7173bAdded support for setting MachineDetection (as a boolean only)
unknownunknown
0516f0a9fe2added support for specifying a custom JoinPrompt on a conference.
unknownunknown
d128c6bb098Added transcription support to the StartRecording constructor.
Brian SutliffeBrian Sutliffe
384b44111b0Added JoinPrompt and LeavePrompt to the Conference object.
Brian SutliffeBrian Sutliffe
d563a7e1b4fUpdated the Result object to include the CalledID field
Brian SutliffeBrian Sutliffe
0c1bb83ff35ignored stuff
Brian SutliffeBrian Sutliffe
7d2aca576f4Added Test and Stage configurations to the TropoCSharp project
Brian SutliffeBrian Sutliffe
1414757cea6no message
Brian SutliffeBrian Sutliffe
1fc845671daFixed JSON.NET reference in TropoCSharp
Brian SutliffeBrian Sutliffe
bd7631c8befno message
Brian SutliffeBrian Sutliffe
1b951596899updated Session extensions to use HTTPS
Brian SutliffeBrian Sutliffe
b51f2a0a4c9Made username and password optional on the StartRecording constructor
Brian SutliffeBrian Sutliffe
5d991952f2cAdded the RingRepeat property to Transfer
Brian SutliffeBrian Sutliffe
c167c998690Added an implicit string conversion to Say
Brian SutliffeBrian Sutliffe
11586c497cdUpdated Transfer to allow more than one On
Brian SutliffeBrian Sutliffe
9cfa3750084Fixed an issue with Actions not parsing if no attempts value is sent.
Brian SutliffeBrian Sutliffe
8911ae6c75efixed issues with Result and Session
Brian SutliffeBrian Sutliffe
1537c99e206fixed issues with JSON.NET conflicting with other projects.
Brian SutliffeBrian Sutliffe
68a83ee76eaAdded 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.
Brian SutliffeBrian Sutliffe
c48ad3210f5Updated the Result object so it parses the Actions response into a structured object.
Brian SutliffeBrian Sutliffe
87ea0d0065bUpdated data type on Ask.Sensitivity to nullable float so it matches the API.
Brian SutliffeBrian Sutliffe
03f0c8bb235Cleaned up the overloads in Tropo.cs to reduce duplicated code and ensure that no parameters are ignored when using objects.
Brian SutliffeBrian Sutliffe
aab36e9f034Updated the verb methods to return the Tropo object so they can be chained together.
Brian SutliffeBrian Sutliffe
207e2d7689fno message
Brian SutliffeBrian Sutliffe
1e1af9387cbUpgraded the rest of the projects, and added Json.NET to fix dependency issues.
Brian SutliffeBrian Sutliffe
72e3e163568Upgraded project files.
Adam KalseyAdam Kalsey
5b5007e8e04MMerge pull request #4 from kevinbond/masterC# updates
Kevin BondKevin Bond
26eeb8beaa8recognizer was missing in overloaded ask method
Kevin BondKevin Bond
9382f45842bWait fixes
Kevin BondKevin Bond
414cf5bb8ffAdded the wait method
Kevin BondKevin Bond
0618d3e2283Added interdigitTimeout to the transfer method
Kevin BondKevin Bond
80d0713e62bAdded transcriptionID, transcriptionEmailFormat and transcriptionOutURI to the startRecord method
Kevin BondKevin Bond
201ab6f124cAdded interdigitTimeout to the record method
Kevin BondKevin Bond
c506805ed1dAdded interdigitTimeout to the conference method
Kevin BondKevin Bond
db598b53424Fixed a couple of parameters and added sensitivity, speechCompleteTimeout and speechIncompleteTimeout
Jason GoeckeJason Goecke
09e67839e15Added MIT License
Jason GoeckeJason Goecke
33cc5a7edc7Changed interdigitTimeout from a boolean to an integer.Fixes #3
unknownunknown
ac74e0788ce(Fix) Modified Conference sample to properly use events.
unknownunknown
0e17d8974bd(New) Added Interdigit timeout to Ask object.(New) Added collect digits sample app. (Fix) Code cleanup and reformatting.
unknownunknown
0c33c479c3c(New) Added TTS and ASR options for all Tropo support languages.
unknownunknown
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.
unknownunknown
7f1705859a0(New) Added conference call sample and demo app.