Releases: daniele77/aricpp
Releases · daniele77/aricpp
v. 1.1.3
- Fixes broken build with new version of boost beast (#68)
v. 1.1.2
- 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
- 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
- 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
- Compiles again with boost libraries v. 1.66.0. Fixes #45
- Update to new boost asio versions. Fixes #41
v. 1.0.0
- 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
- 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
- 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
- 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