2024-11-25 01:06:18 +00:00
|
|
|
- name: Configure extensions
|
|
|
|
template:
|
|
|
|
src: extensions.conf.j2
|
|
|
|
dest: /etc/asterisk/extensions.conf
|
|
|
|
notify: reload dialplan
|
|
|
|
- name: Configure SIP clients
|
|
|
|
template:
|
|
|
|
src: pjsip.conf.j2
|
|
|
|
dest: /etc/asterisk/pjsip.conf
|
2024-11-25 04:16:18 +00:00
|
|
|
notify: reload sip
|
|
|
|
- name: Configure mailboxes
|
|
|
|
template:
|
|
|
|
src: voicemail.conf.j2
|
|
|
|
dest: /etc/asterisk/voicemail.conf
|
|
|
|
notify: reload voicemail
|