@ -787,7 +787,7 @@ static void options(int *argc, char ***argv, charp_ht templates) {
{ " recording-method " , 0 , 0 , G_OPTION_ARG_STRING , & rtpe_config . rec_method , " Strategy for call recording " , " pcap|proc|all " } ,
{ " 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 " } ,
{ " 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 } ,
{ " record-egress " , 0 , 0 , G_OPTION_ARG_NONE , & rtpe_config . rec_egress , " Recording egress media instead of ingress " , NULL } ,
# ifdef WITH_IPTABLES_OPTION
# ifdef HAVE_LIBIPTC
{ " iptables-chain " , 0 , 0 , G_OPTION_ARG_STRING , & rtpe_config . iptables_chain , " Add explicit firewall rules to this iptables chain " , " STRING " } ,
{ " iptables-chain " , 0 , 0 , G_OPTION_ARG_STRING , & rtpe_config . iptables_chain , " Add explicit firewall rules to this iptables chain " , " STRING " } ,
# endif
# endif
{ " codecs " , 0 , 0 , G_OPTION_ARG_NONE , & codecs , " Print a list of supported codecs and exit " , NULL } ,
{ " codecs " , 0 , 0 , G_OPTION_ARG_NONE , & codecs , " Print a list of supported codecs and exit " , NULL } ,