{"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-dir",0,0,G_OPTION_ARG_FILENAME,&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"},
{"record-egress",0,0,G_OPTION_ARG_NONE,&rtpe_config.rec_egress,"Recording egress media instead of ingress",NULL},