Update to 2022-02-24 16:00

This commit is contained in:
Daniel Berteaud 2022-02-24 16:00:05 +01:00
parent c423e27864
commit 5e65a9d485
2 changed files with 8 additions and 3 deletions

View File

@ -25,10 +25,11 @@ fpbx_auth_type: none
fpbx_mgm_tcp_ports: [ 5038 ]
fpbx_mgm_udp_ports: []
fpbx_voip_tcp_ports:
- 5060 # SIP, chan_pjsip
- 5061 # SIP, chan_sip
- 5060 # SIP
- 5061 # SIP with TLS
fpbx_voip_udp_ports:
- 5060 # SIP, chan_pjsip
- 5060 # SIP
- 5061 # SIP with TLS
- 5160 # SIP, chan_sip
- '10000:20000' # RTP
- 4520 # dundi

View File

@ -8,6 +8,10 @@
yum: name={{ fpbx_moh_pkg + fpbx_snd_pkg }}
tags: fpbx
- name: Link MariaDB ODBC connector to emulate MySQL connector
file: src=/usr/lib64/libmaodbc.so dest=/usr/lib64/libmyodbc5.so state=link
tags: fpbx
- name: Create a user for provisioning
user:
name: phone