{"interfaces-config",0,0,G_OPTION_ARG_STRING,&interfaces_config,"Config section prefix for interfaces","STR"},
{"templates",0,0,G_OPTION_ARG_STRING,&templates_section,"Config section to read signalling templates from ","STR"},
{"save-interface-ports",'S',0,G_OPTION_ARG_NONE,&rtpe_config.save_interface_ports,"Bind ports only on first available interface of desired family",NULL},
{"subscribe-keyspace",'k',0,G_OPTION_ARG_STRING_ARRAY,&ks_a,"Subscription keyspace list","INT INT ..."},
{"listen-ng",'n',0,G_OPTION_ARG_STRING_ARRAY,&listenngs,"UDP ports to listen on, NG protocol","[IP46|HOSTNAME:]PORT ..."},
{"listen-tcp-ng",'N',0,G_OPTION_ARG_STRING_ARRAY,&listenngtcps,"TCP ports to listen on, NG protocol","[IP46|HOSTNAME:]PORT ..."},
{"listen-cli",'c',0,G_OPTION_ARG_STRING_ARRAY,&listencli,"TCP port to listen on, CLI","[IP46|HOSTNAME:]PORT ..."},