Support is desired for Kamailio/Rtpengine traffic via UDP.
Adding homer-disable-rtcp-stats and homer-enable-ng config params to
separately control sending to Homer each traffic type. By default rtcp
is `on` when homer parameter is configured. NG is by default disabled.
closes#1802
Change-Id: Ib68fb133cffc5d8945f9b6bf60bab3e80fab9630
{"homer",0,0,G_OPTION_ARG_STRING,&homerp,"Address of Homer server for RTCP stats","IP46|HOSTNAME:PORT"},
{"homer-protocol",0,0,G_OPTION_ARG_STRING,&homerproto,"Transport protocol for Homer (default udp)","udp|tcp"},
{"homer-id",0,0,G_OPTION_ARG_INT,&rtpe_config.homer_id,"'Capture ID' to use within the HEP protocol","INT"},
{"homer-disable-rtcp-stats",0,0,G_OPTION_ARG_NONE,&rtpe_config.homer_rtcp_off,"Disable RTCP stats tracing to Homer (enabled by default if homer server enabled)",NULL},
{"homer-enable-ng",0,0,G_OPTION_ARG_NONE,&rtpe_config.homer_ng_on,"Enable NG tracing to Homer",NULL},
{"homer-ng-capture-proto",0,0,G_OPTION_ARG_INT,&rtpe_config.homer_ng_capt_proto,"'Capture protocol type' to use within the HEP protocol (default is 0x3d). Further used by the Homer capture and UI.","UINT8"},
{"recording-dir",0,0,G_OPTION_ARG_STRING,&rtpe_config.spooldir,"Directory for storing pcap and metadata files","FILE"},
{"recording-method",0,0,G_OPTION_ARG_STRING,&rtpe_config.rec_method,"Strategy for call recording","pcap|proc|all"},
{"recording-format",0,0,G_OPTION_ARG_STRING,&rtpe_config.rec_format,"File format for stored pcap files","raw|eth"},