diff sip-in/readconf.c @ 108:0d6435808bcd

sip-in: implement 100rel for 180 Ringing response
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 28 Sep 2022 14:29:10 -0800
parents ce3b1db7d1d7
children 9b87894704eb
line wrap: on
line diff
--- a/sip-in/readconf.c	Tue Sep 27 23:45:40 2022 -0800
+++ b/sip-in/readconf.c	Wed Sep 28 14:29:10 2022 -0800
@@ -16,7 +16,7 @@
 
 struct in_addr sip_bind_ip;
 unsigned sip_bind_port;
-int cfg_use_100rel;
+int cfg_use_100rel = 1;
 int cfg_force_pcma;
 unsigned cfg_retrans_timeout = 500;
 unsigned cfg_retrans_count = 10;