aboutsummaryrefslogtreecommitdiffstats
path: root/roles/asterisk/vars
diff options
context:
space:
mode:
authorStonewall Jackson <stonewall@sacredheartsc.com>2023-02-04 01:23:43 -0500
committerStonewall Jackson <stonewall@sacredheartsc.com>2023-02-04 01:52:13 -0500
commit0261e875679f1bf63c8d689da7fc7e014597885d (patch)
tree3f19cd74a0c1070944f75437f30b098d6ef2ffcb /roles/asterisk/vars
downloadselfhosted-0261e875679f1bf63c8d689da7fc7e014597885d.tar.gz
selfhosted-0261e875679f1bf63c8d689da7fc7e014597885d.zip
initial commit
Diffstat (limited to 'roles/asterisk/vars')
-rw-r--r--roles/asterisk/vars/main.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/roles/asterisk/vars/main.yml b/roles/asterisk/vars/main.yml
new file mode 100644
index 0000000..c4bf58a
--- /dev/null
+++ b/roles/asterisk/vars/main.yml
@@ -0,0 +1,20 @@
+asterisk_packages:
+ - asterisk
+ - asterisk-pjsip
+ - asterisk-voicemail-plain
+
+asterisk_sound_tarballs:
+ g722: https://downloads.asterisk.org/pub/telephony/sounds/asterisk-core-sounds-en-g722-current.tar.gz
+ g729: https://downloads.asterisk.org/pub/telephony/sounds/asterisk-core-sounds-en-g729-current.tar.gz
+ gsm: https://downloads.asterisk.org/pub/telephony/sounds/asterisk-core-sounds-en-gsm-current.tar.gz
+ sln16: https://downloads.asterisk.org/pub/telephony/sounds/asterisk-core-sounds-en-sln16-current.tar.gz
+ ulaw: https://downloads.asterisk.org/pub/telephony/sounds/asterisk-core-sounds-en-ulaw-current.tar.gz
+ wav: https://downloads.asterisk.org/pub/telephony/sounds/asterisk-core-sounds-en-wav-current.tar.gz
+
+asterisk_certificate_path: /etc/asterisk/asterisk.crt
+asterisk_certificate_key_path: /etc/asterisk/asterisk.key
+asterisk_https_certificate_path: /etc/pki/tls/certs/asterisk-https.crt
+asterisk_https_certificate_key_path: /etc/pki/tls/private/asterisk-https.key
+asterisk_ca_file: /etc/pki/tls/certs/ca-bundle.crt
+
+asterisk_data_dir: /var/spool/asterisk