res_corosync.conf.sample 876 B

12345678910111213141516171819202122232425262728293031
  1. ;
  2. ; Sample configuration file for res_corosync.
  3. ;
  4. ; This module allows events to be shared amongst a local cluster of
  5. ; Asterisk servers. Specifically, the types of events that may be
  6. ; shared include:
  7. ;
  8. ; - Device State (for shared presence information)
  9. ;
  10. ; - Message Waiting Indication, or MWI (to allow Voicemail to live on
  11. ; a server that is different from where the phones are registered)
  12. ;
  13. ; For more information about Corosync, see: http://www.corosync.org/
  14. ;
  15. [general]
  16. ;
  17. ; Publish Message Waiting Indication (MWI) events from this server to the
  18. ; cluster.
  19. ;publish_event = mwi
  20. ;
  21. ; Subscribe to MWI events from the cluster.
  22. ;subscribe_event = mwi
  23. ;
  24. ; Publish Device State (presence) events from this server to the cluster.
  25. ;publish_event = device_state
  26. ;
  27. ; Subscribe to Device State (presence) events from the cluster.
  28. ;subscribe_event = device_state
  29. ;