FreeCalypso > hg > themwi-system-sw
comparison 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 |
comparison
equal
deleted
inserted
replaced
107:372209628038 | 108:0d6435808bcd |
---|---|
14 #include <string.h> | 14 #include <string.h> |
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 = 1; |
20 int cfg_force_pcma; | 20 int cfg_force_pcma; |
21 unsigned cfg_retrans_timeout = 500; | 21 unsigned cfg_retrans_timeout = 500; |
22 unsigned cfg_retrans_count = 10; | 22 unsigned cfg_retrans_count = 10; |
23 unsigned max_forwards = 70; | 23 unsigned max_forwards = 70; |
24 | 24 |