hep.conf.sample 791 B

1234567891011121314151617
  1. ;
  2. ; res_hep Module configuration for Asterisk
  3. ;
  4. ; All settings are currently set in the general section.
  5. [general]
  6. enabled = yes ; Enable/disable forwarding of packets to a
  7. ; HEP server. Default is "yes".
  8. capture_address = 192.168.1.1:9061 ; The address of the HEP capture server.
  9. capture_password = foo ; If specified, the authorization passsword
  10. ; for the HEP server. If not specified, no
  11. ; authorization password will be sent.
  12. capture_id = 1234 ; A unique integer identifier for this
  13. ; server. This ID will be embedded sent
  14. ; with each packet from this server.