mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-14 09:13:16 +02:00
Update to 2022-02-24 16:00
This commit is contained in:
parent
c423e27864
commit
5e65a9d485
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user