1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

chan_dongle, copy dongle.conf over

This commit is contained in:
Anish Mangal 2019-01-19 16:32:42 +00:00 committed by root
parent e44bdc7fc3
commit 8367b6c6bb

View file

@ -59,3 +59,10 @@
args:
chdir: "{{ chan_dongle_src_dir }}"
creates: "/usr/lib/asterisk/modules/chan_dongle.so"
- name: chan_dongle - Copy dongle.conf over
command: cp {{ chan_dongle_src_dir }}/etc/dongle.conf /etc/asterisk/
args:
chdir: "{{ chan_dongle_src_dir }}"
creates: "/etc/asterisk/dongle.conf"