summaryrefslogtreecommitdiff
path: root/ejabberd/config.d/sips.yml
blob: c397f05cac78792ae7b839bb2b35effcf576abbb (plain)
  1. # SIP service (secure)
  2. #
  3. # * _tls proto (in DNS below) is nonstandard but maybe used in the wild
  4. #
  5. # Sample DNS entries:
  6. # @ IN NAPTR 10 0 "s" "SIPS+D2T" "" _sips._tcp
  7. # sip IN A 192.0.2.1
  8. # _sips._tcp IN SRV 0 0 5061 sip
  9. # _sip._tls IN SRV 0 0 5061 sip
  10. #
  11. # Depends: erlang-p1-sip
  12. listen:
  13. -
  14. port: 5061
  15. module: ejabberd_sip
  16. tls: true
  17. certfile: 'CERT_PATH'
  18. modules:
  19. mod_sip: {}