Skip to content

Releases: daniele77/aricpp

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

v. 0.5

14 Feb 13:57
Compare
Choose a tag to compare
  • 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

20 Apr 11:14
Compare
Choose a tag to compare

Fix bug in Channel::GetVar

v. 0.4

20 Apr 11:13
Compare
Choose a tag to compare
  • 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

28 Feb 17:51
Compare
Choose a tag to compare
  • URL encode in ARI http messages

v. 0.2

26 Jan 09:23
Compare
Choose a tag to compare
  • 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

20 Oct 13:33
Compare
Choose a tag to compare
  • Use beast library v. 123
  • Add CONTRIBUTING and CODE_OF_CONDUCT files
  • Add channel destruction Q.850 cause
  • Remove std::move when prevents RVO