Capture and play voice with Asterisk ARI -


there channel ari demo in wich can control channel state: ring, answer, play silence, play tone or audio-file (https://github.com/asterisk/ari-examples/tree/master/channel-state, https://wiki.asterisk.org/wiki/display/ast/ari+and+channels%3a+manipulating+channel+state) possible receive chunks (parts, buffers, etc.) of call voice (which created remote subscriber) or write chunks of voice, example array of bytes (not file) in audio format (alaw, ulow etc).

you can use asterisk eagi interface voice data.

other option use record or mixmonitor app record channel(channel have put stasis allow dialplan control ari)

"write chunks of voice" can done application playback

also can create own application using c/c++, compile asterisk , result want.

no, can't redirect voice directly using ari.


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -