blob: c397f05cac78792ae7b839bb2b35effcf576abbb (
plain)
- # SIP service (secure)
- #
- # * _tls proto (in DNS below) is nonstandard but maybe used in the wild
- #
- # Sample DNS entries:
- # @ IN NAPTR 10 0 "s" "SIPS+D2T" "" _sips._tcp
- # sip IN A 192.0.2.1
- # _sips._tcp IN SRV 0 0 5061 sip
- # _sip._tls IN SRV 0 0 5061 sip
- #
- # Depends: erlang-p1-sip
- listen:
- -
- port: 5061
- module: ejabberd_sip
- tls: true
- certfile: 'CERT_PATH'
- modules:
- mod_sip: {}
|