From noreply at github.com Sun Aug 1 02:19:21 2021 From: noreply at github.com (Norm Brandinger) Date: Sat, 31 Jul 2021 19:19:21 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] f2860e: Enhancement: Add TLS support to PostgreSQL Message-ID: Branch: refs/heads/tls_postgres Home: https://github.com/OpenSIPS/opensips Commit: f2860e7287ae1636622662e38e913f82fba3caa8 https://github.com/OpenSIPS/opensips/commit/f2860e7287ae1636622662e38e913f82fba3caa8 Author: Norman Brandinger Date: 2021-07-31 (Sat, 31 Jul 2021) Changed paths: M menuconfig/configs/opensips_residential_def.m4 M modules/db_postgres/README M modules/db_postgres/db_postgres.c M modules/db_postgres/db_postgres.h M modules/db_postgres/doc/db_postgres_admin.xml M modules/db_postgres/pg_con.c M modules/db_postgres/pg_con.h A modules/db_postgres/ssl_tweaks.c Log Message: ----------- Enhancement: Add TLS support to PostgreSQL From noreply at github.com Mon Aug 2 07:38:52 2021 From: noreply at github.com (Liviu Chircu) Date: Mon, 02 Aug 2021 00:38:52 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] f7c3d6: ratelimit docs: Fix syntax Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: f7c3d66e6c98b0a63805335654daa955503f19fb https://github.com/OpenSIPS/opensips/commit/f7c3d66e6c98b0a63805335654daa955503f19fb Author: Liviu Chircu Date: 2021-08-02 (Mon, 02 Aug 2021) Changed paths: M modules/ratelimit/doc/ratelimit_admin.xml Log Message: ----------- ratelimit docs: Fix syntax From noreply at github.com Mon Aug 2 23:42:03 2021 From: noreply at github.com (Norm Brandinger) Date: Mon, 02 Aug 2021 16:42:03 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 1074fe: fix: allow db_url connect_timeout value to overrid... Message-ID: Branch: refs/heads/tls_postgres Home: https://github.com/OpenSIPS/opensips Commit: 1074fea1b5c463999eadbcbff23805892c027a66 https://github.com/OpenSIPS/opensips/commit/1074fea1b5c463999eadbcbff23805892c027a66 Author: Norm Brandinger Date: 2021-08-02 (Mon, 02 Aug 2021) Changed paths: M modules/db_postgres/pg_con.c Log Message: ----------- fix: allow db_url connect_timeout value to override modparam timeout value From noreply at github.com Tue Aug 3 09:32:17 2021 From: noreply at github.com (Norm Brandinger) Date: Tue, 03 Aug 2021 02:32:17 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 13ba50: fix: From Nick Altmann: Fix wrong variable usege w... Message-ID: Branch: refs/heads/PQescapeStringconn Home: https://github.com/OpenSIPS/opensips Commit: 13ba5034b296970b6551444a2c5451664813b587 https://github.com/OpenSIPS/opensips/commit/13ba5034b296970b6551444a2c5451664813b587 Author: Norm Brandinger Date: 2021-08-03 (Tue, 03 Aug 2021) Changed paths: M modules/db_postgres/val.c Log Message: ----------- fix: From Nick Altmann: Fix wrong variable usege when escape STR type in db_postgres From noreply at github.com Tue Aug 3 18:20:46 2021 From: noreply at github.com (Liviu Chircu) Date: Tue, 03 Aug 2021 11:20:46 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 996a67: permissions: Fix loader conflict on multi-defined ... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 996a677e356f98ab5058a6cbbec164e732d609a7 https://github.com/OpenSIPS/opensips/commit/996a677e356f98ab5058a6cbbec164e732d609a7 Author: Liviu Chircu Date: 2021-08-03 (Tue, 03 Aug 2021) Changed paths: M modules/permissions/address.c M modules/permissions/hash.c M modules/permissions/hash.h M modules/permissions/mi.c Log Message: ----------- permissions: Fix loader conflict on multi-defined hash_destroy() With hash_destroy() defined both in lib/hash.c and modules/permissions/hash.c, this would enable the following shutdown crash: 0 map_destroy ... at map.c:484 1 0x0000557055f1d75d in hash_destroy ... at lib/hash.c:83 2 0x0000557055f1df9a in hash_destroy ... at lib/hash.c:76 3 0x00007f20948edf75 in clean_address ... at address.c:493 4 0x00007f20948e7208 in mod_exit () at permissions.c:702 5 0x0000557055eb03a1 in destroy_modules () at sr_module.c:562 From noreply at github.com Tue Aug 3 18:21:09 2021 From: noreply at github.com (Liviu Chircu) Date: Tue, 03 Aug 2021 11:21:09 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 2c5c19: permissions: Fix loader conflict on multi-defined ... Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 2c5c196272783feaae1dad0c878711b06bdbe0ed https://github.com/OpenSIPS/opensips/commit/2c5c196272783feaae1dad0c878711b06bdbe0ed Author: Liviu Chircu Date: 2021-08-03 (Tue, 03 Aug 2021) Changed paths: M modules/permissions/address.c M modules/permissions/hash.c M modules/permissions/hash.h M modules/permissions/mi.c Log Message: ----------- permissions: Fix loader conflict on multi-defined hash_destroy() With hash_destroy() defined both in lib/hash.c and modules/permissions/hash.c, this would enable the following shutdown crash: 0 map_destroy ... at map.c:484 1 0x0000557055f1d75d in hash_destroy ... at lib/hash.c:83 2 0x0000557055f1df9a in hash_destroy ... at lib/hash.c:76 3 0x00007f20948edf75 in clean_address ... at address.c:493 4 0x00007f20948e7208 in mod_exit () at permissions.c:702 5 0x0000557055eb03a1 in destroy_modules () at sr_module.c:562 (cherry picked from commit 996a677e356f98ab5058a6cbbec164e732d609a7) From noreply at github.com Fri Aug 6 18:34:27 2021 From: noreply at github.com (Norm Brandinger) Date: Fri, 06 Aug 2021 11:34:27 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 169ffe: fix: correct uuid doc Message-ID: Branch: refs/heads/uuid_doc_fix Home: https://github.com/OpenSIPS/opensips Commit: 169ffecea0fea5207141a0fc284a278fc160d2d7 https://github.com/OpenSIPS/opensips/commit/169ffecea0fea5207141a0fc284a278fc160d2d7 Author: Norm Brandinger Date: 2021-08-06 (Fri, 06 Aug 2021) Changed paths: M modules/uuid/README M modules/uuid/doc/uuid_admin.xml Log Message: ----------- fix: correct uuid doc From noreply at github.com Sat Aug 7 21:15:00 2021 From: noreply at github.com (opensips-github) Date: Sat, 07 Aug 2021 14:15:00 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] a3b9b8: Rebuild documentation Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: a3b9b8531335ffe99a3433d780d8259f29f047fa https://github.com/OpenSIPS/opensips/commit/a3b9b8531335ffe99a3433d780d8259f29f047fa Author: OpenSIPS Date: 2021-08-08 (Sun, 08 Aug 2021) Changed paths: M modules/aaa_diameter/README M modules/aaa_diameter/doc/contributors.xml M modules/acc/README M modules/acc/doc/contributors.xml M modules/alias_db/README M modules/alias_db/doc/contributors.xml M modules/auth_aaa/README M modules/auth_aaa/doc/contributors.xml M modules/auth_db/README M modules/auth_db/doc/contributors.xml M modules/b2b_entities/README M modules/b2b_entities/doc/contributors.xml M modules/b2b_logic/README M modules/b2b_logic/doc/contributors.xml M modules/b2b_logic_xml/README M modules/b2b_logic_xml/doc/contributors.xml M modules/cachedb_local/README M modules/cachedb_local/doc/contributors.xml M modules/cachedb_mongodb/README M modules/cachedb_mongodb/doc/contributors.xml M modules/cachedb_redis/README M modules/cachedb_redis/doc/contributors.xml M modules/call_center/README M modules/call_center/doc/contributors.xml M modules/cgrates/README M modules/cgrates/doc/contributors.xml M modules/db_mysql/README M modules/db_mysql/doc/contributors.xml M modules/dialog/README M modules/dialog/doc/contributors.xml M modules/drouting/README M modules/drouting/doc/contributors.xml M modules/emergency/README M modules/emergency/doc/contributors.xml M modules/freeswitch/README M modules/freeswitch/doc/contributors.xml M modules/group/README M modules/group/doc/contributors.xml M modules/httpd/README M modules/httpd/doc/contributors.xml M modules/jabber/README M modules/jabber/doc/contributors.xml M modules/ldap/README M modules/ldap/doc/contributors.xml M modules/media_exchange/README M modules/media_exchange/doc/contributors.xml M modules/mi_fifo/README M modules/mi_fifo/doc/contributors.xml M modules/mid_registrar/README M modules/mid_registrar/doc/contributors.xml M modules/permissions/README M modules/permissions/doc/contributors.xml M modules/presence/README M modules/presence/doc/contributors.xml M modules/pua_dialoginfo/README M modules/pua_dialoginfo/doc/contributors.xml M modules/rate_cacher/README M modules/rate_cacher/doc/contributors.xml M modules/ratelimit/README M modules/ratelimit/doc/contributors.xml M modules/registrar/README M modules/registrar/doc/contributors.xml M modules/rtp_relay/README M modules/rtp_relay/doc/contributors.xml M modules/rtpengine/README M modules/rtpengine/doc/contributors.xml M modules/rtpproxy/README M modules/rtpproxy/doc/contributors.xml M modules/sip_i/README M modules/sip_i/doc/contributors.xml M modules/sipcapture/README M modules/sipcapture/doc/contributors.xml M modules/sipmsgops/README M modules/sipmsgops/doc/contributors.xml M modules/siprec/README M modules/siprec/doc/contributors.xml M modules/speeddial/README M modules/speeddial/doc/contributors.xml M modules/statistics/README M modules/statistics/doc/contributors.xml M modules/stir_shaken/README M modules/stir_shaken/doc/contributors.xml M modules/tls_mgm/README M modules/tls_mgm/doc/contributors.xml M modules/tm/README M modules/tm/doc/contributors.xml M modules/topology_hiding/README M modules/topology_hiding/doc/contributors.xml M modules/tracer/README M modules/tracer/doc/contributors.xml M modules/uac_registrant/README M modules/uac_registrant/doc/contributors.xml M modules/usrloc/README M modules/usrloc/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Mon Aug 9 09:15:31 2021 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Mon, 09 Aug 2021 02:15:31 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 169ffe: fix: correct uuid doc Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 169ffecea0fea5207141a0fc284a278fc160d2d7 https://github.com/OpenSIPS/opensips/commit/169ffecea0fea5207141a0fc284a278fc160d2d7 Author: Norm Brandinger Date: 2021-08-06 (Fri, 06 Aug 2021) Changed paths: M modules/uuid/README M modules/uuid/doc/uuid_admin.xml Log Message: ----------- fix: correct uuid doc Commit: 192d8a4c742d5d453b476fe5f32c81ba05899559 https://github.com/OpenSIPS/opensips/commit/192d8a4c742d5d453b476fe5f32c81ba05899559 Author: Răzvan Crainea Date: 2021-08-09 (Mon, 09 Aug 2021) Changed paths: M modules/uuid/README M modules/uuid/doc/uuid_admin.xml Log Message: ----------- Merge pull request #2590 from OpenSIPS/uuid_doc_fix fix: correct uuid doc Compare: https://github.com/OpenSIPS/opensips/compare/a3b9b8531335...192d8a4c742d From noreply at github.com Tue Aug 10 13:48:59 2021 From: noreply at github.com (Norm Brandinger) Date: Tue, 10 Aug 2021 06:48:59 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 7b411b: Fix spelling Message-ID: Branch: refs/heads/siprec_doc_fix Home: https://github.com/OpenSIPS/opensips Commit: 7b411b9797de36b3eff15cd2c0ec2fd96e515466 https://github.com/OpenSIPS/opensips/commit/7b411b9797de36b3eff15cd2c0ec2fd96e515466 Author: Norm Brandinger Date: 2021-08-10 (Tue, 10 Aug 2021) Changed paths: M modules/siprec/README M modules/siprec/doc/siprec_admin.xml Log Message: ----------- Fix spelling From noreply at github.com Tue Aug 10 14:55:31 2021 From: noreply at github.com (Norm Brandinger) Date: Tue, 10 Aug 2021 07:55:31 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 41b4a0: Fix spelling Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 41b4a018af55f08815dec7e19001d68442e19370 https://github.com/OpenSIPS/opensips/commit/41b4a018af55f08815dec7e19001d68442e19370 Author: Norm Brandinger Date: 2021-08-10 (Tue, 10 Aug 2021) Changed paths: M modules/siprec/README M modules/siprec/doc/siprec_admin.xml Log Message: ----------- Fix spelling From noreply at github.com Tue Aug 10 14:55:39 2021 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 10 Aug 2021 07:55:39 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] Message-ID: Branch: refs/heads/siprec_doc_fix Home: https://github.com/OpenSIPS/opensips From noreply at github.com Tue Aug 10 14:56:01 2021 From: noreply at github.com (Norm Brandinger) Date: Tue, 10 Aug 2021 07:56:01 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] c7ca79: Fix spelling Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: c7ca79313889214159a4431f5e29ef7c2455975f https://github.com/OpenSIPS/opensips/commit/c7ca79313889214159a4431f5e29ef7c2455975f Author: Norm Brandinger Date: 2021-08-10 (Tue, 10 Aug 2021) Changed paths: M modules/siprec/README M modules/siprec/doc/siprec_admin.xml Log Message: ----------- Fix spelling (cherry picked from commit 41b4a018af55f08815dec7e19001d68442e19370) From noreply at github.com Tue Aug 10 14:56:16 2021 From: noreply at github.com (Norm Brandinger) Date: Tue, 10 Aug 2021 07:56:16 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 8b24f5: Fix spelling Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 8b24f54a714ced79ddb180acccb3a22ab8ffe47e https://github.com/OpenSIPS/opensips/commit/8b24f54a714ced79ddb180acccb3a22ab8ffe47e Author: Norm Brandinger Date: 2021-08-10 (Tue, 10 Aug 2021) Changed paths: M modules/siprec/README M modules/siprec/doc/siprec_admin.xml Log Message: ----------- Fix spelling (cherry picked from commit 41b4a018af55f08815dec7e19001d68442e19370) From noreply at github.com Tue Aug 10 15:00:27 2021 From: noreply at github.com (Norm Brandinger) Date: Tue, 10 Aug 2021 08:00:27 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 0d2dac: fix: From Nick Altmann: Fix wrong variable usege w... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 0d2dac363256e8bcacfc1391f63715fe10a905c6 https://github.com/OpenSIPS/opensips/commit/0d2dac363256e8bcacfc1391f63715fe10a905c6 Author: Norm Brandinger Date: 2021-08-10 (Tue, 10 Aug 2021) Changed paths: M modules/db_postgres/val.c Log Message: ----------- fix: From Nick Altmann: Fix wrong variable usege when escape STR type in db_postgres From noreply at github.com Tue Aug 10 15:00:31 2021 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 10 Aug 2021 08:00:31 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] Message-ID: Branch: refs/heads/PQescapeStringconn Home: https://github.com/OpenSIPS/opensips From noreply at github.com Tue Aug 10 15:00:58 2021 From: noreply at github.com (Norm Brandinger) Date: Tue, 10 Aug 2021 08:00:58 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 6d781a: fix: From Nick Altmann: Fix wrong variable usege w... Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 6d781a1ef5452ae762a7cc4d09c4e3e54b059838 https://github.com/OpenSIPS/opensips/commit/6d781a1ef5452ae762a7cc4d09c4e3e54b059838 Author: Norm Brandinger Date: 2021-08-10 (Tue, 10 Aug 2021) Changed paths: M modules/db_postgres/val.c Log Message: ----------- fix: From Nick Altmann: Fix wrong variable usege when escape STR type in db_postgres (cherry picked from commit 0d2dac363256e8bcacfc1391f63715fe10a905c6) From noreply at github.com Tue Aug 10 15:01:05 2021 From: noreply at github.com (Norm Brandinger) Date: Tue, 10 Aug 2021 08:01:05 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] ac6f3a: fix: From Nick Altmann: Fix wrong variable usege w... Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: ac6f3a2028ad143be073fc79217e45f0e8c58058 https://github.com/OpenSIPS/opensips/commit/ac6f3a2028ad143be073fc79217e45f0e8c58058 Author: Norm Brandinger Date: 2021-08-10 (Tue, 10 Aug 2021) Changed paths: M modules/db_postgres/val.c Log Message: ----------- fix: From Nick Altmann: Fix wrong variable usege when escape STR type in db_postgres (cherry picked from commit 0d2dac363256e8bcacfc1391f63715fe10a905c6) From noreply at github.com Wed Aug 11 20:39:32 2021 From: noreply at github.com (Bogdan Andrei IANCU) Date: Wed, 11 Aug 2021 13:39:32 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 3b8bdb: Fix race between data sync and data load Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 3b8bdb794da3828a4fe7639f460c36fffe03031a https://github.com/OpenSIPS/opensips/commit/3b8bdb794da3828a4fe7639f460c36fffe03031a Author: Bogdan-Andrei Iancu Date: 2021-08-11 (Wed, 11 Aug 2021) Changed paths: M modules/drouting/dr_clustering.c M modules/drouting/drouting.c Log Message: ----------- Fix race between data sync and data load Be sure we trigger the startup cluster sync AFTER loading the data from DB. Also, when receiving replicated data, be sure the data is actually loaded. Closes #2581 From noreply at github.com Wed Aug 11 20:40:50 2021 From: noreply at github.com (Bogdan Andrei IANCU) Date: Wed, 11 Aug 2021 13:40:50 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 8b2daa: Fix race between data sync and data load Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 8b2daa805313f80b7dc44ed5e202055770db5fd2 https://github.com/OpenSIPS/opensips/commit/8b2daa805313f80b7dc44ed5e202055770db5fd2 Author: Bogdan-Andrei Iancu Date: 2021-08-11 (Wed, 11 Aug 2021) Changed paths: M modules/drouting/dr_clustering.c M modules/drouting/drouting.c Log Message: ----------- Fix race between data sync and data load Be sure we trigger the startup cluster sync AFTER loading the data from DB. Also, when receiving replicated data, be sure the data is actually loaded. Closes #2581 (cherry picked from commit 3b8bdb794da3828a4fe7639f460c36fffe03031a) From noreply at github.com Wed Aug 11 20:41:16 2021 From: noreply at github.com (Bogdan Andrei IANCU) Date: Wed, 11 Aug 2021 13:41:16 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 40355a: Fix race between data sync and data load Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 40355a3c13493ebbaf7ceed78f2a820c4c600d8a https://github.com/OpenSIPS/opensips/commit/40355a3c13493ebbaf7ceed78f2a820c4c600d8a Author: Bogdan-Andrei Iancu Date: 2021-08-11 (Wed, 11 Aug 2021) Changed paths: M modules/drouting/dr_clustering.c M modules/drouting/drouting.c Log Message: ----------- Fix race between data sync and data load Be sure we trigger the startup cluster sync AFTER loading the data from DB. Also, when receiving replicated data, be sure the data is actually loaded. Closes #2581 (cherry picked from commit 3b8bdb794da3828a4fe7639f460c36fffe03031a) From noreply at github.com Thu Aug 12 08:22:04 2021 From: noreply at github.com (Bogdan Andrei IANCU) Date: Thu, 12 Aug 2021 01:22:04 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 35f55f: Added "filter" and "filter_out" options for "rl_list" Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 35f55f17b6edd73232eb0ca18f019e9b71615490 https://github.com/OpenSIPS/opensips/commit/35f55f17b6edd73232eb0ca18f019e9b71615490 Author: Bogdan-Andrei Iancu Date: 2021-08-12 (Thu, 12 Aug 2021) Changed paths: M modules/ratelimit/doc/ratelimit_admin.xml M modules/ratelimit/ratelimit.c M modules/ratelimit/ratelimit.h M modules/ratelimit/ratelimit_helper.c Log Message: ----------- Added "filter" and "filter_out" options for "rl_list" Using the filter or filter_out optional parameter, you can use patterns (with wildcards) to filter the pipes to be listed (instead of listing all or only one) From noreply at github.com Thu Aug 12 18:38:26 2021 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Thu, 12 Aug 2021 11:38:26 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 736ad5: stir_shaken: add ability to skip Date header check... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 736ad5cc3b4ba4a25ac81d3b98af6e83b4129404 https://github.com/OpenSIPS/opensips/commit/736ad5cc3b4ba4a25ac81d3b98af6e83b4129404 Author: Vlad Patrascu Date: 2021-08-12 (Thu, 12 Aug 2021) Changed paths: M modules/stir_shaken/doc/stir_shaken_admin.xml M modules/stir_shaken/stir_shaken.c Log Message: ----------- stir_shaken: add ability to skip Date header checks when verifying Add a new "require_date_hdr" modparam that controls whether the Date header is mandatory when verifying. From noreply at github.com Thu Aug 12 20:25:56 2021 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Thu, 12 Aug 2021 13:25:56 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] a29cbc: tls_mgm: document possible ca_dir warning when usi... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: a29cbcf38fddc9e75f406ddcf63a9cc1c1a3672c https://github.com/OpenSIPS/opensips/commit/a29cbcf38fddc9e75f406ddcf63a9cc1c1a3672c Author: Vlad Patrascu Date: 2021-08-12 (Thu, 12 Aug 2021) Changed paths: M modules/tls_mgm/doc/tls_mgm_admin.xml Log Message: ----------- tls_mgm: document possible ca_dir warning when using wolfSSL Closes #2545 From noreply at github.com Thu Aug 12 20:26:26 2021 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Thu, 12 Aug 2021 13:26:26 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 1cf4ab: tls_mgm: document possible ca_dir warning when usi... Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 1cf4abb68cf87e8cdee7eb5ca391cd160703def1 https://github.com/OpenSIPS/opensips/commit/1cf4abb68cf87e8cdee7eb5ca391cd160703def1 Author: Vlad Patrascu Date: 2021-08-12 (Thu, 12 Aug 2021) Changed paths: M modules/tls_mgm/doc/tls_mgm_admin.xml Log Message: ----------- tls_mgm: document possible ca_dir warning when using wolfSSL Closes #2545 (cherry picked from commit a29cbcf38fddc9e75f406ddcf63a9cc1c1a3672c) From noreply at github.com Fri Aug 13 08:02:42 2021 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Fri, 13 Aug 2021 01:02:42 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 9ccd25: rtpengine: refactor of node probing Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 9ccd25fc282db8b2452254790c5492fc5829e382 https://github.com/OpenSIPS/opensips/commit/9ccd25fc282db8b2452254790c5492fc5829e382 Author: John Burke Date: 2021-08-11 (Wed, 11 Aug 2021) Changed paths: M modules/rtpengine/doc/rtpengine_admin.xml M modules/rtpengine/rtpengine.c Log Message: ----------- rtpengine: refactor of node probing Probing of disabled rtpengine nodes is now done in timer routine instead of SIP context. Commit: b3dd7c51ddcd5e96f24212341c325d823c5b87bd https://github.com/OpenSIPS/opensips/commit/b3dd7c51ddcd5e96f24212341c325d823c5b87bd Author: John Burke Date: 2021-08-12 (Thu, 12 Aug 2021) Changed paths: M modules/rtpengine/rtpengine.c Log Message: ----------- rtpengine: use `DELAY_ON_DELAY` instead of `SKIP_ON_DELAY` timer flag Commit: dc4a2b924434020462b8522fad455a36852e50f5 https://github.com/OpenSIPS/opensips/commit/dc4a2b924434020462b8522fad455a36852e50f5 Author: John Burke Date: 2021-08-12 (Thu, 12 Aug 2021) Changed paths: M modules/rtpengine/rtpengine.c Log Message: ----------- rtpengine: check for empty list before processing timer job Commit: 15321bab8686ae3de65415e31bffcdade567a68b https://github.com/OpenSIPS/opensips/commit/15321bab8686ae3de65415e31bffcdade567a68b Author: Răzvan Crainea Date: 2021-08-13 (Fri, 13 Aug 2021) Changed paths: M modules/rtpengine/doc/rtpengine_admin.xml M modules/rtpengine/rtpengine.c Log Message: ----------- Merge pull request #2597 from john08burke/rtpengine_probing_refactor rtpengine: refactor of node probing Compare: https://github.com/OpenSIPS/opensips/compare/a29cbcf38fdd...15321bab8686 From noreply at github.com Fri Aug 13 19:27:19 2021 From: noreply at github.com (Liviu Chircu) Date: Fri, 13 Aug 2021 12:27:19 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 24ec0d: usrloc: Learn the active node AoR rlabel (as backu... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 24ec0d23d6f9193548bf0f4296acdba039a4483b https://github.com/OpenSIPS/opensips/commit/24ec0d23d6f9193548bf0f4296acdba039a4483b Author: Liviu Chircu Date: 2021-08-13 (Fri, 13 Aug 2021) Changed paths: M modules/usrloc/ul_cluster.c Log Message: ----------- usrloc: Learn the active node AoR rlabel (as backup node) When using timer-based contact cleanup in Active/Passive user location scenarios, the two timers may run in such a way that the backup node still has a given AoR, while the AoR does _not_ exist on the active node... Now, if a phone registers, the backup node complains that the replicated AoR's auto-generated rlabel differs from its own one, since the old AoR has yet to be cleaned up. And as long as the AoR has no contacts, we can safely re-learn (overwrite) the AoR's rlabel on the backup node and fix this race condition. Credits to Giovanni Maruzzelli for reporting this issue and providing accurate debug logs! Fixes #2524 Commit: c11f92698c6f345d8921d645177f71aa36c9791d https://github.com/OpenSIPS/opensips/commit/c11f92698c6f345d8921d645177f71aa36c9791d Author: Liviu Chircu Date: 2021-08-13 (Fri, 13 Aug 2021) Changed paths: M modules/mid_registrar/save.c M modules/usrloc/ucontact.h M modules/usrloc/urecord.c Log Message: ----------- mid-registrar: Improve replication behavior on INSERT Ensure all mid-registrar data tied to a contact gets included in the very first "INSERT" packet. This prevents some unnecessary error logs on the backup box when doing a quick REGISTER/De-REGISTER in Active/Passive scenarios: ERROR:mid_registrar:unregister_record: 'from' key not found, skipping De-REGISTER ERROR:mid_registrar:mid_reg_aor_event: failed to unregister contact Credits to Giovanni Maruzzelli for an accurate report and detailed logs on this issue! Fixes #2525 Commit: 4128f67d271b4851a194ebf69da0349c4403e2a9 https://github.com/OpenSIPS/opensips/commit/4128f67d271b4851a194ebf69da0349c4403e2a9 Author: Liviu Chircu Date: 2021-08-13 (Fri, 13 Aug 2021) Changed paths: M modules/mid_registrar/ulcb.c M modules/usrloc/dlist.c M modules/usrloc/ucontact.c M modules/usrloc/ucontact.h M modules/usrloc/ul_cluster.h M modules/usrloc/usrloc.c M modules/usrloc/usrloc.h Log Message: ----------- mid-registrar: Avoid generating De-REGISTER from Passive node * enhance the usrloc API with a contact ownership checking function * mid-registrar now only generates De-REGISTER for owned contacts Credits to Giovanni Maruzzelli for detailed reporting and instructions on how to reproduce this issue! Fixes #2559 Compare: https://github.com/OpenSIPS/opensips/compare/15321bab8686...4128f67d271b From noreply at github.com Fri Aug 13 19:36:59 2021 From: noreply at github.com (Liviu Chircu) Date: Fri, 13 Aug 2021 12:36:59 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 9ff14e: usrloc: Learn the active node AoR rlabel (as backu... Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 9ff14e3b419d55dde2662fec170d6e50075df56c https://github.com/OpenSIPS/opensips/commit/9ff14e3b419d55dde2662fec170d6e50075df56c Author: Liviu Chircu Date: 2021-08-13 (Fri, 13 Aug 2021) Changed paths: M modules/usrloc/ul_cluster.c Log Message: ----------- usrloc: Learn the active node AoR rlabel (as backup node) When using timer-based contact cleanup in Active/Passive user location scenarios, the two timers may run in such a way that the backup node still has a given AoR, while the AoR does _not_ exist on the active node... Now, if a phone registers, the backup node complains that the replicated AoR's auto-generated rlabel differs from its own one, since the old AoR has yet to be cleaned up. And as long as the AoR has no contacts, we can safely re-learn (overwrite) the AoR's rlabel on the backup node and fix this race condition. Credits to Giovanni Maruzzelli for reporting this issue and providing accurate debug logs! Fixes #2524 (cherry picked from commit 24ec0d23d6f9193548bf0f4296acdba039a4483b) Commit: 04259f6372da8dc604f71d6a8427b3134e928c81 https://github.com/OpenSIPS/opensips/commit/04259f6372da8dc604f71d6a8427b3134e928c81 Author: Liviu Chircu Date: 2021-08-13 (Fri, 13 Aug 2021) Changed paths: M modules/mid_registrar/save.c M modules/usrloc/ucontact.h M modules/usrloc/urecord.c Log Message: ----------- mid-registrar: Improve replication behavior on INSERT Ensure all mid-registrar data tied to a contact gets included in the very first "INSERT" packet. This prevents some unnecessary error logs on the backup box when doing a quick REGISTER/De-REGISTER in Active/Passive scenarios: ERROR:mid_registrar:unregister_record: 'from' key not found, skipping De-REGISTER ERROR:mid_registrar:mid_reg_aor_event: failed to unregister contact Credits to Giovanni Maruzzelli for an accurate report and detailed logs on this issue! Fixes #2525 (cherry picked from commit c11f92698c6f345d8921d645177f71aa36c9791d) Commit: e8494eb973c34b50cc42c677c05cdaca7d3cb40f https://github.com/OpenSIPS/opensips/commit/e8494eb973c34b50cc42c677c05cdaca7d3cb40f Author: Liviu Chircu Date: 2021-08-13 (Fri, 13 Aug 2021) Changed paths: M modules/mid_registrar/ulcb.c M modules/usrloc/dlist.c M modules/usrloc/ucontact.c M modules/usrloc/ucontact.h M modules/usrloc/ul_cluster.h M modules/usrloc/usrloc.c M modules/usrloc/usrloc.h Log Message: ----------- mid-registrar: Avoid generating De-REGISTER from Passive node * enhance the usrloc API with a contact ownership checking function * mid-registrar now only generates De-REGISTER for owned contacts Credits to Giovanni Maruzzelli for detailed reporting and instructions on how to reproduce this issue! Fixes #2559 (cherry picked from commit 4128f67d271b4851a194ebf69da0349c4403e2a9) Compare: https://github.com/OpenSIPS/opensips/compare/1cf4abb68cf8...e8494eb973c3 From noreply at github.com Fri Aug 13 19:39:20 2021 From: noreply at github.com (Liviu Chircu) Date: Fri, 13 Aug 2021 12:39:20 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] f0f6a2: usrloc: Learn the active node AoR rlabel (as backu... Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: f0f6a22f329f602930e4579840dd1a20a7acf2f7 https://github.com/OpenSIPS/opensips/commit/f0f6a22f329f602930e4579840dd1a20a7acf2f7 Author: Liviu Chircu Date: 2021-08-13 (Fri, 13 Aug 2021) Changed paths: M modules/usrloc/ul_cluster.c Log Message: ----------- usrloc: Learn the active node AoR rlabel (as backup node) When using timer-based contact cleanup in Active/Passive user location scenarios, the two timers may run in such a way that the backup node still has a given AoR, while the AoR does _not_ exist on the active node... Now, if a phone registers, the backup node complains that the replicated AoR's auto-generated rlabel differs from its own one, since the old AoR has yet to be cleaned up. And as long as the AoR has no contacts, we can safely re-learn (overwrite) the AoR's rlabel on the backup node and fix this race condition. Credits to Giovanni Maruzzelli for reporting this issue and providing accurate debug logs! Fixes #2524 (cherry picked from commit 24ec0d23d6f9193548bf0f4296acdba039a4483b) Commit: 977dd04f2c2b6d52cade148f1610a054bf4b0b50 https://github.com/OpenSIPS/opensips/commit/977dd04f2c2b6d52cade148f1610a054bf4b0b50 Author: Liviu Chircu Date: 2021-08-13 (Fri, 13 Aug 2021) Changed paths: M modules/mid_registrar/save.c M modules/usrloc/ucontact.h M modules/usrloc/urecord.c Log Message: ----------- mid-registrar: Improve replication behavior on INSERT Ensure all mid-registrar data tied to a contact gets included in the very first "INSERT" packet. This prevents some unnecessary error logs on the backup box when doing a quick REGISTER/De-REGISTER in Active/Passive scenarios: ERROR:mid_registrar:unregister_record: 'from' key not found, skipping De-REGISTER ERROR:mid_registrar:mid_reg_aor_event: failed to unregister contact Credits to Giovanni Maruzzelli for an accurate report and detailed logs on this issue! Fixes #2525 (cherry picked from commit c11f92698c6f345d8921d645177f71aa36c9791d) Commit: 907023eb1165cf86977e4019dfd8b56c39d2523d https://github.com/OpenSIPS/opensips/commit/907023eb1165cf86977e4019dfd8b56c39d2523d Author: Liviu Chircu Date: 2021-08-13 (Fri, 13 Aug 2021) Changed paths: M modules/mid_registrar/ulcb.c M modules/usrloc/dlist.c M modules/usrloc/ucontact.c M modules/usrloc/ucontact.h M modules/usrloc/ul_cluster.h M modules/usrloc/usrloc.c M modules/usrloc/usrloc.h Log Message: ----------- mid-registrar: Avoid generating De-REGISTER from Passive node * enhance the usrloc API with a contact ownership checking function * mid-registrar now only generates De-REGISTER for owned contacts Credits to Giovanni Maruzzelli for detailed reporting and instructions on how to reproduce this issue! Fixes #2559 (cherry picked from commit 4128f67d271b4851a194ebf69da0349c4403e2a9) Compare: https://github.com/OpenSIPS/opensips/compare/3b8bdb794da3...907023eb1165 From noreply at github.com Sat Aug 14 20:51:31 2021 From: noreply at github.com (opensips-github) Date: Sat, 14 Aug 2021 13:51:31 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] ad79c6: Rebuild documentation Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: ad79c6fc8cf6a2de9532c59e480404e2465ade42 https://github.com/OpenSIPS/opensips/commit/ad79c6fc8cf6a2de9532c59e480404e2465ade42 Author: OpenSIPS Date: 2021-08-14 (Sat, 14 Aug 2021) Changed paths: M modules/db_postgres/README M modules/db_postgres/doc/contributors.xml M modules/drouting/README M modules/drouting/doc/contributors.xml M modules/mid_registrar/README M modules/mid_registrar/doc/contributors.xml M modules/siprec/README M modules/siprec/doc/contributors.xml M modules/usrloc/README M modules/usrloc/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Sat Aug 14 21:17:40 2021 From: noreply at github.com (opensips-github) Date: Sat, 14 Aug 2021 14:17:40 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] d14fe6: Rebuild documentation Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: d14fe638b73bcfdddf3fcdaf6ec314899f87208a https://github.com/OpenSIPS/opensips/commit/d14fe638b73bcfdddf3fcdaf6ec314899f87208a Author: OpenSIPS Date: 2021-08-15 (Sun, 15 Aug 2021) Changed paths: M modules/db_postgres/README M modules/db_postgres/doc/contributors.xml M modules/drouting/README M modules/drouting/doc/contributors.xml M modules/mid_registrar/README M modules/mid_registrar/doc/contributors.xml M modules/ratelimit/README M modules/ratelimit/doc/contributors.xml M modules/rtpengine/README M modules/rtpengine/doc/contributors.xml M modules/siprec/README M modules/siprec/doc/contributors.xml M modules/stir_shaken/README M modules/stir_shaken/doc/contributors.xml M modules/tls_mgm/README M modules/tls_mgm/doc/contributors.xml M modules/usrloc/README M modules/usrloc/doc/contributors.xml M modules/uuid/README M modules/uuid/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Sun Aug 15 10:19:53 2021 From: noreply at github.com (Nick Altmann) Date: Sun, 15 Aug 2021 03:19:53 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 06b78a: packaging/debian: fix Debian Bullseye build Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 06b78a9ee6bbe03a406c28ed2789ba1466ed7015 https://github.com/OpenSIPS/opensips/commit/06b78a9ee6bbe03a406c28ed2789ba1466ed7015 Author: Nick Altmann Date: 2021-08-15 (Sun, 15 Aug 2021) Changed paths: M packaging/debian/control Log Message: ----------- packaging/debian: fix Debian Bullseye build From noreply at github.com Sun Aug 15 10:20:17 2021 From: noreply at github.com (Nick Altmann) Date: Sun, 15 Aug 2021 03:20:17 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] ad015c: packaging/debian: fix Debian Bullseye build Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: ad015c0de1144dd1a705ab68fe2ac8b88e1774f0 https://github.com/OpenSIPS/opensips/commit/ad015c0de1144dd1a705ab68fe2ac8b88e1774f0 Author: Nick Altmann Date: 2021-08-15 (Sun, 15 Aug 2021) Changed paths: M packaging/debian/control Log Message: ----------- packaging/debian: fix Debian Bullseye build From noreply at github.com Sun Aug 15 10:20:31 2021 From: noreply at github.com (Nick Altmann) Date: Sun, 15 Aug 2021 03:20:31 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] e47070: packaging/debian: fix Debian Bullseye build Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: e470700f948afe79f7667396cc60e65fdead6603 https://github.com/OpenSIPS/opensips/commit/e470700f948afe79f7667396cc60e65fdead6603 Author: Nick Altmann Date: 2021-08-15 (Sun, 15 Aug 2021) Changed paths: M packaging/debian/control Log Message: ----------- packaging/debian: fix Debian Bullseye build From noreply at github.com Mon Aug 16 08:23:45 2021 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Mon, 16 Aug 2021 01:23:45 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] b9f68a: stir_shaken: allow the new Identity header to be a... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: b9f68a4dee97df3a42a4f86f82bf6c03b2e053dc https://github.com/OpenSIPS/opensips/commit/b9f68a4dee97df3a42a4f86f82bf6c03b2e053dc Author: Vlad Patrascu Date: 2021-08-16 (Mon, 16 Aug 2021) Changed paths: M modules/stir_shaken/doc/stir_shaken_admin.xml M modules/stir_shaken/stir_shaken.c M modules/stir_shaken/stir_shaken.h Log Message: ----------- stir_shaken: allow the new Identity header to be appended to replies Add a new parameter to the stir_shaken_auth() function that adds the ability to append the new Identity header to replies or to return it via an output variable. Closes #2440 From noreply at github.com Mon Aug 16 08:31:38 2021 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Mon, 16 Aug 2021 01:31:38 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] cb7d90: stir_shaken: add ability to skip Date header check... Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: cb7d907e64e94bd45a3634f045dcb4f77da90984 https://github.com/OpenSIPS/opensips/commit/cb7d907e64e94bd45a3634f045dcb4f77da90984 Author: Vlad Patrascu Date: 2021-08-16 (Mon, 16 Aug 2021) Changed paths: M modules/stir_shaken/doc/stir_shaken_admin.xml M modules/stir_shaken/stir_shaken.c Log Message: ----------- stir_shaken: add ability to skip Date header checks when verifying Add a new "require_date_hdr" modparam that controls whether the Date header is mandatory when verifying. (cherry picked from commit 736ad5cc3b4ba4a25ac81d3b98af6e83b4129404) From noreply at github.com Mon Aug 16 08:32:13 2021 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Mon, 16 Aug 2021 01:32:13 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] c6369b: stir_shaken: add ability to skip Date header check... Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: c6369b40d431e2b094d7ed33e68af6a2b25a2116 https://github.com/OpenSIPS/opensips/commit/c6369b40d431e2b094d7ed33e68af6a2b25a2116 Author: Vlad Patrascu Date: 2021-08-16 (Mon, 16 Aug 2021) Changed paths: M modules/stir_shaken/doc/stir_shaken_admin.xml M modules/stir_shaken/stir_shaken.c Log Message: ----------- stir_shaken: add ability to skip Date header checks when verifying Add a new "require_date_hdr" modparam that controls whether the Date header is mandatory when verifying. (cherry picked from commit 736ad5cc3b4ba4a25ac81d3b98af6e83b4129404) From noreply at github.com Mon Aug 16 10:56:02 2021 From: noreply at github.com (Bogdan Andrei IANCU) Date: Mon, 16 Aug 2021 03:56:02 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 4c3150: Fix self-IPC for cfg reloading on the MI process. Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 4c3150e461c31c29908a7ddd20e550bbfcbb69e3 https://github.com/OpenSIPS/opensips/commit/4c3150e461c31c29908a7ddd20e550bbfcbb69e3 Author: Bogdan-Andrei Iancu Date: 2021-08-16 (Mon, 16 Aug 2021) Changed paths: M cfg_reload.c Log Message: ----------- Fix self-IPC for cfg reloading on the MI process. As starting 3.2 the MI procs also have IPC and cfg files, they are also eligible for receiving the cfg reload IPC command - so we need to run this IPC cmd inline for the MI proc triggering the reload. Also adding some extra logging to help in understanding why a reload cmd may fail. Fixes #2584. From noreply at github.com Mon Aug 16 11:29:16 2021 From: noreply at github.com (Bogdan Andrei IANCU) Date: Mon, 16 Aug 2021 04:29:16 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] bb4de4: Be sure we have support for MHD_USE_EPOLL. Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: bb4de46e49904d351c05e5f16ed887edb828a580 https://github.com/OpenSIPS/opensips/commit/bb4de46e49904d351c05e5f16ed887edb828a580 Author: Bogdan-Andrei Iancu Date: 2021-08-16 (Mon, 16 Aug 2021) Changed paths: M modules/httpd/doc/httpd_admin.xml M modules/httpd/httpd.c Log Message: ----------- Be sure we have support for MHD_USE_EPOLL. Check if MHD_USE_EPOLL is supported at startup, to be sure we have a proper version of the library. Closes #2580 From noreply at github.com Mon Aug 16 11:29:37 2021 From: noreply at github.com (Bogdan Andrei IANCU) Date: Mon, 16 Aug 2021 04:29:37 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 3b8f19: Fix self-IPC for cfg reloading on the MI process. Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 3b8f19ad0e2596a2fa5830f4b9f508a6071e7658 https://github.com/OpenSIPS/opensips/commit/3b8f19ad0e2596a2fa5830f4b9f508a6071e7658 Author: Bogdan-Andrei Iancu Date: 2021-08-16 (Mon, 16 Aug 2021) Changed paths: M cfg_reload.c Log Message: ----------- Fix self-IPC for cfg reloading on the MI process. As starting 3.2 the MI procs also have IPC and cfg files, they are also eligible for receiving the cfg reload IPC command - so we need to run this IPC cmd inline for the MI proc triggering the reload. Also adding some extra logging to help in understanding why a reload cmd may fail. Fixes #2584. (cherry picked from commit 4c3150e461c31c29908a7ddd20e550bbfcbb69e3) Commit: 7a67af9b672c0ad325321371706008cdfcb60659 https://github.com/OpenSIPS/opensips/commit/7a67af9b672c0ad325321371706008cdfcb60659 Author: Bogdan-Andrei Iancu Date: 2021-08-16 (Mon, 16 Aug 2021) Changed paths: M modules/httpd/doc/httpd_admin.xml M modules/httpd/httpd.c Log Message: ----------- Be sure we have support for MHD_USE_EPOLL. Check if MHD_USE_EPOLL is supported at startup, to be sure we have a proper version of the library. Closes #2580 (cherry picked from commit bb4de46e49904d351c05e5f16ed887edb828a580) Compare: https://github.com/OpenSIPS/opensips/compare/cb7d907e64e9...7a67af9b672c From noreply at github.com Mon Aug 16 11:42:20 2021 From: noreply at github.com (Bogdan Andrei IANCU) Date: Mon, 16 Aug 2021 04:42:20 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 35cf96: Add code to troubleshoot some BUG report on weight... Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 35cf96e2cc3d9a0f1e280d47a5ff1ee526940bef https://github.com/OpenSIPS/opensips/commit/35cf96e2cc3d9a0f1e280d47a5ff1ee526940bef Author: Bogdan-Andrei Iancu Date: 2021-08-16 (Mon, 16 Aug 2021) Changed paths: M modules/drouting/drouting.c Log Message: ----------- Add code to troubleshoot some BUG report on weight sorting alg. Dump all the gws, their weights and the running sums, so we can undestand why the alg fails here - this dump will happen only when the bug is detected. Also, in case of this BUG, avoid dropping the call (by return -1), but rather return something usefull, so the call can be routed further. From noreply at github.com Mon Aug 16 11:43:14 2021 From: noreply at github.com (Bogdan Andrei IANCU) Date: Mon, 16 Aug 2021 04:43:14 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 31d3cd: Add code to troubleshoot some BUG report on weight... Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 31d3cd382ca3d9a61090f040246d5b0ad41ce901 https://github.com/OpenSIPS/opensips/commit/31d3cd382ca3d9a61090f040246d5b0ad41ce901 Author: Bogdan-Andrei Iancu Date: 2021-08-16 (Mon, 16 Aug 2021) Changed paths: M modules/drouting/drouting.c Log Message: ----------- Add code to troubleshoot some BUG report on weight sorting alg. Dump all the gws, their weights and the running sums, so we can undestand why the alg fails here - this dump will happen only when the bug is detected. Also, in case of this BUG, avoid dropping the call (by return -1), but rather return something usefull, so the call can be routed further. (cherry picked from commit 35cf96e2cc3d9a0f1e280d47a5ff1ee526940bef) From noreply at github.com Mon Aug 16 11:43:54 2021 From: noreply at github.com (Bogdan Andrei IANCU) Date: Mon, 16 Aug 2021 04:43:54 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] be14c9: Add code to troubleshoot some BUG report on weight... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: be14c99e6f41e378df13c6f681fa7f098df4b25f https://github.com/OpenSIPS/opensips/commit/be14c99e6f41e378df13c6f681fa7f098df4b25f Author: Bogdan-Andrei Iancu Date: 2021-08-16 (Mon, 16 Aug 2021) Changed paths: M modules/drouting/drouting.c Log Message: ----------- Add code to troubleshoot some BUG report on weight sorting alg. Dump all the gws, their weights and the running sums, so we can undestand why the alg fails here - this dump will happen only when the bug is detected. Also, in case of this BUG, avoid dropping the call (by return -1), but rather return something usefull, so the call can be routed further. (cherry picked from commit 35cf96e2cc3d9a0f1e280d47a5ff1ee526940bef) From noreply at github.com Mon Aug 16 12:06:22 2021 From: noreply at github.com (Liviu Chircu) Date: Mon, 16 Aug 2021 05:06:22 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 8f4c24: Update CREDITS file for 3.2 release Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 8f4c24adcdf1bd29a891b161298d2dca7ebfdb54 https://github.com/OpenSIPS/opensips/commit/8f4c24adcdf1bd29a891b161298d2dca7ebfdb54 Author: Liviu Chircu Date: 2021-08-16 (Mon, 16 Aug 2021) Changed paths: M CREDITS Log Message: ----------- Update CREDITS file for 3.2 release From noreply at github.com Mon Aug 16 15:37:43 2021 From: noreply at github.com (Liviu Chircu) Date: Mon, 16 Aug 2021 08:37:43 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 4ef6ba: db_mysql: Fix regression in PS handling Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 4ef6bab4d95d9c23127cad776c126afb0ed77106 https://github.com/OpenSIPS/opensips/commit/4ef6bab4d95d9c23127cad776c126afb0ed77106 Author: Liviu Chircu Date: 2021-08-16 (Mon, 16 Aug 2021) Changed paths: M modules/db_mysql/dbase.c Log Message: ----------- db_mysql: Fix regression in PS handling Commit 87f241651 introduced a regression in db_mysql where modules using prepared statements on top of it would run into errors. Example behavior of auth_db on a basic user auth query: ERROR:db_mysql:db_mysql_store_result: driver error: Commands out of sync; you can't run this command now ERROR:auth_db:get_ha1: failed to query database Credits to @masudmuborakshohi for the accurate report and logs! Fixes #2593 From noreply at github.com Mon Aug 16 15:38:02 2021 From: noreply at github.com (Liviu Chircu) Date: Mon, 16 Aug 2021 08:38:02 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] c871d9: db_mysql: Fix regression in PS handling Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: c871d9edfce7e15adc94a11e6a02179b0f4f88d8 https://github.com/OpenSIPS/opensips/commit/c871d9edfce7e15adc94a11e6a02179b0f4f88d8 Author: Liviu Chircu Date: 2021-08-16 (Mon, 16 Aug 2021) Changed paths: M modules/db_mysql/dbase.c Log Message: ----------- db_mysql: Fix regression in PS handling Commit 87f241651 introduced a regression in db_mysql where modules using prepared statements on top of it would run into errors. Example behavior of auth_db on a basic user auth query: ERROR:db_mysql:db_mysql_store_result: driver error: Commands out of sync; you can't run this command now ERROR:auth_db:get_ha1: failed to query database Credits to @masudmuborakshohi for the accurate report and logs! Fixes #2593 (cherry picked from commit 4ef6bab4d95d9c23127cad776c126afb0ed77106) From noreply at github.com Mon Aug 16 15:39:08 2021 From: noreply at github.com (Liviu Chircu) Date: Mon, 16 Aug 2021 08:39:08 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 5ba731: Bump development version to 3.3.0-dev Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 5ba7317365f23927be9faf9dc42a353d89a0e2b0 https://github.com/OpenSIPS/opensips/commit/5ba7317365f23927be9faf9dc42a353d89a0e2b0 Author: Liviu Chircu Date: 2021-08-16 (Mon, 16 Aug 2021) Changed paths: M CREDITS M Makefile.defs Log Message: ----------- Bump development version to 3.3.0-dev From ag at ag-projects.com Mon Aug 16 18:21:01 2021 From: ag at ag-projects.com (Adrian Georgescu) Date: Mon, 16 Aug 2021 15:21:01 -0300 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 4ef6ba: db_mysql: Fix regression in PS handling In-Reply-To: References: Message-ID: <56C9D94F-EBDB-40E7-B11A-AE8E18A0F9E5@ag-projects.com> I confirm this patch fixed the issue. Regards, Adrian > On 16 Aug 2021, at 12:37, Liviu Chircu wrote: > > Branch: refs/heads/master > Home: https://github.com/OpenSIPS/opensips > Commit: 4ef6bab4d95d9c23127cad776c126afb0ed77106 > https://github.com/OpenSIPS/opensips/commit/4ef6bab4d95d9c23127cad776c126afb0ed77106 > Author: Liviu Chircu > Date: 2021-08-16 (Mon, 16 Aug 2021) > > Changed paths: > M modules/db_mysql/dbase.c > > Log Message: > ----------- > db_mysql: Fix regression in PS handling > > Commit 87f241651 introduced a regression in db_mysql where modules using > prepared statements on top of it would run into errors. > > Example behavior of auth_db on a basic user auth query: > > ERROR:db_mysql:db_mysql_store_result: driver error: > Commands out of sync; you can't run this command now > ERROR:auth_db:get_ha1: failed to query database > > Credits to @masudmuborakshohi for the accurate report and logs! > Fixes #2593 > > > > _______________________________________________ > Devel mailing list > Devel at lists.opensips.org > http://lists.opensips.org/cgi-bin/mailman/listinfo/devel From noreply at github.com Mon Aug 16 18:50:28 2021 From: noreply at github.com (Liviu Chircu) Date: Mon, 16 Aug 2021 11:50:28 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] b4b24c: auth_db docs: Eliminate references to "HA1b"; Docu... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: b4b24ca7a14aaaa02fe2b15f7c69cf970b0aa81f https://github.com/OpenSIPS/opensips/commit/b4b24ca7a14aaaa02fe2b15f7c69cf970b0aa81f Author: Liviu Chircu Date: 2021-08-16 (Mon, 16 Aug 2021) Changed paths: M modules/auth_db/doc/auth_db_admin.xml Log Message: ----------- auth_db docs: Eliminate references to "HA1b"; Document new columns Credits to Adrian Georgescu for the report! From noreply at github.com Mon Aug 16 18:50:49 2021 From: noreply at github.com (Liviu Chircu) Date: Mon, 16 Aug 2021 11:50:49 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 79d20a: auth_db docs: Eliminate references to "HA1b"; Docu... Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 79d20aeea651318ded470eefdb44329e6ae3c3ad https://github.com/OpenSIPS/opensips/commit/79d20aeea651318ded470eefdb44329e6ae3c3ad Author: Liviu Chircu Date: 2021-08-16 (Mon, 16 Aug 2021) Changed paths: M modules/auth_db/doc/auth_db_admin.xml Log Message: ----------- auth_db docs: Eliminate references to "HA1b"; Document new columns Credits to Adrian Georgescu for the report! (cherry picked from commit b4b24ca7a14aaaa02fe2b15f7c69cf970b0aa81f) From noreply at github.com Mon Aug 16 18:59:28 2021 From: noreply at github.com (Liviu Chircu) Date: Mon, 16 Aug 2021 11:59:28 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 6ebf56: auth docs: Mention RFC 8760 support in Overview Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 6ebf56a670ac4dcd9bcf3968c2822039d8e4316c https://github.com/OpenSIPS/opensips/commit/6ebf56a670ac4dcd9bcf3968c2822039d8e4316c Author: Liviu Chircu Date: 2021-08-16 (Mon, 16 Aug 2021) Changed paths: M modules/auth/doc/auth_admin.xml M modules/auth_db/doc/auth_db_admin.xml M modules/uac_auth/doc/uac_auth_admin.xml Log Message: ----------- auth docs: Mention RFC 8760 support in Overview From noreply at github.com Mon Aug 16 18:59:41 2021 From: noreply at github.com (Liviu Chircu) Date: Mon, 16 Aug 2021 11:59:41 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 22bec4: auth docs: Mention RFC 8760 support in Overview Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 22bec40363cb3f1dfe4d395d1c4ce292b95542cf https://github.com/OpenSIPS/opensips/commit/22bec40363cb3f1dfe4d395d1c4ce292b95542cf Author: Liviu Chircu Date: 2021-08-16 (Mon, 16 Aug 2021) Changed paths: M modules/auth/doc/auth_admin.xml M modules/auth_db/doc/auth_db_admin.xml M modules/uac_auth/doc/uac_auth_admin.xml Log Message: ----------- auth docs: Mention RFC 8760 support in Overview (cherry picked from commit 6ebf56a670ac4dcd9bcf3968c2822039d8e4316c) From ag at ag-projects.com Mon Aug 16 20:10:41 2021 From: ag at ag-projects.com (Adrian Georgescu) Date: Mon, 16 Aug 2021 17:10:41 -0300 Subject: [OpenSIPS-Devel] TLS 3.2.0 experience Message-ID: With 3.2.0 using tls_openssl module I get tons of these messages: Aug 16 20:20:09 live01 systemd[1]: check_mk at 19208-81.23.228.180:6556-85.17.186.22:41750.service: Succeeded. Aug 16 20:20:09 live01 /usr/sbin/opensips[5615]: CRITICAL:core:io_watch_del: >>> fd_array idx 3 (fd=470) points to bogus map (fd=-1,type=0,flags=20000000,data=(nil)) It seems you have hit a programming bug. Please help us make OpenSIPS better by reporting it at https://github.com/OpenSIPS/opensips/issues Aug 16 20:20:09 live01 /usr/sbin/opensips[5615]: CRITICAL:core:io_watch_del: >>> used fd map fd=454 is not present in fd_array (fd=454,type=19,flags=80000002,data=0x7f0a9c2deaa8) It seems you have hit a programming bug. Please help us make OpenSIPS better by reporting it at https://github.com/OpenSIPS/opensips/issues Aug 16 20:20:09 live01 /usr/sbin/opensips[5615]: CRITICAL:core:io_watch_del: >>> unused fd_map fd=470 has bogus data (fd=-1,flags=20000000,data=(nil)) It seems you have hit a programming bug. Please help us make OpenSIPS better by reporting it at https://github.com/OpenSIPS/opensips/issues Aug 16 20:20:09 live01 /usr/sbin/opensips[5615]: CRITICAL:core:io_watch_del: [TCP_main] check failed after successful fd del (fd=523,flags=16, sflags=3) over map (fd=-1,type=0,data=(nil),flags=0) erase=1 Aug 16 20:20:09 live01 /usr/sbin/opensips[5613]: ERROR:tls_openssl:openssl_tls_accept: New TLS connection from 79.178.15.135:56742 failed to accept Aug 16 20:20:09 live01 /usr/sbin/opensips[5613]: ERROR:tls_openssl:tls_print_errstack: TLS errstack: error:14209102:SSL routines:tls_early_post_process_client_hello:unsupported protocol Aug 16 20:21:17 live01 /usr/sbin/opensips[5615]: CRITICAL:core:io_watch_del: >>> fd_array idx 3 (fd=470) points to bogus map (fd=-1,type=0,flags=20000000,data=(nil)) It seems you have hit a programming bug. Please help us make OpenSIPS better by reporting it at https://github.com/OpenSIPS/opensips/issues Aug 16 20:21:17 live01 /usr/sbin/opensips[5615]: CRITICAL:core:io_watch_del: >>> used fd map fd=454 is not present in fd_array (fd=454,type=19,flags=80000002,data=0x7f0a9c2deaa8) It seems you have hit a programming bug. Please help us make OpenSIPS better by reporting it at https://github.com/OpenSIPS/opensips/issues Aug 16 20:21:17 live01 /usr/sbin/opensips[5615]: CRITICAL:core:io_watch_del: >>> unused fd_map fd=470 has bogus data (fd=-1,flags=20000000,data=(nil)) It seems you have hit a programming bug. Please help us make OpenSIPS better by reporting it at https://github.com/OpenSIPS/opensips/issues Aug 16 20:21:17 live01 /usr/sbin/opensips[5615]: CRITICAL:core:io_watch_del: [TCP_main] check failed after successful fd del (fd=525,flags=16, sflags=3) over map (fd=-1,type=0,data=(nil),flags=0) erase=1 31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 From vladp at opensips.org Mon Aug 16 20:21:45 2021 From: vladp at opensips.org (Vlad Patrascu) Date: Mon, 16 Aug 2021 23:21:45 +0300 Subject: [OpenSIPS-Devel] TLS 3.2.0 experience In-Reply-To: References: Message-ID: <85f699dc-7e22-1c86-522d-b2e08f33080b@opensips.org> Hi Adrian, Can you please open an issue on the Github tracker? Regards, -- Vlad Patrascu OpenSIPS Core Developer http://www.opensips-solutions.com On 16.08.2021 23:10, Adrian Georgescu wrote: > With 3.2.0 using tls_openssl module I get tons of these messages: > > Aug 16 20:20:09 live01 systemd[1]: check_mk at 19208-81.23.228.180:6556-85.17.186.22:41750.service: Succeeded. > Aug 16 20:20:09 live01 /usr/sbin/opensips[5615]: CRITICAL:core:io_watch_del: >>>> fd_array idx 3 (fd=470) points to bogus map (fd=-1,type=0,flags=20000000,data=(nil)) > It seems you have hit a programming bug. > Please help us make OpenSIPS better by reporting it at https://github.com/OpenSIPS/opensips/issues > Aug 16 20:20:09 live01 /usr/sbin/opensips[5615]: CRITICAL:core:io_watch_del: >>>> used fd map fd=454 is not present in fd_array (fd=454,type=19,flags=80000002,data=0x7f0a9c2deaa8) > It seems you have hit a programming bug. > Please help us make OpenSIPS better by reporting it at https://github.com/OpenSIPS/opensips/issues > Aug 16 20:20:09 live01 /usr/sbin/opensips[5615]: CRITICAL:core:io_watch_del: >>>> unused fd_map fd=470 has bogus data (fd=-1,flags=20000000,data=(nil)) > It seems you have hit a programming bug. > Please help us make OpenSIPS better by reporting it at https://github.com/OpenSIPS/opensips/issues > Aug 16 20:20:09 live01 /usr/sbin/opensips[5615]: CRITICAL:core:io_watch_del: [TCP_main] check failed after successful fd del (fd=523,flags=16, sflags=3) over map (fd=-1,type=0,data=(nil),flags=0) erase=1 > Aug 16 20:20:09 live01 /usr/sbin/opensips[5613]: ERROR:tls_openssl:openssl_tls_accept: New TLS connection from 79.178.15.135:56742 failed to accept > Aug 16 20:20:09 live01 /usr/sbin/opensips[5613]: ERROR:tls_openssl:tls_print_errstack: TLS errstack: error:14209102:SSL routines:tls_early_post_process_client_hello:unsupported protocol > > Aug 16 20:21:17 live01 /usr/sbin/opensips[5615]: CRITICAL:core:io_watch_del: >>>> fd_array idx 3 (fd=470) points to bogus map (fd=-1,type=0,flags=20000000,data=(nil)) > It seems you have hit a programming bug. > Please help us make OpenSIPS better by reporting it at https://github.com/OpenSIPS/opensips/issues > Aug 16 20:21:17 live01 /usr/sbin/opensips[5615]: CRITICAL:core:io_watch_del: >>>> used fd map fd=454 is not present in fd_array (fd=454,type=19,flags=80000002,data=0x7f0a9c2deaa8) > It seems you have hit a programming bug. > Please help us make OpenSIPS better by reporting it at https://github.com/OpenSIPS/opensips/issues > Aug 16 20:21:17 live01 /usr/sbin/opensips[5615]: CRITICAL:core:io_watch_del: >>>> unused fd_map fd=470 has bogus data (fd=-1,flags=20000000,data=(nil)) > It seems you have hit a programming bug. > Please help us make OpenSIPS better by reporting it at https://github.com/OpenSIPS/opensips/issues > Aug 16 20:21:17 live01 /usr/sbin/opensips[5615]: CRITICAL:core:io_watch_del: [TCP_main] check failed after successful fd del (fd=525,flags=16, sflags=3) over map (fd=-1,type=0,data=(nil),flags=0) erase=1 > > 31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > > > > > _______________________________________________ > Devel mailing list > Devel at lists.opensips.org > http://lists.opensips.org/cgi-bin/mailman/listinfo/devel From noreply at github.com Mon Aug 16 23:41:53 2021 From: noreply at github.com (Nick Altmann) Date: Mon, 16 Aug 2021 16:41:53 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] d2e9ca: packaging: update rpm and deb version to 3.3, impr... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: d2e9caf7d013ff76adce2c404f64c193111c3c3d https://github.com/OpenSIPS/opensips/commit/d2e9caf7d013ff76adce2c404f64c193111c3c3d Author: Nick Altmann Date: 2021-08-17 (Tue, 17 Aug 2021) Changed paths: M packaging/debian/changelog M packaging/redhat_fedora/opensips.spec Log Message: ----------- packaging: update rpm and deb version to 3.3, improvements in rpm spec From noreply at github.com Tue Aug 17 10:25:12 2021 From: noreply at github.com (Liviu Chircu) Date: Tue, 17 Aug 2021 03:25:12 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 9ea64c: mid_registrar: Properly trigger PN during lookup()... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 9ea64cc6cfa290e8c97c921330d6379ed6cd25b3 https://github.com/OpenSIPS/opensips/commit/9ea64cc6cfa290e8c97c921330d6379ed6cd25b3 Author: Liviu Chircu Date: 2021-08-17 (Tue, 17 Aug 2021) Changed paths: M modules/mid_registrar/lookup.c Log Message: ----------- mid_registrar: Properly trigger PN during lookup() in modes 0/1 This fixes a bug where one or more Push Notifications are not triggered because the "regtime" was not initialized near the start of the mid_reg_lookup() routine... Many thanks to John Quick for the report and accurate logs describing the issue! From noreply at github.com Tue Aug 17 10:25:26 2021 From: noreply at github.com (Liviu Chircu) Date: Tue, 17 Aug 2021 03:25:26 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] bf73b9: mid_registrar: Properly trigger PN during lookup()... Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: bf73b9f6eaaeed0d6d4e3fe4b480d321ab50826e https://github.com/OpenSIPS/opensips/commit/bf73b9f6eaaeed0d6d4e3fe4b480d321ab50826e Author: Liviu Chircu Date: 2021-08-17 (Tue, 17 Aug 2021) Changed paths: M modules/mid_registrar/lookup.c Log Message: ----------- mid_registrar: Properly trigger PN during lookup() in modes 0/1 This fixes a bug where one or more Push Notifications are not triggered because the "regtime" was not initialized near the start of the mid_reg_lookup() routine... Many thanks to John Quick for the report and accurate logs describing the issue! (cherry picked from commit 9ea64cc6cfa290e8c97c921330d6379ed6cd25b3) From noreply at github.com Tue Aug 17 10:25:34 2021 From: noreply at github.com (Liviu Chircu) Date: Tue, 17 Aug 2021 03:25:34 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 037038: mid_registrar: Properly trigger PN during lookup()... Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 0370387c448b15a0f9131df75c95f780a2f1b5ec https://github.com/OpenSIPS/opensips/commit/0370387c448b15a0f9131df75c95f780a2f1b5ec Author: Liviu Chircu Date: 2021-08-17 (Tue, 17 Aug 2021) Changed paths: M modules/mid_registrar/lookup.c Log Message: ----------- mid_registrar: Properly trigger PN during lookup() in modes 0/1 This fixes a bug where one or more Push Notifications are not triggered because the "regtime" was not initialized near the start of the mid_reg_lookup() routine... Many thanks to John Quick for the report and accurate logs describing the issue! (cherry picked from commit 9ea64cc6cfa290e8c97c921330d6379ed6cd25b3) From noreply at github.com Tue Aug 17 10:40:31 2021 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 17 Aug 2021 03:40:31 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] d430c1: ratelimit: proper expire for replicated pipes Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: d430c1ae8e77bc0ae2d2eb0ac4eb31d779a8101f https://github.com/OpenSIPS/opensips/commit/d430c1ae8e77bc0ae2d2eb0ac4eb31d779a8101f Author: Razvan Crainea Date: 2021-08-17 (Tue, 17 Aug 2021) Changed paths: M modules/ratelimit/ratelimit.h M modules/ratelimit/ratelimit_helper.c Log Message: ----------- ratelimit: proper expire for replicated pipes Instead of updating the last_used on every received pipe, we shall only consider the last locally used value when we want to expire. This way, we only replicate pipes that have been locally used recently, if the ones that are not, will not be replicated, thus will eventually be deleted by the backup nodes. Thanks go to Ken Rice (SIPNav) for reporting this and troubleshooting the problem. From noreply at github.com Tue Aug 17 10:40:47 2021 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 17 Aug 2021 03:40:47 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] f312ea: ratelimit: proper expire for replicated pipes Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: f312eaa1dc89606d3e84c7819f079b8e76fe4dd0 https://github.com/OpenSIPS/opensips/commit/f312eaa1dc89606d3e84c7819f079b8e76fe4dd0 Author: Razvan Crainea Date: 2021-08-17 (Tue, 17 Aug 2021) Changed paths: M modules/ratelimit/ratelimit.h M modules/ratelimit/ratelimit_helper.c Log Message: ----------- ratelimit: proper expire for replicated pipes Instead of updating the last_used on every received pipe, we shall only consider the last locally used value when we want to expire. This way, we only replicate pipes that have been locally used recently, if the ones that are not, will not be replicated, thus will eventually be deleted by the backup nodes. Thanks go to Ken Rice (SIPNav) for reporting this and troubleshooting the problem. (cherry picked from commit d430c1ae8e77bc0ae2d2eb0ac4eb31d779a8101f) From noreply at github.com Tue Aug 17 10:41:00 2021 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 17 Aug 2021 03:41:00 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] c266e8: ratelimit: proper expire for replicated pipes Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: c266e8c87d904cfdbc8b0341788b81350b44f70a https://github.com/OpenSIPS/opensips/commit/c266e8c87d904cfdbc8b0341788b81350b44f70a Author: Razvan Crainea Date: 2021-08-17 (Tue, 17 Aug 2021) Changed paths: M modules/ratelimit/ratelimit.h M modules/ratelimit/ratelimit_helper.c Log Message: ----------- ratelimit: proper expire for replicated pipes Instead of updating the last_used on every received pipe, we shall only consider the last locally used value when we want to expire. This way, we only replicate pipes that have been locally used recently, if the ones that are not, will not be replicated, thus will eventually be deleted by the backup nodes. Thanks go to Ken Rice (SIPNav) for reporting this and troubleshooting the problem. (cherry picked from commit d430c1ae8e77bc0ae2d2eb0ac4eb31d779a8101f) From noreply at github.com Tue Aug 17 10:46:01 2021 From: noreply at github.com (Liviu Chircu) Date: Tue, 17 Aug 2021 03:46:01 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] ec09a1: usrloc DB schema: Extend location.contact from CHA... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: ec09a18f6c240dd3159e284370bd6f4dc6747f03 https://github.com/OpenSIPS/opensips/commit/ec09a18f6c240dd3159e284370bd6f4dc6747f03 Author: Liviu Chircu Date: 2021-08-17 (Tue, 17 Aug 2021) Changed paths: M db/schema/location.xml M scripts/db_berkeley/opensips/location M scripts/mysql/usrloc-create.sql M scripts/oracle/usrloc-create.sql M scripts/pi_http/pi_framework.xml M scripts/pi_http/usrloc-table M scripts/postgres/usrloc-create.sql M scripts/sqlite/usrloc-create.sql Log Message: ----------- usrloc DB schema: Extend location.contact from CHAR(255) to TEXT This extension is especially useful with RFC 8599 (SIP Push Notifications), which may lead to sizeable Contact header URIs, often reaching 300+ bytes in size. Credits to John Quick for the suggestion! From noreply at github.com Tue Aug 17 10:46:58 2021 From: noreply at github.com (Liviu Chircu) Date: Tue, 17 Aug 2021 03:46:58 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 70e8b2: usrloc DB schema: Extend location.contact from CHA... Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 70e8b24b6abedf2d84072e633409bf92ce7c1efe https://github.com/OpenSIPS/opensips/commit/70e8b24b6abedf2d84072e633409bf92ce7c1efe Author: Liviu Chircu Date: 2021-08-17 (Tue, 17 Aug 2021) Changed paths: M db/schema/location.xml M scripts/db_berkeley/opensips/location M scripts/mysql/usrloc-create.sql M scripts/oracle/usrloc-create.sql M scripts/pi_http/pi_framework.xml M scripts/pi_http/usrloc-table M scripts/postgres/usrloc-create.sql M scripts/sqlite/usrloc-create.sql Log Message: ----------- usrloc DB schema: Extend location.contact from CHAR(255) to TEXT This extension is especially useful with RFC 8599 (SIP Push Notifications), which may lead to sizeable Contact header URIs, often reaching 300+ bytes in size. Credits to John Quick for the suggestion! (cherry picked from commit ec09a18f6c240dd3159e284370bd6f4dc6747f03) From noreply at github.com Tue Aug 17 10:47:26 2021 From: noreply at github.com (Liviu Chircu) Date: Tue, 17 Aug 2021 03:47:26 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 73c5ce: usrloc DB schema: Extend location.contact from CHA... Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 73c5ce1a67b0aa2a9fc9184a99fded8357a4b40b https://github.com/OpenSIPS/opensips/commit/73c5ce1a67b0aa2a9fc9184a99fded8357a4b40b Author: Liviu Chircu Date: 2021-08-17 (Tue, 17 Aug 2021) Changed paths: M db/schema/location.xml M scripts/db_berkeley/opensips/location M scripts/mysql/usrloc-create.sql M scripts/oracle/usrloc-create.sql M scripts/pi_http/pi_framework.xml M scripts/pi_http/usrloc-table M scripts/postgres/usrloc-create.sql M scripts/sqlite/usrloc-create.sql Log Message: ----------- usrloc DB schema: Extend location.contact from CHAR(255) to TEXT This extension is especially useful with RFC 8599 (SIP Push Notifications), which may lead to sizeable Contact header URIs, often reaching 300+ bytes in size. Credits to John Quick for the suggestion! (cherry picked from commit ec09a18f6c240dd3159e284370bd6f4dc6747f03) From noreply at github.com Tue Aug 17 11:13:51 2021 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Tue, 17 Aug 2021 04:13:51 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] b1c672: tls_wolfssl: fix behavior of is_peer_verified() wi... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: b1c67295c1ae5937df316df3152b8ecf4da6e067 https://github.com/OpenSIPS/opensips/commit/b1c67295c1ae5937df316df3152b8ecf4da6e067 Author: Vlad Patrascu Date: 2021-08-17 (Tue, 17 Aug 2021) Changed paths: M modules/tls_wolfssl/wolfssl.c M modules/tls_wolfssl/wolfssl_conn_ops.c Log Message: ----------- tls_wolfssl: fix behavior of is_peer_verified() with session tickets If TLS session tickets were used for session resuming, the is_peer_verified() script function would not be able to verify the peer even if it did present a valid certificate in the initial TLS handshake. Even so, this fix can only guarantee that the peer can be verified when resuming a session, if the TLS domain is configured to require a peer certificate initially. Otherwise, wolfssl does not provide a way of retrieving the peer certificate from the received session ticket. Fixes #2541 From noreply at github.com Tue Aug 17 11:13:56 2021 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Tue, 17 Aug 2021 04:13:56 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 73c39e: tls_wolfssl: fix behavior of is_peer_verified() wi... Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 73c39ec8fd60ee2685536dbdc3928c7a36a08982 https://github.com/OpenSIPS/opensips/commit/73c39ec8fd60ee2685536dbdc3928c7a36a08982 Author: Vlad Patrascu Date: 2021-08-17 (Tue, 17 Aug 2021) Changed paths: M modules/tls_wolfssl/wolfssl.c M modules/tls_wolfssl/wolfssl_conn_ops.c Log Message: ----------- tls_wolfssl: fix behavior of is_peer_verified() with session tickets If TLS session tickets were used for session resuming, the is_peer_verified() script function would not be able to verify the peer even if it did present a valid certificate in the initial TLS handshake. Even so, this fix can only guarantee that the peer can be verified when resuming a session, if the TLS domain is configured to require a peer certificate initially. Otherwise, wolfssl does not provide a way of retrieving the peer certificate from the received session ticket. Fixes #2541 (cherry picked from commit b1c67295c1ae5937df316df3152b8ecf4da6e067) From noreply at github.com Tue Aug 17 11:25:57 2021 From: noreply at github.com (Liviu Chircu) Date: Tue, 17 Aug 2021 04:25:57 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 8dd29f: Bump version to 3.2.1 Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 8dd29f668b6ab34c66c5196d2fe2ecf69dfc13f0 https://github.com/OpenSIPS/opensips/commit/8dd29f668b6ab34c66c5196d2fe2ecf69dfc13f0 Author: Liviu Chircu Date: 2021-08-17 (Tue, 17 Aug 2021) Changed paths: M Makefile.defs M packaging/debian/changelog M packaging/freebsd/Makefile M packaging/netbsd/Makefile M packaging/openbsd/Makefile M packaging/redhat_fedora/opensips.spec M packaging/solaris/base-pkginfo M packaging/solaris/berkeley-pkginfo M packaging/solaris/carrierroute-pkginfo M packaging/solaris/identity-pkginfo M packaging/solaris/ldap-pkginfo M packaging/solaris/mmgeoip-pkginfo M packaging/solaris/mysql-pkginfo M packaging/solaris/perl-pkginfo M packaging/solaris/pgsql-pkginfo M packaging/solaris/pkginfo M packaging/solaris/regex-pkginfo M packaging/solaris/snmp-pkginfo M packaging/solaris/tls-pkginfo M packaging/solaris/xmlrpc-pkginfo Log Message: ----------- Bump version to 3.2.1 Commit: d283ef39b477538b2759b4941459a4a864c11c86 https://github.com/OpenSIPS/opensips/commit/d283ef39b477538b2759b4941459a4a864c11c86 Author: Liviu Chircu Date: 2021-08-17 (Tue, 17 Aug 2021) Changed paths: M ChangeLog Log Message: ----------- Update ChangeLog for 3.2.1 Compare: https://github.com/OpenSIPS/opensips/compare/73c39ec8fd60...d283ef39b477 From noreply at github.com Tue Aug 17 11:26:07 2021 From: noreply at github.com (Liviu Chircu) Date: Tue, 17 Aug 2021 04:26:07 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] Message-ID: Branch: refs/tags/3.2.1 Home: https://github.com/OpenSIPS/opensips From noreply at github.com Tue Aug 17 11:27:55 2021 From: noreply at github.com (Liviu Chircu) Date: Tue, 17 Aug 2021 04:27:55 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 676b30: Bump version to 3.1.4 Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 676b30aabbc20119d2b4043f265c8cdea63acdd2 https://github.com/OpenSIPS/opensips/commit/676b30aabbc20119d2b4043f265c8cdea63acdd2 Author: Liviu Chircu Date: 2021-08-17 (Tue, 17 Aug 2021) Changed paths: M Makefile.defs M packaging/debian/changelog M packaging/freebsd/Makefile M packaging/netbsd/Makefile M packaging/openbsd/Makefile M packaging/redhat_fedora/opensips.spec M packaging/solaris/base-pkginfo M packaging/solaris/berkeley-pkginfo M packaging/solaris/carrierroute-pkginfo M packaging/solaris/identity-pkginfo M packaging/solaris/ldap-pkginfo M packaging/solaris/mmgeoip-pkginfo M packaging/solaris/mysql-pkginfo M packaging/solaris/perl-pkginfo M packaging/solaris/pgsql-pkginfo M packaging/solaris/pkginfo M packaging/solaris/regex-pkginfo M packaging/solaris/snmp-pkginfo M packaging/solaris/tls-pkginfo M packaging/solaris/xmlrpc-pkginfo Log Message: ----------- Bump version to 3.1.4 Commit: db8d0c7cc271457a61bd9c51a3732b40f5663371 https://github.com/OpenSIPS/opensips/commit/db8d0c7cc271457a61bd9c51a3732b40f5663371 Author: Liviu Chircu Date: 2021-08-17 (Tue, 17 Aug 2021) Changed paths: M ChangeLog Log Message: ----------- Update ChangeLog for 3.1.4 Compare: https://github.com/OpenSIPS/opensips/compare/73c5ce1a67b0...db8d0c7cc271 From noreply at github.com Tue Aug 17 11:28:03 2021 From: noreply at github.com (Liviu Chircu) Date: Tue, 17 Aug 2021 04:28:03 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] Message-ID: Branch: refs/tags/3.1.4 Home: https://github.com/OpenSIPS/opensips From razvan at opensips.org Tue Aug 17 11:54:31 2021 From: razvan at opensips.org (=?UTF-8?Q?R=c4=83zvan_Crainea?=) Date: Tue, 17 Aug 2021 14:54:31 +0300 Subject: [OpenSIPS-Devel] [RELEASE] OpenSIPS 3.1.4 and 3.2.1 minor releases Message-ID: Hi, All! I am happy to announce you that two new minor releases are out: OpenSIPS 3.1.4 and 3.2.1. Both releases are part of our OpenSIPS LTS versions and contain only bug fixes, without any syntax changes, so there is no migration needed to use them. Therefore we strongly advise you to upgrade your setup to the latest available release. Happy hacking! -- Răzvan Crainea OpenSIPS Core Developer http://www.opensips-solutions.com From noreply at github.com Tue Aug 17 16:01:52 2021 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 17 Aug 2021 09:01:52 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 06474f: ratelimit: do not wait two cycles to expire replic... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 06474f16e2f5cdeebd81f91d35ff25503818a98b https://github.com/OpenSIPS/opensips/commit/06474f16e2f5cdeebd81f91d35ff25503818a98b Author: Razvan Crainea Date: 2021-08-17 (Tue, 17 Aug 2021) Changed paths: M modules/ratelimit/ratelimit_helper.c Log Message: ----------- ratelimit: do not wait two cycles to expire replicated pipes When a pipe is being replicated, if nobody says anything about any changes of it within the repl_timer_expire period, this means that we can delete the pipe. Reported by Ken Rice (from SIPNav) From noreply at github.com Thu Aug 19 06:35:00 2021 From: noreply at github.com (Liviu Chircu) Date: Wed, 18 Aug 2021 23:35:00 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 4206f7: drouting: Fix startup crash with no clustering Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 4206f768923dd95deb1b51ebcfda4905c334f2ce https://github.com/OpenSIPS/opensips/commit/4206f768923dd95deb1b51ebcfda4905c334f2ce Author: Liviu Chircu Date: 2021-08-19 (Thu, 19 Aug 2021) Changed paths: M modules/drouting/dr_clustering.c M modules/drouting/drouting.c Log Message: ----------- drouting: Fix startup crash with no clustering The crash was a regression, introduced in 40355a3c1. Many thanks to @masudmuborakshohi and Sasmita Panda for the reports! From noreply at github.com Thu Aug 19 06:35:18 2021 From: noreply at github.com (Liviu Chircu) Date: Wed, 18 Aug 2021 23:35:18 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] e08238: drouting: Fix startup crash with no clustering Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: e0823818b516447cbd74cd04c7fd69c080f1b717 https://github.com/OpenSIPS/opensips/commit/e0823818b516447cbd74cd04c7fd69c080f1b717 Author: Liviu Chircu Date: 2021-08-19 (Thu, 19 Aug 2021) Changed paths: M modules/drouting/dr_clustering.c M modules/drouting/drouting.c Log Message: ----------- drouting: Fix startup crash with no clustering The crash was a regression, introduced in 40355a3c1. Many thanks to @masudmuborakshohi and Sasmita Panda for the reports! (cherry picked from commit 4206f768923dd95deb1b51ebcfda4905c334f2ce) From noreply at github.com Thu Aug 19 06:35:37 2021 From: noreply at github.com (Liviu Chircu) Date: Wed, 18 Aug 2021 23:35:37 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 4b87fa: drouting: Fix startup crash with no clustering Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 4b87fa2abfc91fb0f4f3393eca51207813904272 https://github.com/OpenSIPS/opensips/commit/4b87fa2abfc91fb0f4f3393eca51207813904272 Author: Liviu Chircu Date: 2021-08-19 (Thu, 19 Aug 2021) Changed paths: M modules/drouting/dr_clustering.c M modules/drouting/drouting.c Log Message: ----------- drouting: Fix startup crash with no clustering The crash was a regression, introduced in 40355a3c1. Many thanks to @masudmuborakshohi and Sasmita Panda for the reports! (cherry picked from commit 4206f768923dd95deb1b51ebcfda4905c334f2ce) From noreply at github.com Thu Aug 19 13:02:29 2021 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Thu, 19 Aug 2021 06:02:29 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] e4065a: httpd: fix feature detection for older libraries Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: e4065aaf3734409e05b59954057be4fed5d2479d https://github.com/OpenSIPS/opensips/commit/e4065aaf3734409e05b59954057be4fed5d2479d Author: Razvan Crainea Date: 2021-08-19 (Thu, 19 Aug 2021) Changed paths: M modules/httpd/httpd.c Log Message: ----------- httpd: fix feature detection for older libraries Feature detection has been added in version 0.9.35, thus we can't compile older version. However, when running cross compiling, we might compile aginst an older version, but run with a newer one - that's why we'd rather do the version detection at runtime - that's what this commit does. From noreply at github.com Thu Aug 19 13:02:45 2021 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Thu, 19 Aug 2021 06:02:45 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 337826: httpd: fix feature detection for older libraries Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 3378261ef5e85615a19058886a8bea2651d0fe96 https://github.com/OpenSIPS/opensips/commit/3378261ef5e85615a19058886a8bea2651d0fe96 Author: Razvan Crainea Date: 2021-08-19 (Thu, 19 Aug 2021) Changed paths: M modules/httpd/httpd.c Log Message: ----------- httpd: fix feature detection for older libraries Feature detection has been added in version 0.9.35, thus we can't compile older version. However, when running cross compiling, we might compile aginst an older version, but run with a newer one - that's why we'd rather do the version detection at runtime - that's what this commit does. (cherry picked from commit e4065aaf3734409e05b59954057be4fed5d2479d) From noreply at github.com Thu Aug 19 13:35:11 2021 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Thu, 19 Aug 2021 06:35:11 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] ca9f42: cfg: enhance description when an unknown route is ... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: ca9f428a4d59a9b40ebd7235edf545e9609ddfeb https://github.com/OpenSIPS/opensips/commit/ca9f428a4d59a9b40ebd7235edf545e9609ddfeb Author: Razvan Crainea Date: 2021-08-19 (Thu, 19 Aug 2021) Changed paths: M action.c Log Message: ----------- cfg: enhance description when an unknown route is called From noreply at github.com Thu Aug 19 13:35:24 2021 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Thu, 19 Aug 2021 06:35:24 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] a802c9: cfg: enhance description when an unknown route is ... Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: a802c934a6e1c1ae229f3846e9ac21d1a694ab8b https://github.com/OpenSIPS/opensips/commit/a802c934a6e1c1ae229f3846e9ac21d1a694ab8b Author: Razvan Crainea Date: 2021-08-19 (Thu, 19 Aug 2021) Changed paths: M action.c Log Message: ----------- cfg: enhance description when an unknown route is called (cherry picked from commit ca9f428a4d59a9b40ebd7235edf545e9609ddfeb) From noreply at github.com Thu Aug 19 13:35:33 2021 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Thu, 19 Aug 2021 06:35:33 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] a79659: cfg: enhance description when an unknown route is ... Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: a7965974f26d483a7c31236f4aac1d5b26f426ca https://github.com/OpenSIPS/opensips/commit/a7965974f26d483a7c31236f4aac1d5b26f426ca Author: Razvan Crainea Date: 2021-08-19 (Thu, 19 Aug 2021) Changed paths: M action.c Log Message: ----------- cfg: enhance description when an unknown route is called (cherry picked from commit ca9f428a4d59a9b40ebd7235edf545e9609ddfeb) From noreply at github.com Thu Aug 19 14:05:03 2021 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Thu, 19 Aug 2021 07:05:03 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 4c5275: proto_bin: fix crash when parsed data is printed o... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 4c52754b8cb2ade4f877d6a03c4b84d84608d49a https://github.com/OpenSIPS/opensips/commit/4c52754b8cb2ade4f877d6a03c4b84d84608d49a Author: Razvan Crainea Date: 2021-08-19 (Thu, 19 Aug 2021) Changed paths: M modules/proto_bin/proto_bin.c Log Message: ----------- proto_bin: fix crash when parsed data is printed on error The module was trying to print the parsed data in case of an error, however it was using the `start` field of the tcp_conn. The problem is that the module does not use the `start` field, therefore when a request is not entirely read from the begining, it is not updated to point to the new structure. Therefore, when we're trying to print the buffer, it is pointing to an address on stack. The fix for this bug was to suppress the parsed printing, as it is binary anyway and it is the same value as the `buf`. Many thanks to Bernard Buitenhuis for reporting the issue. From noreply at github.com Thu Aug 19 14:05:16 2021 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Thu, 19 Aug 2021 07:05:16 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 2232f6: proto_bin: fix crash when parsed data is printed o... Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 2232f6a33d067a3034231b9fb3b1480d41dfe56b https://github.com/OpenSIPS/opensips/commit/2232f6a33d067a3034231b9fb3b1480d41dfe56b Author: Razvan Crainea Date: 2021-08-19 (Thu, 19 Aug 2021) Changed paths: M modules/proto_bin/proto_bin.c Log Message: ----------- proto_bin: fix crash when parsed data is printed on error The module was trying to print the parsed data in case of an error, however it was using the `start` field of the tcp_conn. The problem is that the module does not use the `start` field, therefore when a request is not entirely read from the begining, it is not updated to point to the new structure. Therefore, when we're trying to print the buffer, it is pointing to an address on stack. The fix for this bug was to suppress the parsed printing, as it is binary anyway and it is the same value as the `buf`. Many thanks to Bernard Buitenhuis for reporting the issue. (cherry picked from commit 4c52754b8cb2ade4f877d6a03c4b84d84608d49a) From noreply at github.com Thu Aug 19 14:05:26 2021 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Thu, 19 Aug 2021 07:05:26 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 4330d9: proto_bin: fix crash when parsed data is printed o... Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 4330d957870bfc26393ca2c6d51690246bc723b7 https://github.com/OpenSIPS/opensips/commit/4330d957870bfc26393ca2c6d51690246bc723b7 Author: Razvan Crainea Date: 2021-08-19 (Thu, 19 Aug 2021) Changed paths: M modules/proto_bin/proto_bin.c Log Message: ----------- proto_bin: fix crash when parsed data is printed on error The module was trying to print the parsed data in case of an error, however it was using the `start` field of the tcp_conn. The problem is that the module does not use the `start` field, therefore when a request is not entirely read from the begining, it is not updated to point to the new structure. Therefore, when we're trying to print the buffer, it is pointing to an address on stack. The fix for this bug was to suppress the parsed printing, as it is binary anyway and it is the same value as the `buf`. Many thanks to Bernard Buitenhuis for reporting the issue. (cherry picked from commit 4c52754b8cb2ade4f877d6a03c4b84d84608d49a) From noreply at github.com Thu Aug 19 14:21:04 2021 From: noreply at github.com (Liviu Chircu) Date: Thu, 19 Aug 2021 07:21:04 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 4963c4: Bump version to 3.2.2 Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 4963c4ee08fb96ad0ae0e85ab0dc5599901e2331 https://github.com/OpenSIPS/opensips/commit/4963c4ee08fb96ad0ae0e85ab0dc5599901e2331 Author: Liviu Chircu Date: 2021-08-19 (Thu, 19 Aug 2021) Changed paths: M Makefile.defs M packaging/debian/changelog M packaging/freebsd/Makefile M packaging/netbsd/Makefile M packaging/openbsd/Makefile M packaging/redhat_fedora/opensips.spec M packaging/solaris/base-pkginfo M packaging/solaris/berkeley-pkginfo M packaging/solaris/carrierroute-pkginfo M packaging/solaris/identity-pkginfo M packaging/solaris/ldap-pkginfo M packaging/solaris/mmgeoip-pkginfo M packaging/solaris/mysql-pkginfo M packaging/solaris/perl-pkginfo M packaging/solaris/pgsql-pkginfo M packaging/solaris/pkginfo M packaging/solaris/regex-pkginfo M packaging/solaris/snmp-pkginfo M packaging/solaris/tls-pkginfo M packaging/solaris/xmlrpc-pkginfo Log Message: ----------- Bump version to 3.2.2 Commit: f380dc59eb79ec2153d5b0d6e8374c0877fca525 https://github.com/OpenSIPS/opensips/commit/f380dc59eb79ec2153d5b0d6e8374c0877fca525 Author: Liviu Chircu Date: 2021-08-19 (Thu, 19 Aug 2021) Changed paths: M ChangeLog Log Message: ----------- Update ChangeLog for 3.2.2 Compare: https://github.com/OpenSIPS/opensips/compare/2232f6a33d06...f380dc59eb79 From noreply at github.com Thu Aug 19 14:21:32 2021 From: noreply at github.com (Liviu Chircu) Date: Thu, 19 Aug 2021 07:21:32 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 1c1c7f: Bump version to 3.1.5 Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 1c1c7ff69974b8ded2e147c90b8751ca482ef108 https://github.com/OpenSIPS/opensips/commit/1c1c7ff69974b8ded2e147c90b8751ca482ef108 Author: Liviu Chircu Date: 2021-08-19 (Thu, 19 Aug 2021) Changed paths: M Makefile.defs M packaging/debian/changelog M packaging/freebsd/Makefile M packaging/netbsd/Makefile M packaging/openbsd/Makefile M packaging/redhat_fedora/opensips.spec M packaging/solaris/base-pkginfo M packaging/solaris/berkeley-pkginfo M packaging/solaris/carrierroute-pkginfo M packaging/solaris/identity-pkginfo M packaging/solaris/ldap-pkginfo M packaging/solaris/mmgeoip-pkginfo M packaging/solaris/mysql-pkginfo M packaging/solaris/perl-pkginfo M packaging/solaris/pgsql-pkginfo M packaging/solaris/pkginfo M packaging/solaris/regex-pkginfo M packaging/solaris/snmp-pkginfo M packaging/solaris/tls-pkginfo M packaging/solaris/xmlrpc-pkginfo Log Message: ----------- Bump version to 3.1.5 Commit: a21fbc16e5e970c61a11e6a90181cc9a43b2f2ab https://github.com/OpenSIPS/opensips/commit/a21fbc16e5e970c61a11e6a90181cc9a43b2f2ab Author: Liviu Chircu Date: 2021-08-19 (Thu, 19 Aug 2021) Changed paths: M ChangeLog Log Message: ----------- Update ChangeLog for 3.1.5 Compare: https://github.com/OpenSIPS/opensips/compare/4330d957870b...a21fbc16e5e9 From noreply at github.com Thu Aug 19 14:36:06 2021 From: noreply at github.com (Liviu Chircu) Date: Thu, 19 Aug 2021 07:36:06 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] Message-ID: Branch: refs/tags/3.1.5 Home: https://github.com/OpenSIPS/opensips From noreply at github.com Thu Aug 19 14:36:12 2021 From: noreply at github.com (Liviu Chircu) Date: Thu, 19 Aug 2021 07:36:12 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] Message-ID: Branch: refs/tags/3.2.2 Home: https://github.com/OpenSIPS/opensips From razvan at opensips.org Thu Aug 19 14:44:51 2021 From: razvan at opensips.org (=?UTF-8?Q?R=c4=83zvan_Crainea?=) Date: Thu, 19 Aug 2021 17:44:51 +0300 Subject: [OpenSIPS-Devel] [RELEASE] OpenSIPS 3.1.5 and 3.2.2 minor releases In-Reply-To: References: Message-ID: Hi, All! Due to some unexpected regressions in the previous release, we've decided to make two new releases (just a few days apart): I'm talking about OpenSIPS 3.1.4 and 3.2.2. This new release contains just a few crash fixes (in Dynamic Routing startup and in the binary replication protocol), as well as some cosmetic changes. There's no migration needed, so we strongly suggest you to upgrade to the latest release. Happy hacking! Răzvan Crainea OpenSIPS Core Developer http://www.opensips-solutions.com On 8/17/21 2:54 PM, Răzvan Crainea wrote: > Hi, All! > > I am happy to announce you that two new minor releases are out: OpenSIPS > 3.1.4 and 3.2.1. > Both releases are part of our OpenSIPS LTS versions and contain only bug > fixes, without any syntax changes, so there is no migration needed to > use them. Therefore we strongly advise you to upgrade your setup to the > latest available release. > > Happy hacking! From noreply at github.com Thu Aug 19 17:18:54 2021 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Thu, 19 Aug 2021 10:18:54 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 8ea4ca: tls_wolfssl: allow range of accepted TLS methods Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 8ea4ca09270ce4bdb74fe5b3b6cc8350d1b5a60e https://github.com/OpenSIPS/opensips/commit/8ea4ca09270ce4bdb74fe5b3b6cc8350d1b5a60e Author: Vlad Patrascu Date: 2021-08-19 (Thu, 19 Aug 2021) Changed paths: M modules/tls_wolfssl/wolfssl.c M modules/tls_wolfssl/wolfssl.h M modules/tls_wolfssl/wolfssl_config.c Log Message: ----------- tls_wolfssl: allow range of accepted TLS methods Closes #2564 From noreply at github.com Sat Aug 21 20:50:41 2021 From: noreply at github.com (opensips-github) Date: Sat, 21 Aug 2021 13:50:41 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] c528ad: Rebuild documentation Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: c528ada0953d7e61a5ae4ba415be24dc17bdc7bd https://github.com/OpenSIPS/opensips/commit/c528ada0953d7e61a5ae4ba415be24dc17bdc7bd Author: OpenSIPS Date: 2021-08-21 (Sat, 21 Aug 2021) Changed paths: M modules/drouting/README M modules/drouting/doc/contributors.xml M modules/mid_registrar/README M modules/mid_registrar/doc/contributors.xml M modules/proto_bin/README M modules/proto_bin/doc/contributors.xml M modules/ratelimit/README M modules/ratelimit/doc/contributors.xml M modules/stir_shaken/README M modules/stir_shaken/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Sat Aug 21 21:16:12 2021 From: noreply at github.com (opensips-github) Date: Sat, 21 Aug 2021 14:16:12 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 845de6: Rebuild documentation Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 845de6cf64d224567313e7d46aed512f85ca8e09 https://github.com/OpenSIPS/opensips/commit/845de6cf64d224567313e7d46aed512f85ca8e09 Author: OpenSIPS Date: 2021-08-22 (Sun, 22 Aug 2021) Changed paths: M modules/auth/README M modules/auth/doc/contributors.xml M modules/auth_db/README M modules/auth_db/doc/contributors.xml M modules/db_mysql/README M modules/db_mysql/doc/contributors.xml M modules/drouting/README M modules/drouting/doc/contributors.xml M modules/httpd/README M modules/httpd/doc/contributors.xml M modules/mid_registrar/README M modules/mid_registrar/doc/contributors.xml M modules/proto_bin/README M modules/proto_bin/doc/contributors.xml M modules/ratelimit/README M modules/ratelimit/doc/contributors.xml M modules/stir_shaken/README M modules/stir_shaken/doc/contributors.xml M modules/tls_wolfssl/README M modules/tls_wolfssl/doc/contributors.xml M modules/uac_auth/README M modules/uac_auth/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Sun Aug 22 16:06:04 2021 From: noreply at github.com (Norm Brandinger) Date: Sun, 22 Aug 2021 09:06:04 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 4bc8ba: Remove accidental update to unrelated file Message-ID: Branch: refs/heads/tls_postgres Home: https://github.com/OpenSIPS/opensips Commit: 4bc8baff9742678b858327d3e61e7e9881f0e2ef https://github.com/OpenSIPS/opensips/commit/4bc8baff9742678b858327d3e61e7e9881f0e2ef Author: Norm Brandinger Date: 2021-08-22 (Sun, 22 Aug 2021) Changed paths: R menuconfig/configs/opensips_residential_def.m4 Log Message: ----------- Remove accidental update to unrelated file From noreply at github.com Sun Aug 22 16:14:24 2021 From: noreply at github.com (Norm Brandinger) Date: Sun, 22 Aug 2021 09:14:24 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 77edc2: Explicitly state that OpenSSL is not supported Message-ID: Branch: refs/heads/tls_postgres Home: https://github.com/OpenSIPS/opensips Commit: 77edc24fa053126e2623628ffc6c2919cf5bab16 https://github.com/OpenSIPS/opensips/commit/77edc24fa053126e2623628ffc6c2919cf5bab16 Author: Norm Brandinger Date: 2021-08-22 (Sun, 22 Aug 2021) Changed paths: M modules/db_postgres/doc/db_postgres_admin.xml Log Message: ----------- Explicitly state that OpenSSL is not supported Add a link to the details as to why OpenSSL is not supported. Add the possibility of not defining any SSL library in the tls_mgm module. From noreply at github.com Sun Aug 22 16:16:33 2021 From: noreply at github.com (Norm Brandinger) Date: Sun, 22 Aug 2021 09:16:33 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] ccfb4c: Removing file that is not needed Message-ID: Branch: refs/heads/tls_postgres Home: https://github.com/OpenSIPS/opensips Commit: ccfb4cda0a362a7ffb56b64c0b38d6f83db57ca1 https://github.com/OpenSIPS/opensips/commit/ccfb4cda0a362a7ffb56b64c0b38d6f83db57ca1 Author: Norm Brandinger Date: 2021-08-22 (Sun, 22 Aug 2021) Changed paths: R modules/db_postgres/ssl_tweaks.c Log Message: ----------- Removing file that is not needed From noreply at github.com Wed Aug 25 11:12:52 2021 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Wed, 25 Aug 2021 04:12:52 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 46aba5: ratelimit: fix detection of replicating pipes Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 46aba561110cb2ad4a2ced70d8e2fae4ecea8396 https://github.com/OpenSIPS/opensips/commit/46aba561110cb2ad4a2ced70d8e2fae4ecea8396 Author: Razvan Crainea Date: 2021-08-25 (Wed, 25 Aug 2021) Changed paths: M modules/ratelimit/ratelimit_helper.c Log Message: ----------- ratelimit: fix detection of replicating pipes in case the pipe does not contain '/' but contains 'r' or 'b', it would be mistakenly detected as replicated. Thanks go to Ken Rice from SipNav for reporting it. From noreply at github.com Sat Aug 28 21:38:08 2021 From: noreply at github.com (opensips-github) Date: Sat, 28 Aug 2021 14:38:08 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 89a96c: Rebuild documentation Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 89a96c0cadfb84ddec3294bc22a7bd3cc3f23592 https://github.com/OpenSIPS/opensips/commit/89a96c0cadfb84ddec3294bc22a7bd3cc3f23592 Author: OpenSIPS Date: 2021-08-29 (Sun, 29 Aug 2021) Changed paths: M modules/ratelimit/README M modules/ratelimit/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Mon Aug 30 15:19:10 2021 From: noreply at github.com (Liviu Chircu) Date: Mon, 30 Aug 2021 08:19:10 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 3056a3: dialplan/drouting: Fix time recurrence check inter... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 3056a37407f4cd29dc5e486c12449efe7f4c634e https://github.com/OpenSIPS/opensips/commit/3056a37407f4cd29dc5e486c12449efe7f4c634e Author: Liviu Chircu Date: 2021-08-30 (Mon, 30 Aug 2021) Changed paths: M modules/dialplan/dp_repl.c M modules/drouting/prefix_tree.c Log Message: ----------- dialplan/drouting: Fix time recurrence check interpretation The tmrec_expr_check() function actually returns 1/-1 on success/failure and not 1/0, as expected by the calling modules. Many thanks to Flavio Goncalves for the report! Fixes #2616 From noreply at github.com Mon Aug 30 15:19:30 2021 From: noreply at github.com (Liviu Chircu) Date: Mon, 30 Aug 2021 08:19:30 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 7b7347: dialplan/drouting: Fix time recurrence check inter... Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 7b7347575cd627d8f4f4a89b9e4c9551270321ac https://github.com/OpenSIPS/opensips/commit/7b7347575cd627d8f4f4a89b9e4c9551270321ac Author: Liviu Chircu Date: 2021-08-30 (Mon, 30 Aug 2021) Changed paths: M modules/dialplan/dp_repl.c M modules/drouting/prefix_tree.c Log Message: ----------- dialplan/drouting: Fix time recurrence check interpretation The tmrec_expr_check() function actually returns 1/-1 on success/failure and not 1/0, as expected by the calling modules. Many thanks to Flavio Goncalves for the report! Fixes #2616 (cherry picked from commit 3056a37407f4cd29dc5e486c12449efe7f4c634e) From ag at ag-projects.com Mon Aug 16 20:04:08 2021 From: ag at ag-projects.com (Adrian Georgescu) Date: Mon, 16 Aug 2021 20:04:08 -0000 Subject: [OpenSIPS-Devel] TLS 3.2.0 experience In-Reply-To: <3E3622D1-C75B-47AB-8132-4209CA318055@ag-projects.com> References: <3E3622D1-C75B-47AB-8132-4209CA318055@ag-projects.com> Message-ID: <7310D056-B995-4914-9715-EE1C948CDF59@ag-projects.com> Also the server is using 100% CPU. > On 16 Aug 2021, at 15:22, Adrian Georgescu wrote: > > With 3.2.0 using tls_openssl module I get tons of these messages: > > Aug 16 20:20:09 live01 systemd[1]: check_mk at 19208-81.23.228.180:6556-85.17.186.22:41750.service: Succeeded. > Aug 16 20:20:09 live01 /usr/sbin/opensips[5615]: CRITICAL:core:io_watch_del: >>>> fd_array idx 3 (fd=470) points to bogus map (fd=-1,type=0,flags=20000000,data=(nil)) > > It seems you have hit a programming bug. > Please help us make OpenSIPS better by reporting it at https://github.com/OpenSIPS/opensips/issues > Aug 16 20:20:09 live01 /usr/sbin/opensips[5615]: CRITICAL:core:io_watch_del: >>>> used fd map fd=454 is not present in fd_array (fd=454,type=19,flags=80000002,data=0x7f0a9c2deaa8) > > It seems you have hit a programming bug. > Please help us make OpenSIPS better by reporting it at https://github.com/OpenSIPS/opensips/issues > Aug 16 20:20:09 live01 /usr/sbin/opensips[5615]: CRITICAL:core:io_watch_del: >>>> unused fd_map fd=470 has bogus data (fd=-1,flags=20000000,data=(nil)) > > It seems you have hit a programming bug. > Please help us make OpenSIPS better by reporting it at https://github.com/OpenSIPS/opensips/issues > Aug 16 20:20:09 live01 /usr/sbin/opensips[5615]: CRITICAL:core:io_watch_del: [TCP_main] check failed after successful fd del (fd=523,flags=16, sflags=3) over map (fd=-1,type=0,data=(nil),flags=0) erase=1 > Aug 16 20:20:09 live01 /usr/sbin/opensips[5613]: ERROR:tls_openssl:openssl_tls_accept: New TLS connection from 79.178.15.135:56742 failed to accept > Aug 16 20:20:09 live01 /usr/sbin/opensips[5613]: ERROR:tls_openssl:tls_print_errstack: TLS errstack: error:14209102:SSL routines:tls_early_post_process_client_hello:unsupported protocol > > Aug 16 20:21:17 live01 /usr/sbin/opensips[5615]: CRITICAL:core:io_watch_del: >>>> fd_array idx 3 (fd=470) points to bogus map (fd=-1,type=0,flags=20000000,data=(nil)) > > It seems you have hit a programming bug. > Please help us make OpenSIPS better by reporting it at https://github.com/OpenSIPS/opensips/issues > Aug 16 20:21:17 live01 /usr/sbin/opensips[5615]: CRITICAL:core:io_watch_del: >>>> used fd map fd=454 is not present in fd_array (fd=454,type=19,flags=80000002,data=0x7f0a9c2deaa8) > > It seems you have hit a programming bug. > Please help us make OpenSIPS better by reporting it at https://github.com/OpenSIPS/opensips/issues > Aug 16 20:21:17 live01 /usr/sbin/opensips[5615]: CRITICAL:core:io_watch_del: >>>> unused fd_map fd=470 has bogus data (fd=-1,flags=20000000,data=(nil)) > > It seems you have hit a programming bug. > Please help us make OpenSIPS better by reporting it at https://github.com/OpenSIPS/opensips/issues > Aug 16 20:21:17 live01 /usr/sbin/opensips[5615]: CRITICAL:core:io_watch_del: [TCP_main] check failed after successful fd del (fd=525,flags=16, sflags=3) over map (fd=-1,type=0,data=(nil),flags=0) erase=1 > > 31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > Aug 16 20:06:31 live01 /usr/sbin/opensips[5615]: ERROR:core:io_watch_del: BUG - [TCP_main] trying to del fd 470 with flags 1 2 > >