From: Piotr Gregor Date: Thu, 18 Aug 2016 13:15:04 +0000 (+0100) Subject: FS-9138: [avmd] Add config to vanilla folder X-Git-Tag: v1.6.11~9^2~34^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c304eaf3e58726c94cca5a1ccb0d41afc42d17b3;p=thirdparty%2Ffreeswitch.git FS-9138: [avmd] Add config to vanilla folder --- diff --git a/conf/vanilla/autoload_configs/avmd.conf.xml b/conf/vanilla/autoload_configs/avmd.conf.xml new file mode 100644 index 0000000000..2366195621 --- /dev/null +++ b/conf/vanilla/autoload_configs/avmd.conf.xml @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/freeswitch.spec b/freeswitch.spec index b436532214..1d46db40de 100644 --- a/freeswitch.spec +++ b/freeswitch.spec @@ -1172,7 +1172,7 @@ Requires: %{name} = %{version}-%{release} Implements TGML Tone Generation for the FreeSWITCH open source telephony platform ###################################################################################################################### -# FreeSWITCH Programing Language Modules +# FreeSWITCH Programming Language Modules ###################################################################################################################### %package lua @@ -1882,6 +1882,7 @@ fi %config(noreplace) %attr(0640, freeswitch, daemon) %{sysconfdir}/autoload_configs/acl.conf.xml %config(noreplace) %attr(0640, freeswitch, daemon) %{sysconfdir}/autoload_configs/alsa.conf.xml %config(noreplace) %attr(0640, freeswitch, daemon) %{sysconfdir}/autoload_configs/amqp.conf.xml +%config(noreplace) %attr(0640, freeswitch, daemon) %{sysconfdir}/autoload_configs/avmd.conf.xml %config(noreplace) %attr(0640, freeswitch, daemon) %{sysconfdir}/autoload_configs/blacklist.conf.xml %config(noreplace) %attr(0640, freeswitch, daemon) %{sysconfdir}/autoload_configs/callcenter.conf.xml %config(noreplace) %attr(0640, freeswitch, daemon) %{sysconfdir}/autoload_configs/cdr_csv.conf.xml