]> git.ipfire.org Git - thirdparty/asterisk.git/commit
apps/app_playback.c: Add 'mix' option to app_playback
authorShloime Rosenblum <shloimerosenblum@gmail.com>
Mon, 20 Sep 2021 16:10:59 +0000 (12:10 -0400)
committerGeorge Joseph <gjoseph@digium.com>
Thu, 21 Oct 2021 15:47:15 +0000 (10:47 -0500)
commita68ef6aafda6a00576262a3b33cb11eb1058baff
tree07e450d43ece0bdcfcbf6cdeb48fa275eece3495
parent362b7f2411eb06c7dd2f22ec6c6c0cb49dbb02ce
apps/app_playback.c: Add 'mix' option to app_playback

I am adding a mix option that will play by filename and say.conf unlike
say option that will only play with say.conf. It
will look on the format of the name, if it is like say it play with
say.conf if not it will play the file name.

ASTERISK-29662

Change-Id: I815816916a308f0fa8f165140dc15772dcbd547a
apps/app_playback.c
doc/CHANGES-staging/add_mix_option_to_playback.txt [new file with mode: 0644]