24 #ifndef _SIP_CONF_PARSE_H 25 #define _SIP_CONF_PARSE_H
void sip_config_parser_register_tests(void)
register config parsing tests
void sip_parse_nat_option(const char *value, struct ast_flags *mask, struct ast_flags *flags)
Parse the comma-separated nat= option values.
int sip_parse_host(char *line, int lineno, char **hostname, int *portnum, enum ast_transport *transport)
parses a config line for a host with a transport
Registrations with other SIP proxies.
int sip_parse_register_line(struct sip_registry *reg, int default_expiry, const char *value, int lineno)
Parse register=> line in sip.conf.
static int default_expiry
Structure used to handle boolean flags.
void sip_config_parser_unregister_tests(void)
unregister config parsing tests
static struct ast_str * hostname