ansible-asterisk-cisco-inte.../inventories/production/group_vars/all.yml
2025-05-09 23:45:18 +01:00

23 lines
587 B
YAML

# You should configure this for your own area, or use your own NTP server
ntp_server: uk.pool.ntp.org
# Each item in this list will become a PJSIP phone in Asterisk with a SEPMAC
# configuration file hosted in TFTP and an entry in the phone directory served
# by NGINX.
extensions:
- number: 1001
callername: Phone1
context: phones
voicemail: 1001
password: 1234
mac: SEP00000000
ipv4_address: 192.168.1.50
- number: 1002
callername: Phone2
context: phones
voicemail: 1002
password: 1234
mac: SEP00000001
ipv4_address: 192.168.1.51