Skip to content

Releases: daniele77/aricpp

v. 1.1.3

27 Nov 15:23
Compare
Choose a tag to compare
  • Fixes broken build with new version of boost beast (#68)

v. 1.1.2

21 Feb 10:13
Compare
Choose a tag to compare
  • Fix Channel recording would not stop. Fixes #47
  • Fix passing two times the playback id in Channel::Play
  • Add digitsequence new example

v. 1.1.1

18 May 20:48
Compare
Choose a tag to compare
  • Channel dtor does not issue a hangup anymore when the channel is dead already
  • PlaybackHandler passed by value in event handlers
  • New example that plays a music file on answer call

v. 1.1.0

13 Apr 13:32
Compare
Choose a tag to compare
  • The disconnection handler is called also if reconnection is not enabled. Fixes #47
  • Possibly usage of a dangling reference in method chain proxy. Fixes #48

v. 1.0.1

08 Apr 18:57
3094e8e
Compare
Choose a tag to compare
  • Compiles again with boost libraries v. 1.66.0. Fixes #45
  • Update to new boost asio versions. Fixes #41

v. 1.0.0

07 Apr 07:07
Compare
Choose a tag to compare
  • Optional asterisk reconnection. Fixes #32
  • Fix ToString(JsonTree). Fixes #30
  • Add high-level handler for DTMF received event
  • Using std::chrono parameters instead of ints. Fixes #35
  • Channel is not copyable nor movable. Fixes #36
  • Move library header files in include/aricpp directory. Fixes #40
  • Add cmake support. Fixes #42

v. 0.9.1

29 Oct 21:53
Compare
Choose a tag to compare
  • Expose Id of the bridge

v. 0.9

15 Jun 15:58
Compare
Choose a tag to compare
  • Add Recording::Mute, Recording::Unmute, Recording::Abort and Recording::Delete
  • Rename Channel::Call method to Channel::Dial
  • Add Channel::Continue method
  • Fix Playback::Stop method

v. 0.8

20 Apr 18:17
Compare
Choose a tag to compare
  • Add Recording::Pause and Recording::Resume
  • Add new example for playing and recording
  • Remove error message when a channel var set event is not set
  • Manage Global Variable events

v. 0.6

15 Apr 10:01
Compare
Choose a tag to compare
  • Solve an issue with stop record function
  • The bridge creation is now delegated to the AriModel class (for uniformity with Channel)
  • Complete management of playbacks
  • Channel variables notifications
  • Monodirectional audio support when adding a channel to a bridge