From noreply at github.com Mon May 2 12:53:26 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Mon, 02 May 2022 05:53:26 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 0cca86: [presence_dialoginfo] Fix aggregating dialoginfo XML Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 0cca86fe789d77ea3e2b58326d6f282eb3433544 https://github.com/OpenSIPS/opensips/commit/0cca86fe789d77ea3e2b58326d6f282eb3433544 Author: Bogdan-Andrei Iancu Date: 2022-05-02 (Mon, 02 May 2022) Changed paths: M modules/presence_dialoginfo/notify_body.c Log Message: ----------- [presence_dialoginfo] Fix aggregating dialoginfo XML Fix the looping when aggregating the dialog info XML documents with multiple dialog elements. The xmlUnlinkNode() function inside the loop is breaking the looping (the "next" member is reset). Credits for reporting and fixing go to Damien Sandras (@dsandras) From noreply at github.com Mon May 2 12:59:34 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Mon, 02 May 2022 05:59:34 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 4bc9d9: [presence_dialoginfo] Fix aggregating dialoginfo XML Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 4bc9d9603f6612f5b294eb6fa55ab38a474d1ce2 https://github.com/OpenSIPS/opensips/commit/4bc9d9603f6612f5b294eb6fa55ab38a474d1ce2 Author: Bogdan-Andrei Iancu Date: 2022-05-02 (Mon, 02 May 2022) Changed paths: M modules/presence_dialoginfo/notify_body.c Log Message: ----------- [presence_dialoginfo] Fix aggregating dialoginfo XML Fix the looping when aggregating the dialog info XML documents with multiple dialog elements. The xmlUnlinkNode() function inside the loop is breaking the looping (the "next" member is reset). Credits for reporting and fixing go to Damien Sandras (@dsandras) Closes #2815 (cherry picked from commit 0cca86fe789d77ea3e2b58326d6f282eb3433544) From noreply at github.com Mon May 2 13:00:18 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Mon, 02 May 2022 06:00:18 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 1a71fd: [presence_dialoginfo] Fix aggregating dialoginfo XML Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 1a71fded7d736ff53b6dc005e3f10626417a9d21 https://github.com/OpenSIPS/opensips/commit/1a71fded7d736ff53b6dc005e3f10626417a9d21 Author: Bogdan-Andrei Iancu Date: 2022-05-02 (Mon, 02 May 2022) Changed paths: M modules/presence_dialoginfo/notify_body.c Log Message: ----------- [presence_dialoginfo] Fix aggregating dialoginfo XML Fix the looping when aggregating the dialog info XML documents with multiple dialog elements. The xmlUnlinkNode() function inside the loop is breaking the looping (the "next" member is reset). Credits for reporting and fixing go to Damien Sandras (@dsandras) Closes #2815 (cherry picked from commit 0cca86fe789d77ea3e2b58326d6f282eb3433544) (cherry picked from commit 4bc9d9603f6612f5b294eb6fa55ab38a474d1ce2) From noreply at github.com Mon May 2 15:58:59 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Mon, 02 May 2022 08:58:59 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 9d5dd9: rtpproxy+rtpengine: fair election when the first t... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 9d5dd9539d54b2186f31d2447823cae9108b9c31 https://github.com/OpenSIPS/opensips/commit/9d5dd9539d54b2186f31d2447823cae9108b9c31 Author: Razvan Crainea Date: 2022-05-02 (Mon, 02 May 2022) Changed paths: M modules/rtpengine/rtpengine.c M modules/rtpproxy/rtpproxy.c Log Message: ----------- rtpproxy+rtpengine: fair election when the first try is disabled When a first attempt to use a rtpproxy/rtpengine node picks a disabled node, the next attempt should not consider the disabled nodes at all. From noreply at github.com Mon May 2 15:59:17 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Mon, 02 May 2022 08:59:17 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 440861: rtpproxy+rtpengine: fair election when the first t... Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 4408617e90456fc1b614f14f09ee1bddce3ac310 https://github.com/OpenSIPS/opensips/commit/4408617e90456fc1b614f14f09ee1bddce3ac310 Author: Razvan Crainea Date: 2022-05-02 (Mon, 02 May 2022) Changed paths: M modules/rtpengine/rtpengine.c M modules/rtpproxy/rtpproxy.c Log Message: ----------- rtpproxy+rtpengine: fair election when the first try is disabled When a first attempt to use a rtpproxy/rtpengine node picks a disabled node, the next attempt should not consider the disabled nodes at all. (cherry picked from commit 9d5dd9539d54b2186f31d2447823cae9108b9c31) From noreply at github.com Mon May 2 16:00:10 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Mon, 02 May 2022 09:00:10 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] e43af5: rtpproxy+rtpengine: fair election when the first t... Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: e43af56441edf28eb894d7647f99518659f4b58f https://github.com/OpenSIPS/opensips/commit/e43af56441edf28eb894d7647f99518659f4b58f Author: Razvan Crainea Date: 2022-05-02 (Mon, 02 May 2022) Changed paths: M modules/rtpengine/rtpengine.c M modules/rtpproxy/rtpproxy.c Log Message: ----------- rtpproxy+rtpengine: fair election when the first try is disabled When a first attempt to use a rtpproxy/rtpengine node picks a disabled node, the next attempt should not consider the disabled nodes at all. (cherry picked from commit 9d5dd9539d54b2186f31d2447823cae9108b9c31) From bogdan at opensips.org Tue May 3 12:29:12 2022 From: bogdan at opensips.org (Bogdan-Andrei Iancu) Date: Tue, 3 May 2022 15:29:12 +0300 Subject: [OpenSIPS-Devel] OpenSIPS Bootcamp training 2022 In-Reply-To: <98b76556-f672-470c-5a90-8ac2512df014@opensips.org> References: <98b76556-f672-470c-5a90-8ac2512df014@opensips.org> Message-ID: <67064aca-451c-6e94-a181-efcf5ac235e3@opensips.org> Tick, tack, only 3 weeks left to the training, first come, first served, seats are limited. https://opensips.org/training/OpenSIPS_eBootcamp_2022/ Best regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com OpenSIPS eBootcamp 23rd May - 3rd June 2022 https://opensips.org/training/OpenSIPS_eBootcamp_2022/ On 3/30/22 10:52 AM, Bogdan-Andrei Iancu wrote: > > > > 23rd May - 03rd June 2022, > > > online, worldwide > > > > *Study smarter, not harder! > * > > Take advantage of the *OpenSIPS Bootcamp* > and improve > your OpenSIPS skills - an in-cloud training, a ten days, 4 hours per > day (40 hours) intensive and practical training, covering > installation, configuration and administration on OpenSIPS. > > All the knowledge transferred to the students will be strongly backed > up by practice sessions where you will get hands-on experience in > handling OpenSIPS. The training is structured to be offer 50% / 50% > between the theoretical and practical sessions. > > Check Syllabus > > > *Early Birds open* > > The Early Bird 10% discount is available for registrations before > /*11th of April 2022*/, so do not miss the opportunity. The number of > seats is limited, so be sure and book a seat now. Keep in mind that a > 10% group discount is also available - grab your work mate and start > learning more OpenSIPS together . > . > > Register Now > > > *Certified training saves time and money* > > OpenSIPS mistakes are easily avoided if you get proper training! > Companies that use OpenSIPS waste time and money when they don't have > a trained engineer on staff. Searching on Google, waiting on IRC, even > the latency in mailing list replies takes it's toll over time. Take > this rare opportunity to train your employees with the project members > themselves. > > > Any questions? do not hesitate to contact us > ! > > ------------------------------------------------------------------------ > You received this email as part of your relationship with the OpenSIPS > Project. > If you do not want to receive any more news, please email to > unsubscribe . > > > -- > Bogdan-Andrei Iancu > OpenSIPS Founder and Developer > http://www.opensips-solutions.com > > _______________________________________________ > Devel mailing list > Devel at lists.opensips.org > http://lists.opensips.org/cgi-bin/mailman/listinfo/devel -------------- next part -------------- An HTML attachment was scrubbed... URL: From noreply at github.com Wed May 4 06:04:59 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Tue, 03 May 2022 23:04:59 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 38242d: Fix -Werror=format-security Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 38242d6fe7491ea5de900e9ae45e3902edd1a67f https://github.com/OpenSIPS/opensips/commit/38242d6fe7491ea5de900e9ae45e3902edd1a67f Author: Peter Lemenkov Date: 2022-04-25 (Mon, 25 Apr 2022) Changed paths: M menuconfig/curses.c Log Message: ----------- Fix -Werror=format-security ``` make[1]: Entering directory '/builddir/build/BUILD/opensips-3.1.9/menuconfig' gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -g -Wall -DMENUCONFIG_CFG_PATH=\"/usr/share/opensips//menuconfig_templates/\" -DMENUCONFIG_GEN_PATH=\"/usr/etc/opensips/\" -DMENUCONFIG_HAVE_SOURCES=0 -c -o cfg.o cfg.c gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -g -Wall -DMENUCONFIG_CFG_PATH=\"/usr/share/opensips//menuconfig_templates/\" -DMENUCONFIG_GEN_PATH=\"/usr/etc/opensips/\" -DMENUCONFIG_HAVE_SOURCES=0 -c -o curses.o curses.c curses.c: In function 'draw_sibling_menu': curses.c:92:75: error: format not a string literal and no format arguments [-Werror=format-security] 92 | mvprintw(HIGH_NOTICE_Y,max_x/2-20,menu->parent?menu->parent->name:"OpenSIPS Main Configuration Menu"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curses.c: In function 'draw_item_list': curses.c:208:9: error: format not a string literal and no format arguments [-Werror=format-security] 208 | mvprintw(HIGH_NOTICE_Y,max_x/2-20,menu->name); | ^~~~~~~~ curses.c:251:17: error: format not a string literal and no format arguments [-Werror=format-security] 251 | print_notice(NOTICE_Y,NOTICE_X,0,current->description); | ^~~~~~~~~~~~ cc1: some warnings being treated as errors make[1]: *** [: curses.o] Error 1 make[1]: Leaving directory '/builddir/build/BUILD/opensips-3.1.9/menuconfig' make: *** [Makefile:482: opensipsmc] Error 2 ``` Signed-off-by: Peter Lemenkov Commit: 47bfb3e3292a1acca6562427038b25a302d65ff1 https://github.com/OpenSIPS/opensips/commit/47bfb3e3292a1acca6562427038b25a302d65ff1 Author: Bogdan Andrei IANCU Date: 2022-05-04 (Wed, 04 May 2022) Changed paths: M menuconfig/curses.c Log Message: ----------- Merge pull request #2821 from lemenkov/format_security Fix -Werror=format-security Compare: https://github.com/OpenSIPS/opensips/compare/9d5dd9539d54...47bfb3e3292a From noreply at github.com Wed May 4 06:06:08 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Tue, 03 May 2022 23:06:08 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 7fea6b: Merge pull request #2821 from lemenkov/format_secu... Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 7fea6bedae03786057c929fe82f83ceee8fa1156 https://github.com/OpenSIPS/opensips/commit/7fea6bedae03786057c929fe82f83ceee8fa1156 Author: Bogdan Andrei IANCU Date: 2022-05-04 (Wed, 04 May 2022) Changed paths: M menuconfig/curses.c Log Message: ----------- Merge pull request #2821 from lemenkov/format_security Fix -Werror=format-security (cherry picked from commit 47bfb3e3292a1acca6562427038b25a302d65ff1) From noreply at github.com Wed May 4 06:06:26 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Tue, 03 May 2022 23:06:26 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 6d1e0d: Merge pull request #2821 from lemenkov/format_secu... Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 6d1e0dfd3a343fd675d73819853084cbd10f7fd8 https://github.com/OpenSIPS/opensips/commit/6d1e0dfd3a343fd675d73819853084cbd10f7fd8 Author: Bogdan Andrei IANCU Date: 2022-05-04 (Wed, 04 May 2022) Changed paths: M menuconfig/curses.c Log Message: ----------- Merge pull request #2821 from lemenkov/format_security Fix -Werror=format-security (cherry picked from commit 47bfb3e3292a1acca6562427038b25a302d65ff1) From noreply at github.com Wed May 4 06:07:31 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Tue, 03 May 2022 23:07:31 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 89ae76: ip_addr: simplify check for RFC 1918 Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 89ae768a7e5b09cbf83994d8e85319a446c6118b https://github.com/OpenSIPS/opensips/commit/89ae768a7e5b09cbf83994d8e85319a446c6118b Author: Peter Lemenkov Date: 2022-04-24 (Sun, 24 Apr 2022) Changed paths: M ip_addr.c M modules/nat_traversal/nat_traversal.c M modules/nathelper/nathelper.c M transformations.c Log Message: ----------- ip_addr: simplify check for RFC 1918 This function is used everywhere as follows: ```c flag = (ip_addr_is_1918(x)==1) ? 1 : 0; ``` Let's just make it return the expected 0 or 1. Signed-off-by: Peter Lemenkov Commit: 23a89965bbb750d3ebb50622538dc9ecfb87c44e https://github.com/OpenSIPS/opensips/commit/23a89965bbb750d3ebb50622538dc9ecfb87c44e Author: Bogdan Andrei IANCU Date: 2022-05-04 (Wed, 04 May 2022) Changed paths: M ip_addr.c M modules/nat_traversal/nat_traversal.c M modules/nathelper/nathelper.c M transformations.c Log Message: ----------- Merge pull request #2820 from lemenkov/rfc1918_check_simplification ip_addr: simplify check for RFC 1918 Compare: https://github.com/OpenSIPS/opensips/compare/47bfb3e3292a...23a89965bbb7 From noreply at github.com Wed May 4 06:08:52 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Tue, 03 May 2022 23:08:52 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 2fada2: rtpproxy/rtpengine: Remove unused function Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 2fada2c247a30028a281a0734818aacf2f41b0c0 https://github.com/OpenSIPS/opensips/commit/2fada2c247a30028a281a0734818aacf2f41b0c0 Author: Peter Lemenkov Date: 2022-04-24 (Sun, 24 Apr 2022) Changed paths: M modules/rtpengine/rtpengine_funcs.c M modules/rtpengine/rtpengine_funcs.h M modules/rtpproxy/nhelpr_funcs.c M modules/rtpproxy/nhelpr_funcs.h Log Message: ----------- rtpproxy/rtpengine: Remove unused function Signed-off-by: Peter Lemenkov Commit: 321645ed0359c1714bf070f351a5ae0148877134 https://github.com/OpenSIPS/opensips/commit/321645ed0359c1714bf070f351a5ae0148877134 Author: Bogdan Andrei IANCU Date: 2022-05-04 (Wed, 04 May 2022) Changed paths: M modules/rtpengine/rtpengine_funcs.c M modules/rtpengine/rtpengine_funcs.h M modules/rtpproxy/nhelpr_funcs.c M modules/rtpproxy/nhelpr_funcs.h Log Message: ----------- Merge pull request #2819 from lemenkov/rtpengine_cleanups rtpproxy/rtpengine: Remove unused function Compare: https://github.com/OpenSIPS/opensips/compare/23a89965bbb7...321645ed0359 From noreply at github.com Wed May 4 06:38:06 2022 From: noreply at github.com (Liviu Chircu) Date: Tue, 03 May 2022 23:38:06 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 7273a3: Makefile: Fix detection for gcc 11 and higher Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 7273a3f13a8bb29a4b4da529c2e8c9bc2cc45492 https://github.com/OpenSIPS/opensips/commit/7273a3f13a8bb29a4b4da529c2e8c9bc2cc45492 Author: Liviu Chircu Date: 2022-05-04 (Wed, 04 May 2022) Changed paths: M Makefile.defs Log Message: ----------- Makefile: Fix detection for gcc 11 and higher Context: newer OS'es, e.g. Ubuntu 22.04, ship with gcc 11 nowadays. From noreply at github.com Wed May 4 06:43:45 2022 From: noreply at github.com (Liviu Chircu) Date: Tue, 03 May 2022 23:43:45 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] eb415b: Makefile: Fix detection for gcc 11 and higher Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: eb415b5e1e66c675ecd58761150ef2021b32963d https://github.com/OpenSIPS/opensips/commit/eb415b5e1e66c675ecd58761150ef2021b32963d Author: Liviu Chircu Date: 2022-05-04 (Wed, 04 May 2022) Changed paths: M Makefile.defs Log Message: ----------- Makefile: Fix detection for gcc 11 and higher Context: newer OS'es, e.g. Ubuntu 22.04, ship with gcc 11 nowadays. (cherry picked from commit 7273a3f13a8bb29a4b4da529c2e8c9bc2cc45492) From noreply at github.com Wed May 4 06:43:45 2022 From: noreply at github.com (Liviu Chircu) Date: Tue, 03 May 2022 23:43:45 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] faa9f7: Makefile: Fix detection for gcc 11 and higher Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: faa9f75f4ee899c5a32197c218583c80e225e8f0 https://github.com/OpenSIPS/opensips/commit/faa9f75f4ee899c5a32197c218583c80e225e8f0 Author: Liviu Chircu Date: 2022-05-04 (Wed, 04 May 2022) Changed paths: M Makefile.defs Log Message: ----------- Makefile: Fix detection for gcc 11 and higher Context: newer OS'es, e.g. Ubuntu 22.04, ship with gcc 11 nowadays. (cherry picked from commit 7273a3f13a8bb29a4b4da529c2e8c9bc2cc45492) From noreply at github.com Wed May 4 17:34:38 2022 From: noreply at github.com (Nick Altmann) Date: Wed, 04 May 2022 10:34:38 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 4a8c82: DEB package: add support for ubuntu 22 Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 4a8c820197466702b9a679d7def805a91593d931 https://github.com/OpenSIPS/opensips/commit/4a8c820197466702b9a679d7def805a91593d931 Author: Nick Altmann Date: 2022-05-04 (Wed, 04 May 2022) Changed paths: M packaging/debian/control Log Message: ----------- DEB package: add support for ubuntu 22 From noreply at github.com Wed May 4 17:34:50 2022 From: noreply at github.com (Nick Altmann) Date: Wed, 04 May 2022 10:34:50 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] bce846: DEB package: add support for ubuntu 22 Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: bce846c998c5cc427eb8fe49b2c5a6da3f5cd897 https://github.com/OpenSIPS/opensips/commit/bce846c998c5cc427eb8fe49b2c5a6da3f5cd897 Author: Nick Altmann Date: 2022-05-04 (Wed, 04 May 2022) Changed paths: M packaging/debian/control Log Message: ----------- DEB package: add support for ubuntu 22 From noreply at github.com Wed May 4 17:35:00 2022 From: noreply at github.com (Nick Altmann) Date: Wed, 04 May 2022 10:35:00 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 64bed6: DEB package: add support for ubuntu 22 Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 64bed6332e71be035361cb4a713cf2bb2f115c27 https://github.com/OpenSIPS/opensips/commit/64bed6332e71be035361cb4a713cf2bb2f115c27 Author: Nick Altmann Date: 2022-05-04 (Wed, 04 May 2022) Changed paths: M packaging/debian/control Log Message: ----------- DEB package: add support for ubuntu 22 From noreply at github.com Fri May 6 08:37:05 2022 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Fri, 06 May 2022 01:37:05 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] e83438: b2b_entities: export max entity key size through A... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: e834389c976a42d8b58d550f712e311083c12f44 https://github.com/OpenSIPS/opensips/commit/e834389c976a42d8b58d550f712e311083c12f44 Author: Vlad Patrascu Date: 2022-05-06 (Fri, 06 May 2022) Changed paths: M modules/b2b_entities/b2b_entities.h M modules/b2b_entities/b2be_load.h M modules/b2b_entities/dlg.h Log Message: ----------- b2b_entities: export max entity key size through API header Commit: 71577be6c6e9483e49b9c6928227e30aec7c2c59 https://github.com/OpenSIPS/opensips/commit/71577be6c6e9483e49b9c6928227e30aec7c2c59 Author: Vlad Patrascu Date: 2022-05-06 (Fri, 06 May 2022) Changed paths: M modules/proto_msrp/msrp_signaling.c Log Message: ----------- proto_msrp: fix "destination" reusage for send_request() Commit: 81cca9b5ccb3055deb8b6c18fe6e5772ec15da2b https://github.com/OpenSIPS/opensips/commit/81cca9b5ccb3055deb8b6c18fe6e5772ec15da2b Author: Vlad Patrascu Date: 2022-05-06 (Fri, 06 May 2022) Changed paths: M modules/proto_msrp/msrp_signaling.c Log Message: ----------- proto_msrp: fix dns-resolving in send_request() Commit: 15acafe111b05d398b148ebb80fde6de07e5296a https://github.com/OpenSIPS/opensips/commit/15acafe111b05d398b148ebb80fde6de07e5296a Author: Vlad Patrascu Date: 2022-05-06 (Fri, 06 May 2022) Changed paths: M modules/proto_msrp/msrp_parser.h Log Message: ----------- proto_msrp: add a shm flavor for parse_msrp_path() Commit: 5fad53d8c5737d877c0c6f935c9c16eecd37cf0f https://github.com/OpenSIPS/opensips/commit/5fad53d8c5737d877c0c6f935c9c16eecd37cf0f Author: Vlad Patrascu Date: 2022-05-06 (Fri, 06 May 2022) Changed paths: M modules/proto_msrp/msrp_signaling.c Log Message: ----------- proto_msrp: fix crash in send_request() when building transaction Compare: https://github.com/OpenSIPS/opensips/compare/4a8c82019746...5fad53d8c573 From noreply at github.com Sat May 7 20:52:00 2022 From: noreply at github.com (opensips-github) Date: Sat, 07 May 2022 13:52:00 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 2485a9: Rebuild documentation Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 2485a92352a417b59d966084cfebe32c7f2656e7 https://github.com/OpenSIPS/opensips/commit/2485a92352a417b59d966084cfebe32c7f2656e7 Author: OpenSIPS Date: 2022-05-07 (Sat, 07 May 2022) Changed paths: M modules/presence_dialoginfo/README M modules/presence_dialoginfo/doc/contributors.xml M modules/rtpengine/README M modules/rtpengine/doc/contributors.xml M modules/rtpproxy/README M modules/rtpproxy/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Sat May 7 21:26:04 2022 From: noreply at github.com (opensips-github) Date: Sat, 07 May 2022 14:26:04 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] debf36: Rebuild documentation Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: debf36c263144c83b315c2bafe0ab431ab003b9e https://github.com/OpenSIPS/opensips/commit/debf36c263144c83b315c2bafe0ab431ab003b9e Author: OpenSIPS Date: 2022-05-08 (Sun, 08 May 2022) Changed paths: M modules/b2b_entities/README M modules/b2b_entities/doc/contributors.xml M modules/nat_traversal/README M modules/nat_traversal/doc/contributors.xml M modules/nathelper/README M modules/nathelper/doc/contributors.xml M modules/presence_dialoginfo/README M modules/presence_dialoginfo/doc/contributors.xml M modules/proto_msrp/README M modules/proto_msrp/doc/contributors.xml M modules/rtpengine/README M modules/rtpengine/doc/contributors.xml M modules/rtpproxy/README M modules/rtpproxy/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Mon May 9 07:02:38 2022 From: noreply at github.com (Liviu Chircu) Date: Mon, 09 May 2022 00:02:38 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] d148f1: dialog docs: Improve "profiles_with_value" example Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: d148f1dfa5c94418968cab6020d0dc9671023257 https://github.com/OpenSIPS/opensips/commit/d148f1dfa5c94418968cab6020d0dc9671023257 Author: Liviu Chircu Date: 2022-05-09 (Mon, 09 May 2022) Changed paths: M modules/dialog/doc/dialog_admin.xml Log Message: ----------- dialog docs: Improve "profiles_with_value" example Suggested by Fabien Aunay From noreply at github.com Mon May 9 07:02:59 2022 From: noreply at github.com (Liviu Chircu) Date: Mon, 09 May 2022 00:02:59 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 382597: dialog docs: Improve "profiles_with_value" example Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 382597eb9633df901536c17a0d290e75f69fb52d https://github.com/OpenSIPS/opensips/commit/382597eb9633df901536c17a0d290e75f69fb52d Author: Liviu Chircu Date: 2022-05-09 (Mon, 09 May 2022) Changed paths: M modules/dialog/doc/dialog_admin.xml Log Message: ----------- dialog docs: Improve "profiles_with_value" example Suggested by Fabien Aunay (cherry picked from commit d148f1dfa5c94418968cab6020d0dc9671023257) From noreply at github.com Mon May 9 07:03:21 2022 From: noreply at github.com (Liviu Chircu) Date: Mon, 09 May 2022 00:03:21 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 7f7fa4: dialog docs: Improve "profiles_with_value" example Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 7f7fa43121a859b10d6940ba189290e524ba23b7 https://github.com/OpenSIPS/opensips/commit/7f7fa43121a859b10d6940ba189290e524ba23b7 Author: Liviu Chircu Date: 2022-05-09 (Mon, 09 May 2022) Changed paths: M modules/dialog/doc/dialog_admin.xml Log Message: ----------- dialog docs: Improve "profiles_with_value" example Suggested by Fabien Aunay (cherry picked from commit d148f1dfa5c94418968cab6020d0dc9671023257) From noreply at github.com Mon May 9 08:02:22 2022 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Mon, 09 May 2022 01:02:22 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] ba2293: Add msrp_ua module Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: ba22937b66632bac4f61fc05fb0e7bb2b1b6afe3 https://github.com/OpenSIPS/opensips/commit/ba22937b66632bac4f61fc05fb0e7bb2b1b6afe3 Author: Vlad Patrascu Date: 2022-05-09 (Mon, 09 May 2022) Changed paths: A modules/msrp_ua/Makefile A modules/msrp_ua/README A modules/msrp_ua/api.h A modules/msrp_ua/doc/contributors.xml A modules/msrp_ua/doc/msrp_ua.xml A modules/msrp_ua/doc/msrp_ua_admin.xml A modules/msrp_ua/msrp_ua.c A modules/msrp_ua/msrp_ua.h Log Message: ----------- Add msrp_ua module From noreply at github.com Mon May 9 15:58:02 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Mon, 09 May 2022 08:58:02 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] d5a99e: [call_center] Added MSRP/chat support Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: d5a99e81eaabb14caa7a8b93f045ec0c3079e1b9 https://github.com/OpenSIPS/opensips/commit/d5a99e81eaabb14caa7a8b93f045ec0c3079e1b9 Author: Bogdan-Andrei Iancu Date: 2022-05-09 (Mon, 09 May 2022) Changed paths: M db/schema/cc_agents.xml M db/schema/cc_calls.xml M db/schema/cc_cdrs.xml M db/schema/cc_flows.xml M modules/call_center/README M modules/call_center/call_center.c M modules/call_center/cc_data.c M modules/call_center/cc_data.h M modules/call_center/cc_db.c M modules/call_center/cc_db.h M modules/call_center/cc_queue.c M modules/call_center/doc/call_center_admin.xml M scripts/db_berkeley/opensips/cc_agents M scripts/db_berkeley/opensips/cc_calls M scripts/db_berkeley/opensips/cc_cdrs M scripts/db_berkeley/opensips/version M scripts/dbtext/opensips/cc_agents M scripts/dbtext/opensips/cc_calls M scripts/dbtext/opensips/cc_cdrs M scripts/dbtext/opensips/version M scripts/mysql/call_center-create.sql M scripts/oracle/call_center-create.sql M scripts/pi_http/call_center-mod M scripts/pi_http/call_center-table M scripts/pi_http/pi_framework.xml M scripts/postgres/call_center-create.sql M scripts/sqlite/call_center-create.sql Log Message: ----------- [call_center] Added MSRP/chat support From noreply at github.com Mon May 9 16:04:13 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Mon, 09 May 2022 09:04:13 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] e1049d: [call_center] Fix compile warnings Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: e1049d5a73d8e261a2d7e381c0424fe9eb42c74e https://github.com/OpenSIPS/opensips/commit/e1049d5a73d8e261a2d7e381c0424fe9eb42c74e Author: Bogdan-Andrei Iancu Date: 2022-05-09 (Mon, 09 May 2022) Changed paths: M modules/call_center/call_center.c Log Message: ----------- [call_center] Fix compile warnings Thanks CI From noreply at github.com Tue May 10 08:59:32 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Tue, 10 May 2022 01:59:32 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] daac11: [call_center] Added the option of external call di... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: daac11a837453587e042886b85da022c1fbebb97 https://github.com/OpenSIPS/opensips/commit/daac11a837453587e042886b85da022c1fbebb97 Author: Bogdan-Andrei Iancu Date: 2022-05-10 (Tue, 10 May 2022) Changed paths: M modules/call_center/README M modules/call_center/call_center.c M modules/call_center/cc_queue.c M modules/call_center/doc/call_center_admin.xml Log Message: ----------- [call_center] Added the option of external call dispatching logic An external, custom call dispatchin (to agents) logic may be used: * modparam internal_call_dispatching to disable the internal logic * MI cmd cc_internal_call_dispatching to runtime changes * MI cmd cc_dispatch_call_to_agent to do external call dispatching * cc_list_queue and cc_list_agents expose more info From noreply at github.com Tue May 10 10:07:22 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Tue, 10 May 2022 03:07:22 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] f869c9: [call_center] fix wrapup for INCHAT agents Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: f869c9abc73649d9db67266e437ebafa761946e6 https://github.com/OpenSIPS/opensips/commit/f869c9abc73649d9db67266e437ebafa761946e6 Author: Bogdan-Andrei Iancu Date: 2022-05-10 (Tue, 10 May 2022) Changed paths: M modules/call_center/call_center.c M modules/call_center/cc_data.c M modules/call_center/cc_data.h Log Message: ----------- [call_center] fix wrapup for INCHAT agents From noreply at github.com Tue May 10 10:17:36 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Tue, 10 May 2022 03:17:36 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 461080: [call_center] fix precedence for ternary operator Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 46108020b212b8b8a56c1b57b96231b5a1a58451 https://github.com/OpenSIPS/opensips/commit/46108020b212b8b8a56c1b57b96231b5a1a58451 Author: Bogdan-Andrei Iancu Date: 2022-05-10 (Tue, 10 May 2022) Changed paths: M modules/call_center/cc_data.h Log Message: ----------- [call_center] fix precedence for ternary operator Thanks CI From noreply at github.com Tue May 10 11:20:02 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Tue, 10 May 2022 04:20:02 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 9a823b: [call_center] added onhold/answered statistics for... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 9a823b59e68465b1944a2541ec6c49edeb482fe8 https://github.com/OpenSIPS/opensips/commit/9a823b59e68465b1944a2541ec6c49edeb482fe8 Author: Bogdan-Andrei Iancu Date: 2022-05-10 (Tue, 10 May 2022) Changed paths: M modules/call_center/README M modules/call_center/call_center.c M modules/call_center/cc_data.c M modules/call_center/cc_data.h M modules/call_center/doc/call_center_admin.xml Log Message: ----------- [call_center] added onhold/answered statistics for chats/MSRP While the previous stats are reflecting all calls (audio/RTP and chat/MSRP), the newly added ones are refelcting only the chat/MSRP calls From noreply at github.com Tue May 10 12:57:12 2022 From: noreply at github.com (Nick Altmann) Date: Tue, 10 May 2022 05:57:12 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] dce812: Packaging: msrp-modules subpackage Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: dce812d93dd41992be587151fe2424cc199eb714 https://github.com/OpenSIPS/opensips/commit/dce812d93dd41992be587151fe2424cc199eb714 Author: Nick Altmann Date: 2022-05-10 (Tue, 10 May 2022) Changed paths: M packaging/debian/control M packaging/debian/rules M packaging/redhat_fedora/opensips.spec Log Message: ----------- Packaging: msrp-modules subpackage From noreply at github.com Tue May 10 14:50:44 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Tue, 10 May 2022 07:50:44 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 7ada7a: [call_center] relax the NULL constraints in flow's... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 7ada7aa3f802e11635dcda59248cd0642c39d1a7 https://github.com/OpenSIPS/opensips/commit/7ada7aa3f802e11635dcda59248cd0642c39d1a7 Author: Bogdan-Andrei Iancu Date: 2022-05-10 (Tue, 10 May 2022) Changed paths: M db/schema/cc_flows.xml Log Message: ----------- [call_center] relax the NULL constraints in flow's table Anyhow, the code is properly handle the NULL string columns ;) Commit: 6b83356edcfe7ccb6d2847e63a37d3ea5621ffae https://github.com/OpenSIPS/opensips/commit/6b83356edcfe7ccb6d2847e63a37d3ea5621ffae Author: Bogdan-Andrei Iancu Date: 2022-05-10 (Tue, 10 May 2022) Changed paths: M modules/call_center/call_center.c M modules/call_center/cc_db.c Log Message: ----------- [call_center] fix types/small issues Compare: https://github.com/OpenSIPS/opensips/compare/dce812d93dd4...6b83356edcfe From noreply at github.com Tue May 10 16:38:50 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Tue, 10 May 2022 09:38:50 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] c8f027: [call_center] fix LB/FULL policy when dispatching ... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: c8f027745549188b19b8264db0565d7a5fa9d1be https://github.com/OpenSIPS/opensips/commit/c8f027745549188b19b8264db0565d7a5fa9d1be Author: Bogdan-Andrei Iancu Date: 2022-05-10 (Tue, 10 May 2022) Changed paths: M modules/call_center/call_center.c M modules/call_center/cc_data.c M modules/call_center/cc_data.h Log Message: ----------- [call_center] fix LB/FULL policy when dispatching without queue From noreply at github.com Wed May 11 11:53:19 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Wed, 11 May 2022 04:53:19 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] fde04c: [call_center] enhance the MI listing of agents Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: fde04c9c01674f9bc23809428f9e49d2a10558fb https://github.com/OpenSIPS/opensips/commit/fde04c9c01674f9bc23809428f9e49d2a10558fb Author: Bogdan-Andrei Iancu Date: 2022-05-11 (Wed, 11 May 2022) Changed paths: M modules/call_center/call_center.c Log Message: ----------- [call_center] enhance the MI listing of agents Add info on wrapup time (when it ends). List the free sessions for the INCHAT agents (instead of the full capacity) Commit: 81daa103bd4ef7d96f24a80bd96cd4e44c90f2a5 https://github.com/OpenSIPS/opensips/commit/81daa103bd4ef7d96f24a80bd96cd4e44c90f2a5 Author: Bogdan-Andrei Iancu Date: 2022-05-11 (Wed, 11 May 2022) Changed paths: M modules/call_center/call_center.c Log Message: ----------- [call_center] fix condition on searching call... ... when doing MI call dispatching Commit: 58b19dcd6961a888fdf7ecb2ec81897de2d9cd93 https://github.com/OpenSIPS/opensips/commit/58b19dcd6961a888fdf7ecb2ec81897de2d9cd93 Author: Bogdan-Andrei Iancu Date: 2022-05-11 (Wed, 11 May 2022) Changed paths: M modules/call_center/cc_data.c Log Message: ----------- [call_center] Fix bogus logical condition :( Commit: 159739e26ca416a015389cef40f8fe301ea68e4d https://github.com/OpenSIPS/opensips/commit/159739e26ca416a015389cef40f8fe301ea68e4d Author: Bogdan-Andrei Iancu Date: 2022-05-11 (Wed, 11 May 2022) Changed paths: M modules/call_center/call_center.c M modules/call_center/cc_data.h Log Message: ----------- [call_center] rework the balancing to agents alg (for chats) Compare: https://github.com/OpenSIPS/opensips/compare/c8f027745549...159739e26ca4 From noreply at github.com Thu May 12 12:05:40 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Thu, 12 May 2022 05:05:40 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 5dde5f: [drouting] Add separate Status/Report identifiers ... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 5dde5f587485e1b23e381b4555a8f34f2606afd1 https://github.com/OpenSIPS/opensips/commit/5dde5f587485e1b23e381b4555a8f34f2606afd1 Author: Bogdan-Andrei Iancu Date: 2022-05-12 (Thu, 12 May 2022) Changed paths: M modules/drouting/README M modules/drouting/doc/drouting_admin.xml M modules/drouting/dr_clustering.c M modules/drouting/dr_partitions.h M modules/drouting/drouting.c Log Message: ----------- [drouting] Add separate Status/Report identifiers for state changes. Each partition provides a separate identifier for reporting events about the change in state for gws or carrier, { "Name": "Default;events", "Reports": [ { "Timestamp": 1652353976, "Date": "Thu May 12 14:12:56 2022", "Log": "GW /127.0.1.1 switched to [inactive] due to negative probing reply\n" }, { "Timestamp": 1652353976, "Date": "Thu May 12 14:12:56 2022", "Log": "GW /127.0.1.2 switched to [inactive] due to negative probing reply\n" } ] }, From noreply at github.com Thu May 12 12:48:08 2022 From: noreply at github.com (Liviu Chircu) Date: Thu, 12 May 2022 05:48:08 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 7c3fef: aaa_diameter: Fix `app_opensips` compilation Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 7c3fef41a22b39d296c97a21ea5aed1d4d5770e7 https://github.com/OpenSIPS/opensips/commit/7c3fef41a22b39d296c97a21ea5aed1d4d5770e7 Author: Liviu Chircu Date: 2022-05-12 (Thu, 12 May 2022) Changed paths: M modules/aaa_diameter/app_opensips/avps.c Log Message: ----------- aaa_diameter: Fix `app_opensips` compilation The "peer.h" import is not available when compiling "app_opensips" within freeDiameter. Moreover, it's not used anyway, so just remove it. From noreply at github.com Thu May 12 12:48:27 2022 From: noreply at github.com (Liviu Chircu) Date: Thu, 12 May 2022 05:48:27 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 558266: aaa_diameter: Fix `app_opensips` compilation Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 5582666ba49365dd18387e1b7cc59d853c3841ad https://github.com/OpenSIPS/opensips/commit/5582666ba49365dd18387e1b7cc59d853c3841ad Author: Liviu Chircu Date: 2022-05-12 (Thu, 12 May 2022) Changed paths: M modules/aaa_diameter/app_opensips/avps.c Log Message: ----------- aaa_diameter: Fix `app_opensips` compilation The "peer.h" import is not available when compiling "app_opensips" within freeDiameter. Moreover, it's not used anyway, so just remove it. (cherry picked from commit 7c3fef41a22b39d296c97a21ea5aed1d4d5770e7) From noreply at github.com Thu May 12 14:40:12 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Thu, 12 May 2022 07:40:12 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 63524c: Regenerate tables (dbschema changed) Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 63524cc6c181c93d7c8783ea4f90030207a36390 https://github.com/OpenSIPS/opensips/commit/63524cc6c181c93d7c8783ea4f90030207a36390 Author: Bogdan-Andrei Iancu Date: 2022-05-12 (Thu, 12 May 2022) Changed paths: M scripts/db_berkeley/opensips/cc_flows M scripts/db_berkeley/opensips/version M scripts/dbtext/opensips/cc_flows M scripts/dbtext/opensips/version M scripts/mysql/call_center-create.sql M scripts/oracle/call_center-create.sql M scripts/postgres/call_center-create.sql M scripts/sqlite/call_center-create.sql Log Message: ----------- Regenerate tables (dbschema changed) Related to the latest changes in call_center module From noreply at github.com Thu May 12 15:09:55 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Thu, 12 May 2022 08:09:55 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] cb2c6b: [clusterer] add reporting on the shared tag state ... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: cb2c6b290956d7b204dc9ecf13091941bec0de0c https://github.com/OpenSIPS/opensips/commit/cb2c6b290956d7b204dc9ecf13091941bec0de0c Author: Bogdan-Andrei Iancu Date: 2022-05-12 (Thu, 12 May 2022) Changed paths: M modules/clusterer/README M modules/clusterer/clusterer.c M modules/clusterer/clusterer.h M modules/clusterer/clusterer_mod.c M modules/clusterer/doc/clusterer_admin.xml M modules/clusterer/sharing_tags.c M modules/clusterer/sharing_tags.h Log Message: ----------- [clusterer] add reporting on the shared tag state changes The E_CLUSTERER_SHARING_TAG_CHANGED event is raised. Also such events are logged via the status/report "sharing_tags" identifier (opensips-cli): mi sr_list_reports clusterer [ { "Name": "sharing_tags", "Reports": [ { "Timestamp": 1652367224, "Date": "Thu May 12 17:53:44 2022", "Log": "TAG , cluster 1, became backup due to cluster broadcast from 2" }, { "Timestamp": 1652367326, "Date": "Thu May 12 17:55:26 2022", "Log": "TAG , cluster 1, became active due to MI command" } ] } ] From noreply at github.com Thu May 12 15:11:55 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Thu, 12 May 2022 08:11:55 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 9f7526: [drouting] spelling on readme file Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 9f75269d68827c0caebe36585e8df60d5dc34210 https://github.com/OpenSIPS/opensips/commit/9f75269d68827c0caebe36585e8df60d5dc34210 Author: Bogdan-Andrei Iancu Date: 2022-05-12 (Thu, 12 May 2022) Changed paths: M modules/drouting/README M modules/drouting/doc/drouting_admin.xml Log Message: ----------- [drouting] spelling on readme file From noreply at github.com Thu May 12 16:44:00 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Thu, 12 May 2022 09:44:00 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] cc730f: [disaptcher] added status/report support Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: cc730f819faec913ae79b978ef321a48abff5004 https://github.com/OpenSIPS/opensips/commit/cc730f819faec913ae79b978ef321a48abff5004 Author: Bogdan-Andrei Iancu Date: 2022-05-12 (Thu, 12 May 2022) Changed paths: M modules/dispatcher/README M modules/dispatcher/dispatch.c M modules/dispatcher/dispatch.h M modules/dispatcher/dispatcher.c M modules/dispatcher/doc/dispatcher_admin.xml M modules/dispatcher/ds_clustering.c Log Message: ----------- [disaptcher] added status/report support Each partition is a status/report (SR) identifier. It's status provides information DB data loading, like -2 (no data) , -1 (initial loading) , 0 (data available), 1 (reloading). The reports will log when a reload is done and what was the outcome of the reload (success or failure). If success, a more detailed report is generated with how many destinations were loaded / discarded. Also, each partition provides a separate identifier for reporting events about the change in state for the destinations (opensips-cli): mi sr_list_reports dispatcher [ { "Name": "default;events", "Reports": [ { "Timestamp": 1652373308, "Date": "Thu May 12 19:35:08 2022", "Log": "DESTINATION , set 1 switched to [inactive] due to negative probing reply\n" }, { "Timestamp": 1652373308, "Date": "Thu May 12 19:35:08 2022", "Log": "DESTINATION , set 1 switched to [inactive] due to negative probing reply\n" } ] }, { "Name": "default", "Reports": [ { "Timestamp": 1652373212, "Date": "Thu May 12 19:33:32 2022", "Log": "starting DB data loading" }, { "Timestamp": 1652373212, "Date": "Thu May 12 19:33:32 2022", "Log": "DB data loading successfully completed" }, { "Timestamp": 1652373212, "Date": "Thu May 12 19:33:32 2022", "Log": "2 destinations loaded (0 discarded)" } ] } ] From noreply at github.com Thu May 12 16:48:00 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Thu, 12 May 2022 09:48:00 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] dec42a: [dispatcher] Fix bad variable init Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: dec42a4cce82fcc4400cc66befb6975314c1a112 https://github.com/OpenSIPS/opensips/commit/dec42a4cce82fcc4400cc66befb6975314c1a112 Author: Bogdan-Andrei Iancu Date: 2022-05-12 (Thu, 12 May 2022) Changed paths: M modules/dispatcher/dispatch.c Log Message: ----------- [dispatcher] Fix bad variable init Related to cc730f8 Thanks CI From noreply at github.com Fri May 13 07:32:14 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Fri, 13 May 2022 00:32:14 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] fde42a: rtp_relay: migrate ctx management to ref Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: fde42a085b990b25240d7e219ee0c7a5144093ac https://github.com/OpenSIPS/opensips/commit/fde42a085b990b25240d7e219ee0c7a5144093ac Author: Razvan Crainea Date: 2022-05-13 (Fri, 13 May 2022) Changed paths: M modules/rtp_relay/rtp_relay_ctx.c M modules/rtp_relay/rtp_relay_ctx.h Log Message: ----------- rtp_relay: migrate ctx management to ref Commit: dc37b2ca05f602be2be7fc21260732f0eb372dac https://github.com/OpenSIPS/opensips/commit/dc37b2ca05f602be2be7fc21260732f0eb372dac Author: Razvan Crainea Date: 2022-05-13 (Fri, 13 May 2022) Changed paths: M modules/b2b_entities/dlg.c M modules/b2b_entities/dlg.h Log Message: ----------- b2b_entities: rework callbacks engine This allows us to extend the callback interface further Commit: 71739094044f61eab5d80fb724ca1faef9dc01df https://github.com/OpenSIPS/opensips/commit/71739094044f61eab5d80fb724ca1faef9dc01df Author: Razvan Crainea Date: 2022-05-13 (Fri, 13 May 2022) Changed paths: M modules/b2b_entities/dlg.c Log Message: ----------- b2b_entities: fix previous commit Commit: a4cd97cab1baca6151d4536a45b4a0093886ece0 https://github.com/OpenSIPS/opensips/commit/a4cd97cab1baca6151d4536a45b4a0093886ece0 Author: Razvan Crainea Date: 2022-05-13 (Fri, 13 May 2022) Changed paths: M modules/b2b_entities/dlg.c M modules/b2b_entities/dlg.h Log Message: ----------- Revert "b2b_entities: rework callbacks engine and fix previous commit" This reverts commit 9183225ab9b8e6be9ed66f0d2877c3adf28d5bff and 67c253c110ffd774bbe777e74f002734db1261d9. Commit: 79b1636e29eefaf2281ad0ebb437342d535a97d3 https://github.com/OpenSIPS/opensips/commit/79b1636e29eefaf2281ad0ebb437342d535a97d3 Author: Razvan Crainea Date: 2022-05-13 (Fri, 13 May 2022) Changed paths: M context.h M modules/b2b_logic/b2b_load.h M modules/b2b_logic/b2b_logic.c A modules/b2b_logic/b2b_logic_ctx.c A modules/b2b_logic/b2b_logic_ctx.h M modules/b2b_logic/records.c Log Message: ----------- b2b_logic: add support for storing arbitrary data in dialog Commit: 4d4ead1e339b290ab40c0a848fbe4e84eeead60d https://github.com/OpenSIPS/opensips/commit/4d4ead1e339b290ab40c0a848fbe4e84eeead60d Author: Razvan Crainea Date: 2022-05-13 (Fri, 13 May 2022) Changed paths: M modules/rtp_relay/doc/rtp_relay_admin.xml M modules/rtp_relay/rtp_relay.c M modules/rtp_relay/rtp_relay_ctx.c M modules/rtp_relay/rtp_relay_ctx.h Log Message: ----------- rtp_relay: identify legs based on tags Commit: 2245e19a808f3e2f2ba7edbaf994580cebe23469 https://github.com/OpenSIPS/opensips/commit/2245e19a808f3e2f2ba7edbaf994580cebe23469 Author: Razvan Crainea Date: 2022-05-13 (Fri, 13 May 2022) Changed paths: M modules/b2b_logic/b2b_load.h M modules/b2b_logic/b2b_logic.c M modules/b2b_logic/logic.c M modules/b2b_logic/records.c M modules/b2b_logic/records.h Log Message: ----------- b2b_logic: add B2B_NEW_TUPLE_CB callback type Commit: 9ad05ce9d2f16fe9f4e00dbf295367e970e4877a https://github.com/OpenSIPS/opensips/commit/9ad05ce9d2f16fe9f4e00dbf295367e970e4877a Author: Razvan Crainea Date: 2022-05-13 (Fri, 13 May 2022) Changed paths: M modules/b2b_logic/b2b_load.h M modules/b2b_logic/b2b_logic.c M modules/b2b_logic/b2b_logic_ctx.c M modules/b2b_logic/records.c M modules/b2b_logic/records.h Log Message: ----------- b2b_logic: fetch the current logic's key thourgh api Commit: 513a9e6ac40ab3d9356363d6bb039fb7bcf0caa1 https://github.com/OpenSIPS/opensips/commit/513a9e6ac40ab3d9356363d6bb039fb7bcf0caa1 Author: Razvan Crainea Date: 2022-05-13 (Fri, 13 May 2022) Changed paths: M modules/b2b_logic/b2b_load.h M modules/b2b_logic/b2b_logic.c M modules/b2b_logic/b2b_logic_ctx.c M modules/b2b_logic/records.c M modules/b2b_logic/records.h Log Message: ----------- b2b_logic: add support for fetching entity info Commit: 197d8813783ddbf19edf41c9a22891b1a270a269 https://github.com/OpenSIPS/opensips/commit/197d8813783ddbf19edf41c9a22891b1a270a269 Author: Razvan Crainea Date: 2022-05-13 (Fri, 13 May 2022) Changed paths: M modules/tm/t_hooks.c M modules/tm/t_hooks.h M modules/tm/t_reply.c M modules/tm/uac.c Log Message: ----------- tm: add TMCB_LOCAL_{RESPONSE,REQUEST_OUT,TRANS_NEW} callbacks Commit: 899c28fdee62f774aab6cbedbc995500477db955 https://github.com/OpenSIPS/opensips/commit/899c28fdee62f774aab6cbedbc995500477db955 Author: Razvan Crainea Date: 2022-05-13 (Fri, 13 May 2022) Changed paths: M data_lump_rpl.c M data_lump_rpl.h Log Message: ----------- data_lump_rpl: add support for replacing rpl lump Commit: 2e38ead4e67fca6875e3da4bda985956b26a918b https://github.com/OpenSIPS/opensips/commit/2e38ead4e67fca6875e3da4bda985956b26a918b Author: Razvan Crainea Date: 2022-05-13 (Fri, 13 May 2022) Changed paths: M modules/b2b_logic/b2b_logic.c Log Message: ----------- b2b_logic: do not lock for register if already taken Commit: 87d92b0450f0ad4bce52a92ef300d06cb5c96b9a https://github.com/OpenSIPS/opensips/commit/87d92b0450f0ad4bce52a92ef300d06cb5c96b9a Author: Razvan Crainea Date: 2022-05-13 (Fri, 13 May 2022) Changed paths: M modules/rtp_relay/rtp_relay.c M modules/rtp_relay/rtp_relay.h M modules/rtp_relay/rtp_relay_ctx.c M modules/rtp_relay/rtp_relay_ctx.h Log Message: ----------- rtp_relay: add support for b2b RTP relaying Compare: https://github.com/OpenSIPS/opensips/compare/dec42a4cce82...87d92b0450f0 From noreply at github.com Fri May 13 07:32:51 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Fri, 13 May 2022 00:32:51 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] Message-ID: Branch: refs/heads/feature/b2b_rtp_relay Home: https://github.com/OpenSIPS/opensips From noreply at github.com Fri May 13 10:37:37 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Fri, 13 May 2022 03:37:37 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] d8f160: media_exchange: document RTP Relay migration Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: d8f160a7dfb11c3523d86aa23dd8f4f8ba9e81cd https://github.com/OpenSIPS/opensips/commit/d8f160a7dfb11c3523d86aa23dd8f4f8ba9e81cd Author: Razvan Crainea Date: 2022-05-13 (Fri, 13 May 2022) Changed paths: M modules/media_exchange/doc/media_exchange_admin.xml Log Message: ----------- media_exchange: document RTP Relay migration From noreply at github.com Fri May 13 11:32:17 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Fri, 13 May 2022 04:32:17 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 1530a1: b2b_sdp_demux: Add parsing for functions' params Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 1530a160254fb3f61db739572c15ffde15f165f7 https://github.com/OpenSIPS/opensips/commit/1530a160254fb3f61db739572c15ffde15f165f7 Author: Razvan Crainea Date: 2022-05-13 (Fri, 13 May 2022) Changed paths: A modules/b2b_sdp_demux/Makefile A modules/b2b_sdp_demux/b2b_sdp_demux.c Log Message: ----------- b2b_sdp_demux: Add parsing for functions' params Commit: 8bfb18f67dd0688a42e63e136b6731e05a381c15 https://github.com/OpenSIPS/opensips/commit/8bfb18f67dd0688a42e63e136b6731e05a381c15 Author: Razvan Crainea Date: 2022-05-13 (Fri, 13 May 2022) Changed paths: M modules/b2b_sdp_demux/b2b_sdp_demux.c Log Message: ----------- b2b_sdp_demux: start b2b sessions Commit: b1876508f2cc92976a3f285a9c19bbade3d0518f https://github.com/OpenSIPS/opensips/commit/b1876508f2cc92976a3f285a9c19bbade3d0518f Author: Razvan Crainea Date: 2022-05-13 (Fri, 13 May 2022) Changed paths: M modules/b2b_sdp_demux/b2b_sdp_demux.c Log Message: ----------- b2b_sdp_demux: treat case when downstream terminates Commit: d9a9b5c1df1c7f30a1628cbe130e0c899f692d99 https://github.com/OpenSIPS/opensips/commit/d9a9b5c1df1c7f30a1628cbe130e0c899f692d99 Author: Razvan Crainea Date: 2022-05-13 (Fri, 13 May 2022) Changed paths: M modules/b2b_sdp_demux/b2b_sdp_demux.c Log Message: ----------- b2b_sdp_demux: fix media start in SDP (a vs m) Commit: d111c5f754b3b27e75fa5b3cced256333051b61b https://github.com/OpenSIPS/opensips/commit/d111c5f754b3b27e75fa5b3cced256333051b61b Author: Razvan Crainea Date: 2022-05-13 (Fri, 13 May 2022) Changed paths: M modules/b2b_sdp_demux/b2b_sdp_demux.c Log Message: ----------- b2b_sdp_demux: add support for client's indialog requests Commit: 7c6416c70b94969c9b85338756f9d51994e92507 https://github.com/OpenSIPS/opensips/commit/7c6416c70b94969c9b85338756f9d51994e92507 Author: Razvan Crainea Date: 2022-05-13 (Fri, 13 May 2022) Changed paths: M modules/b2b_sdp_demux/b2b_sdp_demux.c Log Message: ----------- b2b_sdp_demux: proper cleanup of remaining streams Commit: f05b649a26e5d0005e75c7930e6b87adba66b63e https://github.com/OpenSIPS/opensips/commit/f05b649a26e5d0005e75c7930e6b87adba66b63e Author: Razvan Crainea Date: 2022-05-13 (Fri, 13 May 2022) Changed paths: M modules/b2b_sdp_demux/b2b_sdp_demux.c Log Message: ----------- b2b_sdp_demux: remove debugging Commit: e49f2221882294f4893616b9e85148889dc6f4f7 https://github.com/OpenSIPS/opensips/commit/e49f2221882294f4893616b9e85148889dc6f4f7 Author: Razvan Crainea Date: 2022-05-13 (Fri, 13 May 2022) Changed paths: M modules/b2b_sdp_demux/b2b_sdp_demux.c Log Message: ----------- b2b_sdp_demux: remove socket_info from context Commit: a355c5b7468aeee0b244ad742b519ced0eb1869f https://github.com/OpenSIPS/opensips/commit/a355c5b7468aeee0b244ad742b519ced0eb1869f Author: Razvan Crainea Date: 2022-05-13 (Fri, 13 May 2022) Changed paths: M modules/b2b_sdp_demux/b2b_sdp_demux.c Log Message: ----------- b2b_sdp_demux: add support for b2b_entities replication Commit: 926e44625a21fda68d86ad3ca986e97c703970d6 https://github.com/OpenSIPS/opensips/commit/926e44625a21fda68d86ad3ca986e97c703970d6 Author: Razvan Crainea Date: 2022-05-13 (Fri, 13 May 2022) Changed paths: M modules/b2b_sdp_demux/b2b_sdp_demux.c Log Message: ----------- b2b_sdp_demux: fix replication for DB storage Commit: 771a8de341da1b1900f635bdd91d9158cc98dab4 https://github.com/OpenSIPS/opensips/commit/771a8de341da1b1900f635bdd91d9158cc98dab4 Author: Razvan Crainea Date: 2022-05-13 (Fri, 13 May 2022) Changed paths: M modules/b2b_sdp_demux/b2b_sdp_demux.c Log Message: ----------- b2b_sdp_demux: fix passing no headers Commit: c96884f1a0d2505b42e14ce8ca8a5843fd67c7fb https://github.com/OpenSIPS/opensips/commit/c96884f1a0d2505b42e14ce8ca8a5843fd67c7fb Author: Razvan Crainea Date: 2022-05-13 (Fri, 13 May 2022) Changed paths: M modules/b2b_sdp_demux/b2b_sdp_demux.c Log Message: ----------- b2b_sdp_demux: suppress error when ACK-ing internally generated msg Commit: 14bd46e9d968f965e408f39de32fd79971f89d42 https://github.com/OpenSIPS/opensips/commit/14bd46e9d968f965e408f39de32fd79971f89d42 Author: Razvan Crainea Date: 2022-05-13 (Fri, 13 May 2022) Changed paths: M modules/b2b_sdp_demux/b2b_sdp_demux.c Log Message: ----------- b2b_sdp_demux: only ACK successful replies Suppress warmless error when ACK-ing negative replies Commit: c46f58450879a2cd557ba1d6ab4639e022ee47c1 https://github.com/OpenSIPS/opensips/commit/c46f58450879a2cd557ba1d6ab4639e022ee47c1 Author: Razvan Crainea Date: 2022-05-13 (Fri, 13 May 2022) Changed paths: M modules/b2b_sdp_demux/b2b_sdp_demux.c Log Message: ----------- b2b_sdp_demux: resolve a concurrency between two BYEs coming from FS Commit: 8b0b2deb4e5c5bc41b03583eb25300dc11bac9c6 https://github.com/OpenSIPS/opensips/commit/8b0b2deb4e5c5bc41b03583eb25300dc11bac9c6 Author: Razvan Crainea Date: 2022-05-13 (Fri, 13 May 2022) Changed paths: M modules/b2b_sdp_demux/b2b_sdp_demux.c Log Message: ----------- b2b_sdp_demux: prevent deadlock when BYE is received from media server Commit: 3e2b886a5dbc4e5f94fcf470fd1e5f6a0f15aa29 https://github.com/OpenSIPS/opensips/commit/3e2b886a5dbc4e5f94fcf470fd1e5f6a0f15aa29 Author: Razvan Crainea Date: 2022-05-13 (Fri, 13 May 2022) Changed paths: M modules/b2b_sdp_demux/b2b_sdp_demux.c Log Message: ----------- b2b_sdp_demux: fix double ACK for negative replies Commit: 621ae1113ff5bb18e296b370e60088110cd75beb https://github.com/OpenSIPS/opensips/commit/621ae1113ff5bb18e296b370e60088110cd75beb Author: Razvan Crainea Date: 2022-05-13 (Fri, 13 May 2022) Changed paths: M modules/b2b_sdp_demux/b2b_sdp_demux.c Log Message: ----------- b2b_sdp_demux: do not free ctx if body could not be built Commit: bca8c0b5e3973d23b05ec7c808b866a212fb1b14 https://github.com/OpenSIPS/opensips/commit/bca8c0b5e3973d23b05ec7c808b866a212fb1b14 Author: Razvan Crainea Date: 2022-05-13 (Fri, 13 May 2022) Changed paths: M modules/b2b_sdp_demux/b2b_sdp_demux.c Log Message: ----------- b2b_sdp_demux: handle re-invite from server Commit: e7890e71dbb5381b97f8599a575fc1184d6eaf03 https://github.com/OpenSIPS/opensips/commit/e7890e71dbb5381b97f8599a575fc1184d6eaf03 Author: Razvan Crainea Date: 2022-05-13 (Fri, 13 May 2022) Changed paths: M modules/b2b_sdp_demux/b2b_sdp_demux.c Log Message: ----------- b2b_sdp_demux: add support for multiple BYE handling from client Commit: 8c30487f3645592785efbbae21e9669ada00d0bf https://github.com/OpenSIPS/opensips/commit/8c30487f3645592785efbbae21e9669ada00d0bf Author: Razvan Crainea Date: 2022-05-13 (Fri, 13 May 2022) Changed paths: M modules/b2b_sdp_demux/b2b_sdp_demux.c Log Message: ----------- b2b_sdp_demux: fix case when media server terminates all sessions Commit: 7a8fe2084162c8d81c9004a99535a2bf1db107a3 https://github.com/OpenSIPS/opensips/commit/7a8fe2084162c8d81c9004a99535a2bf1db107a3 Author: Razvan Crainea Date: 2022-05-13 (Fri, 13 May 2022) Changed paths: M modules/b2b_sdp_demux/b2b_sdp_demux.c Log Message: ----------- b2b_sdp_demux: run callbacks for BYE replies Commit: 8f8c12d6ac52e07d15e6180bf2f2e0ee88e1251e https://github.com/OpenSIPS/opensips/commit/8f8c12d6ac52e07d15e6180bf2f2e0ee88e1251e Author: Razvan Crainea Date: 2022-05-13 (Fri, 13 May 2022) Changed paths: M modules/b2b_sdp_demux/b2b_sdp_demux.c Log Message: ----------- b2b_sdp_demux: do not delete entity before running additional callbacks Commit: f20b55c273fd0836a3c8020b65879ccea5c8d9ff https://github.com/OpenSIPS/opensips/commit/f20b55c273fd0836a3c8020b65879ccea5c8d9ff Author: Razvan Crainea Date: 2022-05-13 (Fri, 13 May 2022) Changed paths: M modules/b2b_sdp_demux/b2b_sdp_demux.c Log Message: ----------- b2b_sdp_demux: fix replication events Commit: 08fcccc2cb06526c076751a84613bcafae4623dc https://github.com/OpenSIPS/opensips/commit/08fcccc2cb06526c076751a84613bcafae4623dc Author: Razvan Crainea Date: 2022-05-13 (Fri, 13 May 2022) Changed paths: M modules/b2b_sdp_demux/b2b_sdp_demux.c Log Message: ----------- b2b_sdp_demux: fix a set of warnings generated by merge Commit: 722288da20c5cd877004b300b8f87684bbafee69 https://github.com/OpenSIPS/opensips/commit/722288da20c5cd877004b300b8f87684bbafee69 Author: Razvan Crainea Date: 2022-05-13 (Fri, 13 May 2022) Changed paths: M modules/b2b_sdp_demux/b2b_sdp_demux.c Log Message: ----------- b2b_sdp_demux: release client only if first BYE Commit: f503cbec4ed5a4aa52a41498b4b32ea5bf0f05cf https://github.com/OpenSIPS/opensips/commit/f503cbec4ed5a4aa52a41498b4b32ea5bf0f05cf Author: Razvan Crainea Date: 2022-05-13 (Fri, 13 May 2022) Changed paths: M modules/b2b_sdp_demux/b2b_sdp_demux.c Log Message: ----------- b2b_sdp_demux: fix missing BYE during concurrent downstream BYEs Commit: 79e6727de5f1798d6a284b718987c3b4f5b7f8fc https://github.com/OpenSIPS/opensips/commit/79e6727de5f1798d6a284b718987c3b4f5b7f8fc Author: Razvan Crainea Date: 2022-05-13 (Fri, 13 May 2022) Changed paths: M modules/b2b_sdp_demux/b2b_sdp_demux.c Log Message: ----------- b2b_sdp_demux: rework concurrent BYEs handling Commit: 5f94935f97b20475f843ce6d978794da5e1d2276 https://github.com/OpenSIPS/opensips/commit/5f94935f97b20475f843ce6d978794da5e1d2276 Author: Razvan Crainea Date: 2022-05-13 (Fri, 13 May 2022) Changed paths: M modules/b2b_sdp_demux/b2b_sdp_demux.c Log Message: ----------- b2b_sdp_demux: dlete clients on upstream reply Commit: 1e6b2f54a8632a073faadc3c654d011e8f472dad https://github.com/OpenSIPS/opensips/commit/1e6b2f54a8632a073faadc3c654d011e8f472dad Author: Razvan Crainea Date: 2022-05-13 (Fri, 13 May 2022) Changed paths: M modules/b2b_sdp_demux/b2b_sdp_demux.c Log Message: ----------- b2b_sdp_demux: do not reject with 491 pending re-INVITEs Instead, let the upstream entities re-transmit them, until we terminate the pending invite downstream. Commit: ba0a80fb8e5296e0a3f635775ee63c56288a49f6 https://github.com/OpenSIPS/opensips/commit/ba0a80fb8e5296e0a3f635775ee63c56288a49f6 Author: Razvan Crainea Date: 2022-05-13 (Fri, 13 May 2022) Changed paths: M modules/b2b_sdp_demux/b2b_sdp_demux.c Log Message: ----------- b2b_sdp_demux: complete previous commit Commit: f8d60db8181a8c3b4d03a6acc6bfcc24e93805c4 https://github.com/OpenSIPS/opensips/commit/f8d60db8181a8c3b4d03a6acc6bfcc24e93805c4 Author: Razvan Crainea Date: 2022-05-13 (Fri, 13 May 2022) Changed paths: M modules/b2b_sdp_demux/b2b_sdp_demux.c Log Message: ----------- b2b_sdp_demux: busy-wait when a reinvite comes from media server Commit: 2bbe6979697ae09051df622bd606435dbda9fec2 https://github.com/OpenSIPS/opensips/commit/2bbe6979697ae09051df622bd606435dbda9fec2 Author: Razvan Crainea Date: 2022-05-13 (Fri, 13 May 2022) Changed paths: M modules/b2b_sdp_demux/b2b_sdp_demux.c Log Message: ----------- b2b_sdp_demux: initialize sdp structure before usage Commit: 198c9be52201b76fdbcf49d26ab880802b22ea7d https://github.com/OpenSIPS/opensips/commit/198c9be52201b76fdbcf49d26ab880802b22ea7d Author: Razvan Crainea Date: 2022-05-13 (Fri, 13 May 2022) Changed paths: M modules/b2b_sdp_demux/b2b_sdp_demux.c Log Message: ----------- b2b_sdp_demux: persist session_ip as well Useful when reinvites are triggered after a restart Commit: 688365649a1839c4cbb9258adf49f280e64e5a39 https://github.com/OpenSIPS/opensips/commit/688365649a1839c4cbb9258adf49f280e64e5a39 Author: Razvan Crainea Date: 2022-05-13 (Fri, 13 May 2022) Changed paths: M modules/b2b_sdp_demux/b2b_sdp_demux.c Log Message: ----------- b2b_sdp_demux: fix crash due to unexisting ctx Commit: daf0fac4a84bb55f9d7958c1a2b60b0684db8115 https://github.com/OpenSIPS/opensips/commit/daf0fac4a84bb55f9d7958c1a2b60b0684db8115 Author: Razvan Crainea Date: 2022-05-13 (Fri, 13 May 2022) Changed paths: M modules/b2b_sdp_demux/b2b_sdp_demux.c Log Message: ----------- b2b_sdp_demux: port module to new entities interface Commit: 49875be5703560832ac444a40e6603edd5b7cbaf https://github.com/OpenSIPS/opensips/commit/49875be5703560832ac444a40e6603edd5b7cbaf Author: Razvan Crainea Date: 2022-05-13 (Fri, 13 May 2022) Changed paths: M modules/b2b_sdp_demux/b2b_sdp_demux.c Log Message: ----------- b2b_sdp_demux: release memory when entity is deleted Commit: 6c0be77fce382a08c681162ecbafd73ff9ecaf57 https://github.com/OpenSIPS/opensips/commit/6c0be77fce382a08c681162ecbafd73ff9ecaf57 Author: Razvan Crainea Date: 2022-05-13 (Fri, 13 May 2022) Changed paths: M modules/b2b_sdp_demux/b2b_sdp_demux.c Log Message: ----------- b2b_sdp_demux: reply immediately if SDP has not changed Commit: 448d53d88c3f1a3d8e84beabb4ecfe7279d47bef https://github.com/OpenSIPS/opensips/commit/448d53d88c3f1a3d8e84beabb4ecfe7279d47bef Author: Razvan Crainea Date: 2022-05-13 (Fri, 13 May 2022) Changed paths: M modules/b2b_sdp_demux/b2b_sdp_demux.c Log Message: ----------- b2b_sdp_demux: fix leak if client is not enabled Commit: 909cc1e7c1f2641b501bacee91a4124df25baad8 https://github.com/OpenSIPS/opensips/commit/909cc1e7c1f2641b501bacee91a4124df25baad8 Author: Razvan Crainea Date: 2022-05-13 (Fri, 13 May 2022) Changed paths: M modules/b2b_sdp_demux/b2b_sdp_demux.c Log Message: ----------- b2b_sdp_demux: fix possible crash for disabled streams Commit: 3d46c38007aa7f0deceb1610e0da6e57ff5bff08 https://github.com/OpenSIPS/opensips/commit/3d46c38007aa7f0deceb1610e0da6e57ff5bff08 Author: Razvan Crainea Date: 2022-05-13 (Fri, 13 May 2022) Changed paths: M modules/b2b_sdp_demux/b2b_sdp_demux.c Log Message: ----------- b2b_sdp_demux: remove failed clients Commit: b34e3a17f03e6e9a8ce5834edee9c85d239c0da1 https://github.com/OpenSIPS/opensips/commit/b34e3a17f03e6e9a8ce5834edee9c85d239c0da1 Author: Razvan Crainea Date: 2022-05-13 (Fri, 13 May 2022) Changed paths: M modules/b2b_sdp_demux/b2b_sdp_demux.c Log Message: ----------- b2b_sdp_demux: clone AVPs from server entity Commit: d53c3fb05efcf783887b6fd347360211fa98efcc https://github.com/OpenSIPS/opensips/commit/d53c3fb05efcf783887b6fd347360211fa98efcc Author: Razvan Crainea Date: 2022-05-13 (Fri, 13 May 2022) Changed paths: M modules/b2b_sdp_demux/b2b_sdp_demux.c Log Message: ----------- b2b_sdp_demux: terminate session if no active stream is available Commit: aca047314a0bec4c60b059099abeb41c937dc7a3 https://github.com/OpenSIPS/opensips/commit/aca047314a0bec4c60b059099abeb41c937dc7a3 Author: Razvan Crainea Date: 2022-05-13 (Fri, 13 May 2022) Changed paths: M modules/b2b_sdp_demux/b2b_sdp_demux.c Log Message: ----------- b2b_sdp_demux: fix previous commit Commit: 30cceee878c495f10163c2c209edb275461029b8 https://github.com/OpenSIPS/opensips/commit/30cceee878c495f10163c2c209edb275461029b8 Author: Razvan Crainea Date: 2022-05-13 (Fri, 13 May 2022) Changed paths: A modules/b2b_sdp_demux/doc/b2b_sdp_demux.xml A modules/b2b_sdp_demux/doc/b2b_sdp_demux_admin.xml Log Message: ----------- b2b_sdp_demux: add readme xml files Compare: https://github.com/OpenSIPS/opensips/compare/d8f160a7dfb1...30cceee878c4 From noreply at github.com Fri May 13 15:08:46 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Fri, 13 May 2022 08:08:46 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 6823d1: rtp_relay: handle case where leg is not specified Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 6823d100be9902f7545b84d164debe80157a2ad2 https://github.com/OpenSIPS/opensips/commit/6823d100be9902f7545b84d164debe80157a2ad2 Author: Razvan Crainea Date: 2022-05-13 (Fri, 13 May 2022) Changed paths: M modules/rtp_relay/rtp_relay_ctx.c Log Message: ----------- rtp_relay: handle case where leg is not specified Commit: 3f50cf709075604d9fcc74943db5739d686c2ce2 https://github.com/OpenSIPS/opensips/commit/3f50cf709075604d9fcc74943db5739d686c2ce2 Author: Razvan Crainea Date: 2022-05-13 (Fri, 13 May 2022) Changed paths: M modules/rtp_relay/rtp_relay.h M modules/rtp_relay/rtp_relay_binds.c M modules/rtp_relay/rtp_relay_common.h M modules/rtp_relay/rtp_relay_ctx.c M modules/rtp_relay/rtp_relay_load.h Log Message: ----------- rtp_relay: add offer/answer/delete API commands Commit: 6f3b79d617915023fbc4760b509363eb1a9b8ce3 https://github.com/OpenSIPS/opensips/commit/6f3b79d617915023fbc4760b509363eb1a9b8ce3 Author: Razvan Crainea Date: 2022-05-13 (Fri, 13 May 2022) Changed paths: M modules/media_exchange/media_exchange.c M modules/media_exchange/media_utils.c M modules/media_exchange/media_utils.h Log Message: ----------- media_exchange: add support for rtp_relay for exchange functions Compare: https://github.com/OpenSIPS/opensips/compare/30cceee878c4...6f3b79d61791 From noreply at github.com Sat May 14 20:52:47 2022 From: noreply at github.com (opensips-github) Date: Sat, 14 May 2022 13:52:47 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] ed6f5a: Rebuild documentation Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: ed6f5ae0a7f6748164bcc37cfab50aacfa081bf4 https://github.com/OpenSIPS/opensips/commit/ed6f5ae0a7f6748164bcc37cfab50aacfa081bf4 Author: OpenSIPS Date: 2022-05-14 (Sat, 14 May 2022) Changed paths: M modules/dialog/README M modules/dialog/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Sat May 14 21:26:53 2022 From: noreply at github.com (opensips-github) Date: Sat, 14 May 2022 14:26:53 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 537020: Rebuild documentation Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 537020e737f4a00ee8baf15e77b49c9aedaf8465 https://github.com/OpenSIPS/opensips/commit/537020e737f4a00ee8baf15e77b49c9aedaf8465 Author: OpenSIPS Date: 2022-05-15 (Sun, 15 May 2022) Changed paths: M modules/aaa_diameter/README M modules/aaa_diameter/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 A modules/b2b_sdp_demux/README A modules/b2b_sdp_demux/doc/contributors.xml M modules/call_center/README M modules/call_center/doc/contributors.xml M modules/clusterer/README M modules/clusterer/doc/contributors.xml M modules/dialog/README M modules/dialog/doc/contributors.xml M modules/dispatcher/README M modules/dispatcher/doc/contributors.xml M modules/drouting/README M modules/drouting/doc/contributors.xml M modules/media_exchange/README M modules/media_exchange/doc/contributors.xml M modules/msrp_ua/README M modules/msrp_ua/doc/contributors.xml M modules/rtp_relay/README M modules/rtp_relay/doc/contributors.xml M modules/tm/README M modules/tm/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Mon May 16 11:32:40 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Mon, 16 May 2022 04:32:40 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 9039f7: Update MySQL DB migration scripts for "3.2 to 3.3" Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 9039f72356517d4e02eee58e8293655904b63270 https://github.com/OpenSIPS/opensips/commit/9039f72356517d4e02eee58e8293655904b63270 Author: Razvan Crainea Date: 2022-05-16 (Mon, 16 May 2022) Changed paths: M scripts/mysql/db-migrate.sql M scripts/mysql/table-migrate.sql Log Message: ----------- Update MySQL DB migration scripts for "3.2 to 3.3" From noreply at github.com Mon May 16 14:50:29 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Mon, 16 May 2022 07:50:29 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 4ff88b: rtp_relay: always create a leg Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 4ff88b1fd6c79f720cfb842c462ecb1bd7de0a96 https://github.com/OpenSIPS/opensips/commit/4ff88b1fd6c79f720cfb842c462ecb1bd7de0a96 Author: Razvan Crainea Date: 2022-05-16 (Mon, 16 May 2022) Changed paths: M modules/rtp_relay/rtp_relay_ctx.c Log Message: ----------- rtp_relay: always create a leg create a leg even if not explicitely specified in the script Commit: 5b5a915d6e294877e9184497e07a7cef3af34684 https://github.com/OpenSIPS/opensips/commit/5b5a915d6e294877e9184497e07a7cef3af34684 Author: Razvan Crainea Date: 2022-05-16 (Mon, 16 May 2022) Changed paths: M modules/rtp_relay/rtp_relay_ctx.c Log Message: ----------- rtp_relay: use a dummy msg when using API calls Compare: https://github.com/OpenSIPS/opensips/compare/9039f7235651...5b5a915d6e29 From noreply at github.com Mon May 16 16:19:44 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Mon, 16 May 2022 09:19:44 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] de3d88: Added generic TCP_REQ_BAD err code upon reading TCP Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: de3d88575b094826d78ecd07874144fe01a02319 https://github.com/OpenSIPS/opensips/commit/de3d88575b094826d78ecd07874144fe01a02319 Author: Bogdan-Andrei Iancu Date: 2022-05-16 (Mon, 16 May 2022) Changed paths: M net/proto_tcp/tcp_common_defs.h Log Message: ----------- Added generic TCP_REQ_BAD err code upon reading TCP Commit: c58ee38f6253fd5e348a399d6b1b65bdc31bfa7f https://github.com/OpenSIPS/opensips/commit/c58ee38f6253fd5e348a399d6b1b65bdc31bfa7f Author: Bogdan-Andrei Iancu Date: 2022-05-16 (Mon, 16 May 2022) Changed paths: M socket_info.h Log Message: ----------- Added PROTO_MSRPS full support Commit: 362598754c5d63b8a8b394d3a6ef98d994d25424 https://github.com/OpenSIPS/opensips/commit/362598754c5d63b8a8b394d3a6ef98d994d25424 Author: Bogdan-Andrei Iancu Date: 2022-05-16 (Mon, 16 May 2022) Changed paths: M modules/proto_msrp/README M modules/proto_msrp/doc/proto_msrp_admin.xml M modules/proto_msrp/msrp_common.c M modules/proto_msrp/msrp_common.h M modules/proto_msrp/msrp_plain.c M modules/proto_msrp/msrp_plain.h M modules/proto_msrp/proto_msrp.c Log Message: ----------- [proto_msrp] added TLS support (or MSRPS) Compare: https://github.com/OpenSIPS/opensips/compare/5b5a915d6e29...362598754c5d From noreply at github.com Mon May 16 16:27:46 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Mon, 16 May 2022 09:27:46 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 9a699e: [proto_msrp] added TLS/MSRPS related files Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 9a699e514c834e85f31c97ec7736a8975d45ca3d https://github.com/OpenSIPS/opensips/commit/9a699e514c834e85f31c97ec7736a8975d45ca3d Author: Bogdan-Andrei Iancu Date: 2022-05-16 (Mon, 16 May 2022) Changed paths: A modules/proto_msrp/msrp_tls.c A modules/proto_msrp/msrp_tls.h Log Message: ----------- [proto_msrp] added TLS/MSRPS related files From noreply at github.com Tue May 17 06:43:19 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Mon, 16 May 2022 23:43:19 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] c0428d: [proto_msrp] fix out socket selection based on MSR... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: c0428d503c80f9ea297be6c795b1f16ff4d7379c https://github.com/OpenSIPS/opensips/commit/c0428d503c80f9ea297be6c795b1f16ff4d7379c Author: Bogdan-Andrei Iancu Date: 2022-05-17 (Tue, 17 May 2022) Changed paths: M modules/proto_msrp/msrp_signaling.c Log Message: ----------- [proto_msrp] fix out socket selection based on MSRP/MSRPS indication in the target URL From noreply at github.com Tue May 17 08:40:45 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Tue, 17 May 2022 01:40:45 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 41ddb4: [drouting] improve README with reporting samples Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 41ddb4914f6f2bd426b6b27cfee66376fae38631 https://github.com/OpenSIPS/opensips/commit/41ddb4914f6f2bd426b6b27cfee66376fae38631 Author: Bogdan-Andrei Iancu Date: 2022-05-17 (Tue, 17 May 2022) Changed paths: M modules/drouting/README M modules/drouting/doc/drouting_admin.xml Log Message: ----------- [drouting] improve README with reporting samples From noreply at github.com Tue May 17 08:45:38 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Tue, 17 May 2022 01:45:38 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] d72952: [dispatcher] improve README with reporting samples Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: d7295260a7ad8ae310d9dfd3c6876d93e25e7a54 https://github.com/OpenSIPS/opensips/commit/d7295260a7ad8ae310d9dfd3c6876d93e25e7a54 Author: Bogdan-Andrei Iancu Date: 2022-05-17 (Tue, 17 May 2022) Changed paths: M modules/dispatcher/README M modules/dispatcher/doc/dispatcher_admin.xml Log Message: ----------- [dispatcher] improve README with reporting samples From noreply at github.com Tue May 17 08:48:48 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Tue, 17 May 2022 01:48:48 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 3db65b: [clusterer] improve README with reporting samples Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 3db65b1495977a2ca3d9466ad3c6a8bbf1a74357 https://github.com/OpenSIPS/opensips/commit/3db65b1495977a2ca3d9466ad3c6a8bbf1a74357 Author: Bogdan-Andrei Iancu Date: 2022-05-17 (Tue, 17 May 2022) Changed paths: M modules/clusterer/README M modules/clusterer/doc/clusterer_admin.xml Log Message: ----------- [clusterer] improve README with reporting samples From noreply at github.com Tue May 17 09:08:45 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Tue, 17 May 2022 02:08:45 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 824d4d: [dialplan] improve README with reporting samples Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 824d4dcd54bbe2a537f83453ce411170f342682b https://github.com/OpenSIPS/opensips/commit/824d4dcd54bbe2a537f83453ce411170f342682b Author: Bogdan-Andrei Iancu Date: 2022-05-17 (Tue, 17 May 2022) Changed paths: M modules/dialplan/README M modules/dialplan/doc/dialplan_admin.xml Log Message: ----------- [dialplan] improve README with reporting samples From noreply at github.com Tue May 17 09:17:47 2022 From: noreply at github.com (Nick Altmann) Date: Tue, 17 May 2022 02:17:47 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] eceb1e: RPM package: add b2b_sdp_demux module Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: eceb1e1c2b3b934b34d207f1bbaa7def9b426f31 https://github.com/OpenSIPS/opensips/commit/eceb1e1c2b3b934b34d207f1bbaa7def9b426f31 Author: Nick Altmann Date: 2022-05-17 (Tue, 17 May 2022) Changed paths: M packaging/redhat_fedora/opensips.spec Log Message: ----------- RPM package: add b2b_sdp_demux module From noreply at github.com Tue May 17 09:21:16 2022 From: noreply at github.com (Liviu Chircu) Date: Tue, 17 May 2022 02:21:16 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] ba0fa4: aaa_diameter: Add support for generic Diameter req... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: ba0fa49eb1abcf31332ca3c44fb62b45960cb51c https://github.com/OpenSIPS/opensips/commit/ba0fa49eb1abcf31332ca3c44fb62b45960cb51c Author: Liviu Chircu Date: 2022-05-17 (Tue, 17 May 2022) Changed paths: M aaa/aaa.h M etc/dictionary.opensips M modules/aaa_diameter/aaa_diameter.c M modules/aaa_diameter/aaa_impl.c M modules/aaa_diameter/aaa_impl.h M modules/aaa_diameter/app_opensips/app_opensips.c M modules/aaa_diameter/app_opensips/avps.c M modules/aaa_diameter/app_opensips/avps.h M modules/aaa_diameter/peer.c Log Message: ----------- aaa_diameter: Add support for generic Diameter requests Using a JSON Array containing the required AVPs as input, script writers may now send generic Diameter requests from script and also fully define them in the "dictionary.opensips" file, covering any possible Diameter application. Usage example: $var(payload) = "[ { \"Origin-Host\": \"client.diameter.test\" }, { \"Origin-Realm\": \"diameter.test\" }, { \"Destination-Realm\": \"diameter.test\" }, { \"Sip-From-Tag\": \"dc93-4fba-91db\" }, { \"Sip-To-Tag\": \"ae12-47d6-816a\" }, { \"Acct-Session-Id\": \"a59c-dff0d9efd167\" }, { \"Sip-Call-Duration\": 6 }, { \"Sip-Call-Setuptime\": 1 }, { \"Sip-Call-Created\": 1652372541 }, { \"Sip-Call-MSDuration\": 5850 }, { \"out_gw\": \"GW-774\" }, { \"cost\": \"10.84\" } ]"; $var(rc) = dm_send_request(3, 271, $var(payload), $var(res_code), $var(res_status)); xlog("rc: $var(rc), Result-Code: $var(res_code) ($var(res_status))\n"); From noreply at github.com Tue May 17 12:14:40 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Tue, 17 May 2022 05:14:40 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 762c04: [proto_msrp] extent API to allow forcing a specifi... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 762c04a638f550922fd1254e5dde791c7967a7ab https://github.com/OpenSIPS/opensips/commit/762c04a638f550922fd1254e5dde791c7967a7ab Author: Bogdan-Andrei Iancu Date: 2022-05-17 (Tue, 17 May 2022) Changed paths: M modules/proto_msrp/msrp_api.h M modules/proto_msrp/msrp_signaling.c M modules/proto_msrp/msrp_signaling.h Log Message: ----------- [proto_msrp] extent API to allow forcing a specific socket... ... upon forwarding / sending MSRP requests Commit: 7acbf73b98a9a7357208c66226299ff41bdbd3d6 https://github.com/OpenSIPS/opensips/commit/7acbf73b98a9a7357208c66226299ff41bdbd3d6 Author: Bogdan-Andrei Iancu Date: 2022-05-17 (Tue, 17 May 2022) Changed paths: M modules/msrp_relay/msrp_relay.c Log Message: ----------- [msrp_relay] update according to MSRP API changes (forcing socket) Related to 88b8f4dfcdad5d4bec138d6b1d847683733554d0 Commit: eade9fd7e2e30db3ea6f0ba04b8e6579aaa12f23 https://github.com/OpenSIPS/opensips/commit/eade9fd7e2e30db3ea6f0ba04b8e6579aaa12f23 Author: Bogdan-Andrei Iancu Date: 2022-05-17 (Tue, 17 May 2022) Changed paths: M modules/msrp_ua/msrp_ua.c Log Message: ----------- [msrp_ua] update according to MSRP API changes (forcing socket) Related to 88b8f4dfcdad5d4bec138d6b1d847683733554d0 Compare: https://github.com/OpenSIPS/opensips/compare/ba0fa49eb1ab...eade9fd7e2e3 From noreply at github.com Tue May 17 13:16:20 2022 From: noreply at github.com (Liviu Chircu) Date: Tue, 17 May 2022 06:16:20 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] bb1a39: aaa_diameter: Add "reply_timeout" modparam and logic Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: bb1a39a9754c9b218cb7d480606b586fb845de9e https://github.com/OpenSIPS/opensips/commit/bb1a39a9754c9b218cb7d480606b586fb845de9e Author: Liviu Chircu Date: 2022-05-17 (Tue, 17 May 2022) Changed paths: M modules/aaa_diameter/aaa_diameter.c M modules/aaa_diameter/aaa_impl.c M modules/aaa_diameter/aaa_impl.h Log Message: ----------- aaa_diameter: Add "reply_timeout" modparam and logic In case the Diameter Answer never arrives after invoking dm_send_request(), the blocked SIP worker will now eventually time out and return a -1 error code at script level. Default timeout: 2000 ms From noreply at github.com Tue May 17 13:51:01 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Tue, 17 May 2022 06:51:01 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] a35020: [msrp_relay] allow MSRP traffic bridging... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: a35020169f6bb09ab843a3a2491a08bf954de152 https://github.com/OpenSIPS/opensips/commit/a35020169f6bb09ab843a3a2491a08bf954de152 Author: Bogdan-Andrei Iancu Date: 2022-05-17 (Tue, 17 May 2022) Changed paths: M modules/msrp_relay/README M modules/msrp_relay/doc/msrp_relay_admin.xml M modules/msrp_relay/msrp_relay.c Log Message: ----------- [msrp_relay] allow MSRP traffic bridging... ... via script selection of the outbound MSRP socket From noreply at github.com Tue May 17 14:06:15 2022 From: noreply at github.com (Liviu Chircu) Date: Tue, 17 May 2022 07:06:15 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] ea9886: aaa_diameter: Document recent additions; Rename "r... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: ea98864812a876a4604e2d7f08fe32aca20156ea https://github.com/OpenSIPS/opensips/commit/ea98864812a876a4604e2d7f08fe32aca20156ea Author: Liviu Chircu Date: 2022-05-17 (Tue, 17 May 2022) Changed paths: M modules/aaa_diameter/aaa_diameter.c M modules/aaa_diameter/aaa_impl.c M modules/aaa_diameter/aaa_impl.h M modules/aaa_diameter/doc/aaa_diameter_admin.xml Log Message: ----------- aaa_diameter: Document recent additions; Rename "reply_timeout" Rename "reply_timeout" to "answer_timeout", to better fit the Diameter "Request / Answer" lingo. From noreply at github.com Wed May 18 07:03:01 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Wed, 18 May 2022 00:03:01 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 1061fb: Socket flag to allow udp fragmentation Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 1061fbf373aced49dfbb7aaef5e2e4ad2d5ae600 https://github.com/OpenSIPS/opensips/commit/1061fbf373aced49dfbb7aaef5e2e4ad2d5ae600 Author: Nick Altmann Date: 2022-05-17 (Tue, 17 May 2022) Changed paths: M cfg.lex M cfg.y M ip_addr.h M net/net_udp.c M net/trans.c Log Message: ----------- Socket flag to allow udp fragmentation Commit: 6be59238756db8a032dfba28fe6f85f363207c1c https://github.com/OpenSIPS/opensips/commit/6be59238756db8a032dfba28fe6f85f363207c1c Author: Răzvan Crainea Date: 2022-05-18 (Wed, 18 May 2022) Changed paths: M cfg.lex M cfg.y M ip_addr.h M net/net_udp.c M net/trans.c Log Message: ----------- Merge pull request #2834 from nikbyte/master Socket flag to allow udp fragmentation Compare: https://github.com/OpenSIPS/opensips/compare/ea98864812a8...6be59238756d From noreply at github.com Wed May 18 08:02:30 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Wed, 18 May 2022 01:02:30 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] c6d85c: b2b_entities: parse from & to structs if they aren't Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: c6d85c152306fe8ea99ae62fb1ed6466f8993d29 https://github.com/OpenSIPS/opensips/commit/c6d85c152306fe8ea99ae62fb1ed6466f8993d29 Author: svanstone-resilient <62011179+svanstone-resilient at users.noreply.github.com> Date: 2022-03-16 (Wed, 16 Mar 2022) Changed paths: M modules/b2b_entities/dlg.c Log Message: ----------- b2b_entities: parse from & to structs if they aren't This fix aims to solve a crash in case the from/to headers are not parsed (yet). We are parsing them in a different structure, to make sure it doesn't overlap with any ongoing processing of the request. (Cherry-picked from 3.2 and 5e5fc98ad07889c6d285a913aee7caf769c2878b ) Commit: 1fb1df8e77a1a8ae6f2f5010e3c45cea37b55ac9 https://github.com/OpenSIPS/opensips/commit/1fb1df8e77a1a8ae6f2f5010e3c45cea37b55ac9 Author: Răzvan Crainea Date: 2022-05-18 (Wed, 18 May 2022) Changed paths: M modules/b2b_entities/dlg.c Log Message: ----------- Merge pull request #2783 from svanstone-resilient/patch-1 b2b_entities: parse from & to structs if they aren't Compare: https://github.com/OpenSIPS/opensips/compare/ed6f5ae0a7f6...1fb1df8e77a1 From noreply at github.com Wed May 18 08:48:42 2022 From: noreply at github.com (Nick Altmann) Date: Wed, 18 May 2022 01:48:42 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 36664d: Add missed condition for natping_partitions param ... Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 36664dee757910a935c14243f695941270c5148f https://github.com/OpenSIPS/opensips/commit/36664dee757910a935c14243f695941270c5148f Author: Nick Altmann Date: 2022-05-18 (Wed, 18 May 2022) Changed paths: M modules/nathelper/README M modules/nathelper/doc/nathelper_admin.xml Log Message: ----------- Add missed condition for natping_partitions param in nathelper doc From noreply at github.com Wed May 18 08:48:49 2022 From: noreply at github.com (Nick Altmann) Date: Wed, 18 May 2022 01:48:49 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] ecaa59: Add missed condition for natping_partitions param ... Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: ecaa596727911c770f1d2ee3d1aaf0fff44d135e https://github.com/OpenSIPS/opensips/commit/ecaa596727911c770f1d2ee3d1aaf0fff44d135e Author: Nick Altmann Date: 2022-05-18 (Wed, 18 May 2022) Changed paths: M modules/nathelper/README M modules/nathelper/doc/nathelper_admin.xml Log Message: ----------- Add missed condition for natping_partitions param in nathelper doc From noreply at github.com Wed May 18 08:48:54 2022 From: noreply at github.com (Nick Altmann) Date: Wed, 18 May 2022 01:48:54 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] dcbdb1: Add missed condition for natping_partitions param ... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: dcbdb18dacf12ecdf2e57558faf2a52e1293f224 https://github.com/OpenSIPS/opensips/commit/dcbdb18dacf12ecdf2e57558faf2a52e1293f224 Author: Nick Altmann Date: 2022-05-18 (Wed, 18 May 2022) Changed paths: M modules/nathelper/README M modules/nathelper/doc/nathelper_admin.xml Log Message: ----------- Add missed condition for natping_partitions param in nathelper doc From noreply at github.com Wed May 18 12:39:12 2022 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Wed, 18 May 2022 05:39:12 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] a87307: proto_msrp: use full path in To header when sendin... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: a873079714a67c9979ccf943d24ca0c81d15448c https://github.com/OpenSIPS/opensips/commit/a873079714a67c9979ccf943d24ca0c81d15448c Author: Vlad Patrascu Date: 2022-05-18 (Wed, 18 May 2022) Changed paths: M modules/proto_msrp/msrp_signaling.c Log Message: ----------- proto_msrp: use full path in To header when sending request Commit: e9806f3889ecccb75e2220aa2fe53eba67518174 https://github.com/OpenSIPS/opensips/commit/e9806f3889ecccb75e2220aa2fe53eba67518174 Author: Vlad Patrascu Date: 2022-05-18 (Wed, 18 May 2022) Changed paths: M modules/proto_msrp/msrp_parser.c Log Message: ----------- proto_msrp: properly parse replies without reason string Commit: e6b8e9a0534cad08773ffa31894a8583a749b490 https://github.com/OpenSIPS/opensips/commit/e6b8e9a0534cad08773ffa31894a8583a749b490 Author: Vlad Patrascu Date: 2022-05-18 (Wed, 18 May 2022) Changed paths: M modules/msrp_relay/msrp_relay.c Log Message: ----------- msrp_relay: generate report with proper status for error replies Commit: 5997acc5314396c16fc8013ec391df75d5a744a8 https://github.com/OpenSIPS/opensips/commit/5997acc5314396c16fc8013ec391df75d5a744a8 Author: Vlad Patrascu Date: 2022-05-18 (Wed, 18 May 2022) Changed paths: M modules/msrp_ua/msrp_ua.c M modules/msrp_ua/msrp_ua.h Log Message: ----------- msrp_ua: add UAC support and fix several issues Commit: 6c228da3733217396399952e25b5630e06e2d814 https://github.com/OpenSIPS/opensips/commit/6c228da3733217396399952e25b5630e06e2d814 Author: Vlad Patrascu Date: 2022-05-18 (Wed, 18 May 2022) Changed paths: M modules/msrp_ua/api.h M modules/msrp_ua/msrp_ua.c M modules/msrp_ua/msrp_ua.h Log Message: ----------- msrp_ua: export a module API for handling sessions Commit: 227b0e78ac417ec3a713362636defd4fb69b04d8 https://github.com/OpenSIPS/opensips/commit/227b0e78ac417ec3a713362636defd4fb69b04d8 Author: Vlad Patrascu Date: 2022-05-18 (Wed, 18 May 2022) Changed paths: A modules/msrp_gateway/Makefile A modules/msrp_gateway/README A modules/msrp_gateway/doc/contributors.xml A modules/msrp_gateway/doc/msrp_gateway.xml A modules/msrp_gateway/doc/msrp_gateway_admin.xml A modules/msrp_gateway/msrp_gateway.c Log Message: ----------- Add msgp_gateway module Compare: https://github.com/OpenSIPS/opensips/compare/dcbdb18dacf1...227b0e78ac41 From noreply at github.com Wed May 18 12:46:42 2022 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Wed, 18 May 2022 05:46:42 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] d858c5: msrp_ua: fix uninitialized variable Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: d858c554f22bcf7f31243a4ea541ce755fd57a3e https://github.com/OpenSIPS/opensips/commit/d858c554f22bcf7f31243a4ea541ce755fd57a3e Author: Vlad Patrascu Date: 2022-05-18 (Wed, 18 May 2022) Changed paths: M modules/msrp_ua/msrp_ua.c Log Message: ----------- msrp_ua: fix uninitialized variable From noreply at github.com Wed May 18 12:54:36 2022 From: noreply at github.com (Nick Altmann) Date: Wed, 18 May 2022 05:54:36 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 9f7a86: Packaging: add msrp_gateway module into msrp-modul... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 9f7a86ce6751644be2e692928eea128ebc2fbc68 https://github.com/OpenSIPS/opensips/commit/9f7a86ce6751644be2e692928eea128ebc2fbc68 Author: Nick Altmann Date: 2022-05-18 (Wed, 18 May 2022) Changed paths: M packaging/debian/rules M packaging/redhat_fedora/opensips.spec Log Message: ----------- Packaging: add msrp_gateway module into msrp-modules subpackage From noreply at github.com Wed May 18 14:32:32 2022 From: noreply at github.com (Liviu Chircu) Date: Wed, 18 May 2022 07:32:32 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] b30bca: Bump version to 3.3.0-beta Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: b30bca92f5e94171edc2232104f136b3ca3c2e79 https://github.com/OpenSIPS/opensips/commit/b30bca92f5e94171edc2232104f136b3ca3c2e79 Author: Liviu Chircu Date: 2022-05-18 (Wed, 18 May 2022) Changed paths: M Makefile.defs M packaging/debian/changelog M packaging/freebsd/Makefile M packaging/netbsd/Makefile M packaging/openbsd/Makefile 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.3.0-beta Commit: e23936d83f22aaf0d62017f14e40e4d5f45ae6e6 https://github.com/OpenSIPS/opensips/commit/e23936d83f22aaf0d62017f14e40e4d5f45ae6e6 Author: Liviu Chircu Date: 2022-05-18 (Wed, 18 May 2022) Changed paths: A ChangeLog Log Message: ----------- Add ChangeLog for 3.3.0-beta Compare: https://github.com/OpenSIPS/opensips/compare/b30bca92f5e9%5E...e23936d83f22 From noreply at github.com Wed May 18 14:32:52 2022 From: noreply at github.com (Liviu Chircu) Date: Wed, 18 May 2022 07:32:52 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] Message-ID: Branch: refs/tags/3.3.0-beta Home: https://github.com/OpenSIPS/opensips From noreply at github.com Wed May 18 14:41:24 2022 From: noreply at github.com (Liviu Chircu) Date: Wed, 18 May 2022 07:41:24 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] fd53fe: Bump development version Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: fd53fe5d8ea00b306860b6254e7c3173400c1485 https://github.com/OpenSIPS/opensips/commit/fd53fe5d8ea00b306860b6254e7c3173400c1485 Author: Liviu Chircu Date: 2022-05-18 (Wed, 18 May 2022) Changed paths: M Makefile.defs Log Message: ----------- Bump development version From noreply at github.com Wed May 18 14:50:38 2022 From: noreply at github.com (Liviu Chircu) Date: Wed, 18 May 2022 07:50:38 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] e66461: Remove CREDITS file from master branch Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: e66461e2a84ac82711a7c3186a6e0e09c4be6ff4 https://github.com/OpenSIPS/opensips/commit/e66461e2a84ac82711a7c3186a6e0e09c4be6ff4 Author: Liviu Chircu Date: 2022-05-18 (Wed, 18 May 2022) Changed paths: R CREDITS Log Message: ----------- Remove CREDITS file from master branch This file will be auto-generated on each major release cycle, and pushed to its corresponding branch, as an added-value for that release. From bogdan at opensips.org Wed May 18 15:13:19 2022 From: bogdan at opensips.org (Bogdan-Andrei Iancu) Date: Wed, 18 May 2022 18:13:19 +0300 Subject: [OpenSIPS-Devel] [Release] OpenSIPS 3.3.0 major release, beta version Message-ID: <5c0e4ad0-7a75-e5d6-389d-5583a53f4995@opensips.org> Hi there !! It is that time of the year to do our iteration - one more year, one more ambitious roadmap , one more OpenSIPS major release. So, we are all happy to announce the beta release of *OpenSIPS 3.3.0 major version* - and this 3.3 version is all about Messaging with MSRP, about Unified Communications with Contact Centers, about IMS with RCS and Diameter. But here is the shortest possible description of this release; and be aware that it's actually not so short as nothing is short about 3.3 ! Please keep in mind that 3.3.0 is still a beta release, targeting mid July to become fully stable. So, we still have some testing ahead of us :). Many thanks to our awesome community for contributing with ideas, code, patches, tests and reports! Looking for downloading it? See the tarball or the GIT repo . Packages (rpms and debs ) are also already available! Enjoy it, -- Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com OpenSIPS eBootcamp 23rd May - 3rd June 2022 https://opensips.org/training/OpenSIPS_eBootcamp_2022/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From noreply at github.com Wed May 18 15:19:46 2022 From: noreply at github.com (Liviu Chircu) Date: Wed, 18 May 2022 08:19:46 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 7b400c: Add CREDITS file for 3.3 Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: 7b400c11a8cf596d33b18e0ec9fc980c92e04d4f https://github.com/OpenSIPS/opensips/commit/7b400c11a8cf596d33b18e0ec9fc980c92e04d4f Author: Liviu Chircu Date: 2022-05-18 (Wed, 18 May 2022) Changed paths: M CREDITS Log Message: ----------- Add CREDITS file for 3.3 From noreply at github.com Thu May 19 13:21:45 2022 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Thu, 19 May 2022 06:21:45 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 2d698c: msrp_ua: add missing docs Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 2d698c3f33d1e24c2a60ce7542d64be233b2127d https://github.com/OpenSIPS/opensips/commit/2d698c3f33d1e24c2a60ce7542d64be233b2127d Author: Vlad Patrascu Date: 2022-05-19 (Thu, 19 May 2022) Changed paths: M modules/msrp_ua/doc/msrp_ua_admin.xml Log Message: ----------- msrp_ua: add missing docs Document the "advertised_contact" module param and the "msrp_ua_start_session" MI function. From noreply at github.com Thu May 19 13:21:50 2022 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Thu, 19 May 2022 06:21:50 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 1d4aaf: msrp_ua: add missing docs Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: 1d4aaf141e867cbb0231108154851b162846f342 https://github.com/OpenSIPS/opensips/commit/1d4aaf141e867cbb0231108154851b162846f342 Author: Vlad Patrascu Date: 2022-05-19 (Thu, 19 May 2022) Changed paths: M modules/msrp_ua/doc/msrp_ua_admin.xml Log Message: ----------- msrp_ua: add missing docs Document the "advertised_contact" module param and the "msrp_ua_start_session" MI function. (cherry picked from commit 2d698c3f33d1e24c2a60ce7542d64be233b2127d) From bogdan at opensips.org Thu May 19 15:09:59 2022 From: bogdan at opensips.org (Bogdan-Andrei Iancu) Date: Thu, 19 May 2022 18:09:59 +0300 Subject: [OpenSIPS-Devel] OpenSIPS Summit 2022 - Athens, Greece Message-ID: OpenSIPS Summit Sept 27th - 30th, 2022 Athens, Greece *Bridging people, bridging technologies, bridging experiences * After 2 years of online, Athens 2022 is the first in-person meeting of the OpenSIPS Community. Of course, we will preserve the online component for both speakers and participants. The OpenSIPS Summit is the meeting place for the OpenSIPS community, for experts, developers and users from all over the world, looking to learn and gain knowledge. The OpenSIPS Summit is a melting pot for discussion on new technology, for sharing experiences, for brainstorming on new trends, for building bridges in the Open-Source VoIP & RTC ecosystem. *Some Great Reasons to Attend* * Access the latest news, knowledge and experience in the VoIP & RTC world * Learn about upcoming 3.3 OpenSIPS release and how you can leverage it * Attend unique presentations and interactive technical workshops * Meet FOSS developers and community to share experience and comments * Get solutions consultancy during the Free Design Clinics * Become an Expert attending the OpenSIPS Advanced Training *Summit Agenda* * Two full days of presentations given by key speakers * Open Discussions with key people from OpenSIPS and other OSS projects * One full day of Interactive Demos and Showcases * One full day of Design Clinics to validate your OpenSIPS deployments * One full day OpenSIPS Training (limited seats!) * Social events in the historical Athens *Attend to learn* - the registration process is already open, for both online and in-person participants. Note that the training and Design Clinics options are available only for the in-person participants. The/*Corporate Package*/ is available with an attractive discount. Register now *Speak to share* - the Call for Papers is open for in-person and online speakers. Our speaker will enjoy free admission to the event, covering lunches and evening events. Submit your paper now *Sponsor to help* - we welcome any help in making the Summit such a great event. Sponsoring is a natural way of saying "Thank you" for the Open Source code you are using within your businesses. Interested? Please contact our team or email us! ** -- Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From noreply at github.com Thu May 19 16:32:33 2022 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Thu, 19 May 2022 09:32:33 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 755ddd: msrp_ua: fix crash in msrp_ua_answer() Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 755ddd2fb0a99bdaee0e7d16d71a64185f681943 https://github.com/OpenSIPS/opensips/commit/755ddd2fb0a99bdaee0e7d16d71a64185f681943 Author: Vlad Patrascu Date: 2022-05-19 (Thu, 19 May 2022) Changed paths: M modules/msrp_ua/msrp_ua.c Log Message: ----------- msrp_ua: fix crash in msrp_ua_answer() From noreply at github.com Thu May 19 16:34:01 2022 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Thu, 19 May 2022 09:34:01 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 23a3fd: msrp_ua: fix crash in msrp_ua_answer() Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: 23a3fdb1a6adc4d828cdffdc75f85fe8ac1ec41e https://github.com/OpenSIPS/opensips/commit/23a3fdb1a6adc4d828cdffdc75f85fe8ac1ec41e Author: Vlad Patrascu Date: 2022-05-19 (Thu, 19 May 2022) Changed paths: M modules/msrp_ua/msrp_ua.c Log Message: ----------- msrp_ua: fix crash in msrp_ua_answer() (cherry picked from commit 755ddd2fb0a99bdaee0e7d16d71a64185f681943) From noreply at github.com Fri May 20 18:03:16 2022 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Fri, 20 May 2022 11:03:16 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 171ac7: msrp_relay: allow msrps URI in Use-Path Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 171ac784db0b9313cd17add5bf5886f2dc9e86ed https://github.com/OpenSIPS/opensips/commit/171ac784db0b9313cd17add5bf5886f2dc9e86ed Author: Vlad Patrascu Date: 2022-05-20 (Fri, 20 May 2022) Changed paths: M modules/msrp_relay/auth.c Log Message: ----------- msrp_relay: allow msrps URI in Use-Path From noreply at github.com Fri May 20 18:03:35 2022 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Fri, 20 May 2022 11:03:35 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 45c934: msrp_relay: allow msrps URI in Use-Path Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: 45c9346583f44aa54b15daa66abd47ca98389caa https://github.com/OpenSIPS/opensips/commit/45c9346583f44aa54b15daa66abd47ca98389caa Author: Vlad Patrascu Date: 2022-05-20 (Fri, 20 May 2022) Changed paths: M modules/msrp_relay/auth.c Log Message: ----------- msrp_relay: allow msrps URI in Use-Path (cherry picked from commit 171ac784db0b9313cd17add5bf5886f2dc9e86ed) From noreply at github.com Sat May 21 20:52:55 2022 From: noreply at github.com (opensips-github) Date: Sat, 21 May 2022 13:52:55 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 46b886: Rebuild documentation Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 46b886f482dde0c69009103112a70890e3538570 https://github.com/OpenSIPS/opensips/commit/46b886f482dde0c69009103112a70890e3538570 Author: OpenSIPS Date: 2022-05-21 (Sat, 21 May 2022) Changed paths: M modules/b2b_entities/README M modules/b2b_entities/doc/contributors.xml M modules/nathelper/README M modules/nathelper/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Sat May 21 21:49:31 2022 From: noreply at github.com (opensips-github) Date: Sat, 21 May 2022 14:49:31 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 4bfa84: Rebuild documentation Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 4bfa842b0dc129d1ae6fc60071bb9e5a209fabf6 https://github.com/OpenSIPS/opensips/commit/4bfa842b0dc129d1ae6fc60071bb9e5a209fabf6 Author: OpenSIPS Date: 2022-05-22 (Sun, 22 May 2022) Changed paths: M modules/aaa_diameter/README M modules/aaa_diameter/doc/contributors.xml M modules/clusterer/README M modules/clusterer/doc/contributors.xml M modules/dialplan/README M modules/dialplan/doc/contributors.xml M modules/dispatcher/README M modules/dispatcher/doc/contributors.xml M modules/drouting/README M modules/drouting/doc/contributors.xml M modules/msrp_gateway/README M modules/msrp_gateway/doc/contributors.xml M modules/msrp_relay/README M modules/msrp_relay/doc/contributors.xml M modules/msrp_ua/README M modules/msrp_ua/doc/contributors.xml M modules/nathelper/README M modules/nathelper/doc/contributors.xml M modules/proto_msrp/README M modules/proto_msrp/doc/contributors.xml M modules/rtp_relay/README M modules/rtp_relay/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Tue May 24 11:06:50 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 24 May 2022 04:06:50 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 8ba030: clusterer: print the command that cannot be parsed Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 8ba0309d4751ed5670800cf4fb0bdd85d6b6d7be https://github.com/OpenSIPS/opensips/commit/8ba0309d4751ed5670800cf4fb0bdd85d6b6d7be Author: Razvan Crainea Date: 2022-05-24 (Tue, 24 May 2022) Changed paths: M modules/clusterer/clusterer.c Log Message: ----------- clusterer: print the command that cannot be parsed From noreply at github.com Tue May 24 11:07:08 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 24 May 2022 04:07:08 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] fa6082: clusterer: print the command that cannot be parsed Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: fa6082d783b849c4be2c6e062471abe7a08263a5 https://github.com/OpenSIPS/opensips/commit/fa6082d783b849c4be2c6e062471abe7a08263a5 Author: Razvan Crainea Date: 2022-05-24 (Tue, 24 May 2022) Changed paths: M modules/clusterer/clusterer.c Log Message: ----------- clusterer: print the command that cannot be parsed (cherry picked from commit 8ba0309d4751ed5670800cf4fb0bdd85d6b6d7be) From noreply at github.com Tue May 24 11:07:13 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 24 May 2022 04:07:13 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 4ab487: clusterer: print the command that cannot be parsed Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 4ab4876f6232baf9b6ce53ed8ec0f816612a11de https://github.com/OpenSIPS/opensips/commit/4ab4876f6232baf9b6ce53ed8ec0f816612a11de Author: Razvan Crainea Date: 2022-05-24 (Tue, 24 May 2022) Changed paths: M modules/clusterer/clusterer.c Log Message: ----------- clusterer: print the command that cannot be parsed (cherry picked from commit 8ba0309d4751ed5670800cf4fb0bdd85d6b6d7be) From noreply at github.com Tue May 24 11:07:25 2022 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Tue, 24 May 2022 04:07:25 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 57d294: clusterer: print the command that cannot be parsed Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 57d2943c9144b669a2032e87674eea7aa52f5dd2 https://github.com/OpenSIPS/opensips/commit/57d2943c9144b669a2032e87674eea7aa52f5dd2 Author: Razvan Crainea Date: 2022-05-24 (Tue, 24 May 2022) Changed paths: M modules/clusterer/clusterer.c Log Message: ----------- clusterer: print the command that cannot be parsed (cherry picked from commit 8ba0309d4751ed5670800cf4fb0bdd85d6b6d7be) From noreply at github.com Wed May 25 09:31:14 2022 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Wed, 25 May 2022 02:31:14 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 65005d: msrp_gateway: fix module init Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 65005d62046f833b4d2c377f6ddf4e34613e7d73 https://github.com/OpenSIPS/opensips/commit/65005d62046f833b4d2c377f6ddf4e34613e7d73 Author: Vlad Patrascu Date: 2022-05-25 (Wed, 25 May 2022) Changed paths: M modules/msrp_gateway/msrp_gateway.c Log Message: ----------- msrp_gateway: fix module init Commit: dd173e564a4f8ae29e0de4e57758e26568be7485 https://github.com/OpenSIPS/opensips/commit/dd173e564a4f8ae29e0de4e57758e26568be7485 Author: Vlad Patrascu Date: 2022-05-25 (Wed, 25 May 2022) Changed paths: M modules/msrp_gateway/msrp_gateway.c Log Message: ----------- msrp_gateway: fix several crashes Commit: 3ab6dafc9274f1d6ff594ef8de3be1bd86f7aa0f https://github.com/OpenSIPS/opensips/commit/3ab6dafc9274f1d6ff594ef8de3be1bd86f7aa0f Author: Vlad Patrascu Date: 2022-05-25 (Wed, 25 May 2022) Changed paths: M modules/msrp_gateway/msrp_gateway.c Log Message: ----------- msrp_gateway: fix deadlock in msg_to_msrp() Commit: 80ba45de87e5ad6a92342955665d58c373cbd0e8 https://github.com/OpenSIPS/opensips/commit/80ba45de87e5ad6a92342955665d58c373cbd0e8 Author: Vlad Patrascu Date: 2022-05-25 (Wed, 25 May 2022) Changed paths: M modules/msrp_gateway/msrp_gateway.c Log Message: ----------- msrp_gateway: fix message queueing during MSRP call setup Commit: f6fcb187d3945ad08c9995c6f6edd82701515e2b https://github.com/OpenSIPS/opensips/commit/f6fcb187d3945ad08c9995c6f6edd82701515e2b Author: Vlad Patrascu Date: 2022-05-25 (Wed, 25 May 2022) Changed paths: M modules/msrp_gateway/doc/msrp_gateway_admin.xml M modules/msrp_gateway/msrp_gateway.c Log Message: ----------- msrp_gateway: properly clean up lingering sessions Add a session timeout after which to end a session if no message has been received from either side for that session. Also, add a specific timeout that is triggered by no activity on the MESSAGE side. Also add the ability to list and end sessions from the outside, via MI functions. Commit: a3c18a685fbb4e7d563dd0001a2929e5eb3203cf https://github.com/OpenSIPS/opensips/commit/a3c18a685fbb4e7d563dd0001a2929e5eb3203cf Author: Vlad Patrascu Date: 2022-05-25 (Wed, 25 May 2022) Changed paths: M modules/msrp_gateway/doc/msrp_gateway_admin.xml M modules/msrp_gateway/msrp_gateway.c Log Message: ----------- msrp_gateway: properly report MSRP leg setup failure Add an event triggered when the SIP session fails to set up on the MSRP side, when using the msg_to_msrp() function. This way, a message describing the failure can be generated on the MESSAGE side from an event route, for example. Compare: https://github.com/OpenSIPS/opensips/compare/8ba0309d4751...a3c18a685fbb From noreply at github.com Wed May 25 09:33:20 2022 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Wed, 25 May 2022 02:33:20 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] a686d9: msrp_gateway: fix module init Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: a686d9123d9902d3b1605f3da1ec3f2a6c87f72b https://github.com/OpenSIPS/opensips/commit/a686d9123d9902d3b1605f3da1ec3f2a6c87f72b Author: Vlad Patrascu Date: 2022-05-25 (Wed, 25 May 2022) Changed paths: M modules/msrp_gateway/msrp_gateway.c Log Message: ----------- msrp_gateway: fix module init (cherry picked from commit 65005d62046f833b4d2c377f6ddf4e34613e7d73) Commit: ccc3978697999a45e30b18f4f34fa6b002bbb6be https://github.com/OpenSIPS/opensips/commit/ccc3978697999a45e30b18f4f34fa6b002bbb6be Author: Vlad Patrascu Date: 2022-05-25 (Wed, 25 May 2022) Changed paths: M modules/msrp_gateway/msrp_gateway.c Log Message: ----------- msrp_gateway: fix several crashes (cherry picked from commit dd173e564a4f8ae29e0de4e57758e26568be7485) Commit: f40162e3050cd4852a072a3ddce3a95967d7698e https://github.com/OpenSIPS/opensips/commit/f40162e3050cd4852a072a3ddce3a95967d7698e Author: Vlad Patrascu Date: 2022-05-25 (Wed, 25 May 2022) Changed paths: M modules/msrp_gateway/msrp_gateway.c Log Message: ----------- msrp_gateway: fix deadlock in msg_to_msrp() (cherry picked from commit 3ab6dafc9274f1d6ff594ef8de3be1bd86f7aa0f) Commit: 14ba7e9d3ea925236d0a1896e495854fdf3cdde9 https://github.com/OpenSIPS/opensips/commit/14ba7e9d3ea925236d0a1896e495854fdf3cdde9 Author: Vlad Patrascu Date: 2022-05-25 (Wed, 25 May 2022) Changed paths: M modules/msrp_gateway/msrp_gateway.c Log Message: ----------- msrp_gateway: fix message queueing during MSRP call setup (cherry picked from commit 80ba45de87e5ad6a92342955665d58c373cbd0e8) Commit: 723cd8dc471d207502b762a3539cdff1720ebe78 https://github.com/OpenSIPS/opensips/commit/723cd8dc471d207502b762a3539cdff1720ebe78 Author: Vlad Patrascu Date: 2022-05-25 (Wed, 25 May 2022) Changed paths: M modules/msrp_gateway/doc/msrp_gateway_admin.xml M modules/msrp_gateway/msrp_gateway.c Log Message: ----------- msrp_gateway: properly clean up lingering sessions Add a session timeout after which to end a session if no message has been received from either side for that session. Also, add a specific timeout that is triggered by no activity on the MESSAGE side. Also add the ability to list and end sessions from the outside, via MI functions. (cherry picked from commit f6fcb187d3945ad08c9995c6f6edd82701515e2b) Commit: 370f7bbfae2c22cde8bb97514505ea7a670fa69f https://github.com/OpenSIPS/opensips/commit/370f7bbfae2c22cde8bb97514505ea7a670fa69f Author: Vlad Patrascu Date: 2022-05-25 (Wed, 25 May 2022) Changed paths: M modules/msrp_gateway/doc/msrp_gateway_admin.xml M modules/msrp_gateway/msrp_gateway.c Log Message: ----------- msrp_gateway: properly report MSRP leg setup failure Add an event triggered when the SIP session fails to set up on the MSRP side, when using the msg_to_msrp() function. This way, a message describing the failure can be generated on the MESSAGE side from an event route, for example. (cherry picked from commit a3c18a685fbb4e7d563dd0001a2929e5eb3203cf) Compare: https://github.com/OpenSIPS/opensips/compare/fa6082d783b8...370f7bbfae2c From noreply at github.com Wed May 25 09:34:54 2022 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Wed, 25 May 2022 02:34:54 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 870f19: Properly exclude tls_openssl/wolfssl when using me... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 870f19040b2e28d671552ff2d1e62c7661333894 https://github.com/OpenSIPS/opensips/commit/870f19040b2e28d671552ff2d1e62c7661333894 Author: Vlad Patrascu Date: 2022-05-25 (Wed, 25 May 2022) Changed paths: M Makefile.conf.template Log Message: ----------- Properly exclude tls_openssl/wolfssl when using menuconfig From noreply at github.com Wed May 25 09:36:27 2022 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Wed, 25 May 2022 02:36:27 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 1d017d: Properly exclude tls_openssl/wolfssl when using me... Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: 1d017d71674b24ea13428ffaffff4b40d5131f61 https://github.com/OpenSIPS/opensips/commit/1d017d71674b24ea13428ffaffff4b40d5131f61 Author: Vlad Patrascu Date: 2022-05-25 (Wed, 25 May 2022) Changed paths: M Makefile.conf.template Log Message: ----------- Properly exclude tls_openssl/wolfssl when using menuconfig (cherry picked from commit 870f19040b2e28d671552ff2d1e62c7661333894) From noreply at github.com Wed May 25 09:37:10 2022 From: noreply at github.com (=?UTF-8?B?VmxhZCBQxIN0cmHImWN1?=) Date: Wed, 25 May 2022 02:37:10 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 1628c9: Properly exclude tls_openssl/wolfssl when using me... Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 1628c902a1ce251ae9c4ecf782a3a1814f52b888 https://github.com/OpenSIPS/opensips/commit/1628c902a1ce251ae9c4ecf782a3a1814f52b888 Author: Vlad Patrascu Date: 2022-05-25 (Wed, 25 May 2022) Changed paths: M Makefile.conf.template Log Message: ----------- Properly exclude tls_openssl/wolfssl when using menuconfig (cherry picked from commit 870f19040b2e28d671552ff2d1e62c7661333894) From noreply at github.com Fri May 27 06:50:50 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Thu, 26 May 2022 23:50:50 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 96d811: [db_virtual] fixed the MI db_get output Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 96d8113e9da6f01dc1222364b80d975284d42336 https://github.com/OpenSIPS/opensips/commit/96d8113e9da6f01dc1222364b80d975284d42336 Author: Bogdan-Andrei Iancu Date: 2022-05-27 (Fri, 27 May 2022) Changed paths: M modules/db_virtual/db_virtual.c Log Message: ----------- [db_virtual] fixed the MI db_get output Fix typos leading to bad json structure Reported by @bctff Closes opensips-cli/#94 From noreply at github.com Fri May 27 06:54:30 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Thu, 26 May 2022 23:54:30 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 930e90: [db_virtual] fixed the MI db_get output Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: 930e906da55c61af573798288fab891fe5d52501 https://github.com/OpenSIPS/opensips/commit/930e906da55c61af573798288fab891fe5d52501 Author: Bogdan-Andrei Iancu Date: 2022-05-27 (Fri, 27 May 2022) Changed paths: M modules/db_virtual/db_virtual.c Log Message: ----------- [db_virtual] fixed the MI db_get output Fix typos leading to bad json structure Reported by @bctff Closes opensips-cli/#94 (cherry picked from commit 96d8113e9da6f01dc1222364b80d975284d42336) From noreply at github.com Fri May 27 06:54:41 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Thu, 26 May 2022 23:54:41 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 6b7559: [db_virtual] fixed the MI db_get output Message-ID: Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 6b7559920bd650042ef23f61d554c3e40674ca99 https://github.com/OpenSIPS/opensips/commit/6b7559920bd650042ef23f61d554c3e40674ca99 Author: Bogdan-Andrei Iancu Date: 2022-05-27 (Fri, 27 May 2022) Changed paths: M modules/db_virtual/db_virtual.c Log Message: ----------- [db_virtual] fixed the MI db_get output Fix typos leading to bad json structure Reported by @bctff Closes opensips-cli/#94 (cherry picked from commit 96d8113e9da6f01dc1222364b80d975284d42336) From noreply at github.com Fri May 27 06:55:31 2022 From: noreply at github.com (Bogdan Andrei IANCU) Date: Thu, 26 May 2022 23:55:31 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 8ab710: [db_virtual] fixed the MI db_get output Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: 8ab71077ba4fc5eb37d2dfb08e3c7f148e7eadf5 https://github.com/OpenSIPS/opensips/commit/8ab71077ba4fc5eb37d2dfb08e3c7f148e7eadf5 Author: Bogdan-Andrei Iancu Date: 2022-05-27 (Fri, 27 May 2022) Changed paths: M modules/db_virtual/db_virtual.c Log Message: ----------- [db_virtual] fixed the MI db_get output Fix typos leading to bad json structure Reported by @bctff Closes opensips-cli/#94 (cherry picked from commit 96d8113e9da6f01dc1222364b80d975284d42336) From noreply at github.com Fri May 27 14:54:40 2022 From: noreply at github.com (Liviu Chircu) Date: Fri, 27 May 2022 07:54:40 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 526394: aaa_diameter: Rework exposing command results to s... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 526394aa899535c69c43557d301d00958dd36b7d https://github.com/OpenSIPS/opensips/commit/526394aa899535c69c43557d301d00958dd36b7d Author: Liviu Chircu Date: 2022-05-27 (Fri, 27 May 2022) Changed paths: M etc/dictionary.opensips M lib/cJSON.c M lib/cJSON.h M mi/mi.c M modules/aaa_diameter/aaa_diameter.c M modules/aaa_diameter/aaa_impl.c M modules/aaa_diameter/aaa_impl.h M modules/aaa_diameter/app_opensips/app_opensips.c M modules/aaa_diameter/doc/aaa_diameter_admin.xml Log Message: ----------- aaa_diameter: Rework exposing command results to script The initially exported value of Result-Code AVP integer value was not ideal, as many Diameter exchanges are actual queries, with much more rich data to be returned than just an integer code. This commit replaces the "reply_code_pv" parameter of dm_send_request() with "rpl_avps_pv", containing a JSON Array with all AVPs from the Diameter Answer, as well as their values. From noreply at github.com Fri May 27 14:54:52 2022 From: noreply at github.com (Liviu Chircu) Date: Fri, 27 May 2022 07:54:52 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] cbcdbb: aaa_diameter: Rework exposing command results to s... Message-ID: Branch: refs/heads/3.3 Home: https://github.com/OpenSIPS/opensips Commit: cbcdbbc88546e08785dbff74122453eba2785650 https://github.com/OpenSIPS/opensips/commit/cbcdbbc88546e08785dbff74122453eba2785650 Author: Liviu Chircu Date: 2022-05-27 (Fri, 27 May 2022) Changed paths: M etc/dictionary.opensips M lib/cJSON.c M lib/cJSON.h M mi/mi.c M modules/aaa_diameter/aaa_diameter.c M modules/aaa_diameter/aaa_impl.c M modules/aaa_diameter/aaa_impl.h M modules/aaa_diameter/app_opensips/app_opensips.c M modules/aaa_diameter/doc/aaa_diameter_admin.xml Log Message: ----------- aaa_diameter: Rework exposing command results to script The initially exported value of Result-Code AVP integer value was not ideal, as many Diameter exchanges are actual queries, with much more rich data to be returned than just an integer code. This commit replaces the "reply_code_pv" parameter of dm_send_request() with "rpl_avps_pv", containing a JSON Array with all AVPs from the Diameter Answer, as well as their values. (cherry picked from commit 526394aa899535c69c43557d301d00958dd36b7d) From noreply at github.com Sat May 28 20:51:36 2022 From: noreply at github.com (opensips-github) Date: Sat, 28 May 2022 13:51:36 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] aded78: Rebuild documentation Message-ID: Branch: refs/heads/3.1 Home: https://github.com/OpenSIPS/opensips Commit: aded782cb640a20d36cf498477899e5168823109 https://github.com/OpenSIPS/opensips/commit/aded782cb640a20d36cf498477899e5168823109 Author: OpenSIPS Date: 2022-05-28 (Sat, 28 May 2022) Changed paths: M modules/clusterer/README M modules/clusterer/doc/contributors.xml M modules/db_virtual/README M modules/db_virtual/doc/contributors.xml Log Message: ----------- Rebuild documentation From noreply at github.com Sat May 28 21:48:24 2022 From: noreply at github.com (opensips-github) Date: Sat, 28 May 2022 14:48:24 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] c9903d: Rebuild documentation Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: c9903d88aea1e77b8c5bfc2847d9065d9f0f8e2b https://github.com/OpenSIPS/opensips/commit/c9903d88aea1e77b8c5bfc2847d9065d9f0f8e2b Author: OpenSIPS Date: 2022-05-29 (Sun, 29 May 2022) Changed paths: M modules/aaa_diameter/README M modules/aaa_diameter/doc/contributors.xml M modules/clusterer/README M modules/clusterer/doc/contributors.xml M modules/db_virtual/README M modules/db_virtual/doc/contributors.xml M modules/msrp_gateway/README M modules/msrp_gateway/doc/contributors.xml Log Message: ----------- Rebuild documentation From bogdan at opensips.org Mon May 30 09:35:43 2022 From: bogdan at opensips.org (Bogdan-Andrei Iancu) Date: Mon, 30 May 2022 12:35:43 +0300 Subject: [OpenSIPS-Devel] [Blog] Message-ID: Hi all, As OpenSIPS 3.3 focused on messaging, mainly on MSRP / session based messaging, here is a detailed walk thru the entire MSRP stack in OpenSIPS 3.3 and its capabilities, from relaying, to APIs and gatewaying https://blog.opensips.org/2022/05/30/the-msrp-eco-system-in-opensips-3-3/ Enjoy, -- Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com OpenSIPS Summit 27-30 Sept 2022, Athens https://www.opensips.org/events/Summit-2022Athens/ From bogdan at opensips.org Mon May 30 09:46:57 2022 From: bogdan at opensips.org (Bogdan-Andrei Iancu) Date: Mon, 30 May 2022 12:46:57 +0300 Subject: [OpenSIPS-Devel] [OpenSIPS-Users] [Blog] The MSRP eco-system in OpenSIPS 3.3 In-Reply-To: References: Message-ID: <95f1c5d0-9c8b-f618-fb95-38b921281923@opensips.org> failure_route[too_hasty] {     if ( $T_reply_code==400 /*Bad request*/ && $(hdr(Reason))=="Missing subject") {         append_hf("Subject: *The MSRP eco-system in OpenSIPS 3.3*\r\n");         t_relay();     } } :) Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com OpenSIPS Summit 27-30 Sept 2022, Athens https://www.opensips.org/events/Summit-2022Athens/ On 5/30/22 12:35 PM, Bogdan-Andrei Iancu wrote: > As OpenSIPS 3.3 focused on messaging, mainly on MSRP / session based > messaging, here is a detailed walk thru the entire MSRP stack in > OpenSIPS 3.3 and its capabilities, from relaying, to APIs and gatewaying -------------- next part -------------- An HTML attachment was scrubbed... URL: