FreeCalypso > hg > themwi-system-sw
comparison sip-in/readconf.c @ 68:709b78a4ebf0
sip-in: implement retransmission of INVITE responses
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 18 Sep 2022 21:56:20 -0800 |
parents | 62f39c7cee15 |
children | e64d4d44025d |
comparison
equal
deleted
inserted
replaced
67:15c9e1f8f756 | 68:709b78a4ebf0 |
---|---|
15 #include <strings.h> | 15 #include <strings.h> |
16 | 16 |
17 struct in_addr sip_bind_ip; | 17 struct in_addr sip_bind_ip; |
18 unsigned sip_bind_port; | 18 unsigned sip_bind_port; |
19 int cfg_use_100rel; | 19 int cfg_use_100rel; |
20 unsigned cfg_retrans_timeout = 500; | |
21 unsigned cfg_retrans_count = 10; | |
20 | 22 |
21 static char config_file_pathname[] = "/var/gsm/themwi-sip-in.cfg"; | 23 static char config_file_pathname[] = "/var/gsm/themwi-sip-in.cfg"; |
22 | 24 |
23 struct parse_state { | 25 struct parse_state { |
24 int lineno; | 26 int lineno; |