res_hep/res_hep_pjsip: Add a HEPv3 capture agent module and a logger for PJSIP
[asterisk/asterisk.git] / configs / hep.conf.sample
1 ;
2 ; res_hep Module configuration for Asterisk
3 ;
4
5 ; All settings are currently set in the general section.
6 [general]
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.
16