FreeCalypso > hg > themwi-system-sw
diff 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 |
line wrap: on
line diff
--- a/sip-in/readconf.c Sun Sep 18 16:55:01 2022 -0800 +++ b/sip-in/readconf.c Sun Sep 18 21:56:20 2022 -0800 @@ -17,6 +17,8 @@ struct in_addr sip_bind_ip; unsigned sip_bind_port; int cfg_use_100rel; +unsigned cfg_retrans_timeout = 500; +unsigned cfg_retrans_count = 10; static char config_file_pathname[] = "/var/gsm/themwi-sip-in.cfg";