asterisk-ari-client-rs

Crates.ioasterisk-ari-client-rs
lib.rsasterisk-ari-client-rs
version0.1.4
sourcesrc
created_at2021-09-14 07:02:39.419021
updated_at2024-05-03 06:59:14.69359
descriptionSimple Asterisk ARI library
homepage
repositoryhttps://github.com/jabber-tools/asterisk-ari-client-rs
max_upload_size
id451072
size146,313
(adambezecny)

documentation

https://docs.rs/jabber-tools/0.1.4

README

Asterisk ARI Client

CI License License: MIT version docs

Simple Asterisk library. Implements only small fraction of available Asterisk REST APIs known as ARI. Enables to connect to Asterisk websocket and listen for following events:

  • stasis_start
  • channel_dtmf_received
  • channel_hangup_request
  • stasis_end
  • channel_talking_finished
  • channel_talking_started
  • channel_destroyed
  • playback_started
  • playback_finished
  • channel_state_change
  • channel_var_set
  • recording_started
  • recording_finished

Apart from that following channels' operations are supported:

  • answer
  • play
  • stop_play
  • get_variable
  • set_variable
  • hangup
  • continue_in_dialplan
  • record
  • snoop

Supported recording API operations:

  • stop_recording
  • pause_recording
  • unpause_recording
  • mute_recording
  • unmute_recording
  • delete_recording
  • get_recording

Supported application API operations:

  • filter
  • get
  • list
  • subscribe
  • unsubscribe

This is by no means ready library. It is used for now on single purpose project and needs to be extended to support other ARI APIs. Pull requests welcome!

License

Licensed under either Apache-2.0 or MIT license.

Commit count: 24

cargo fmt