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