Releases: daniele77/aricpp
Releases · daniele77/aricpp
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
v. 0.5
- Now the bridge can only be instantiated by a static factory method (to avoid a race in the callback)
- Add dtmf_events, proxy_media and video_sfu to bridge creation types
v. 0.4.1
Fix bug in Channel::GetVar
v. 0.4
- Add creation only of a asterisk channel (w/o dial)
- Add dial of a asterisk channel
- Add Channel State ToString function
- Use url parameter instead of http body for channel Get variable
v. 0.3
- URL encode in ARI http messages
v. 0.2
- Use boost library v. 1.66.0 or later (does not need separate beast library anymore)
- Add GetVar in Channel
- Hangup on Channel destructor
- Add holding Bridge type
- Add holding_bridge sample
v. 0.1
- Use beast library v. 123
- Add CONTRIBUTING and CODE_OF_CONDUCT files
- Add channel destruction Q.850 cause
- Remove std::move when prevents RVO