[sr-dev] Re: [kamailio/kamailio] Segmentation fault when sending ACK for 487 to duplicate URI using siptrace module (Issue #3970)

2024-09-06 Thread Daniel-Constantin Mierla via sr-dev
You can try to look at it, get with gdb the outpout for next commands: ``` frame 0 list p *dst p *dst->send_sock ``` However, 5.6.x is out of maintenance, the best is to upgrade to a supported version and see if the same happens. Or at least try the latest version in 5.6.x series. -- Reply to

[sr-dev] Re: [kamailio/kamailio] Kamailio hangs on get_profile_size method. (Issue #3947)

2024-09-06 Thread Daniel-Constantin Mierla via sr-dev
The 5.5.x is long time out of maintenance, you should upgrade to maintained version and see if the same happens again, might be something already fixed. Otherwise, get trap again for that version. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/

[sr-dev] Re: [kamailio/kamailio] [htable] db_sql "key_value" length = 128 too small, what if change to 2048 ? (Issue #3944)

2024-09-06 Thread Daniel-Constantin Mierla via sr-dev
The database table structure can be change, the limit is only in the definition of the table. Otherwise htable can handle any values in memory. For further questions, use sr-us...@lists.kamailio.org mailing list. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/

[sr-dev] Re: [kamailio/kamailio] [htable] db_sql "key_value" length = 128 too small, what if change to 2048 ? (Issue #3944)

2024-09-06 Thread Daniel-Constantin Mierla via sr-dev
Closed #3944 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3944#event-14158201783 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Devel

[sr-dev] git:master:8a13a1d8: utils/kamctl: regenerate db table definitions

2024-09-06 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 8a13a1d8301aa22baa9b3a52b891fd04a04c3768 URL: https://github.com/kamailio/kamailio/commit/8a13a1d8301aa22baa9b3a52b891fd04a04c3768 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-09-06T10:16:50+02:00 utils/kamctl: regenera

[sr-dev] git:master:12cdb896: lib/srdb1/schema: increase default size of columns for htable

2024-09-06 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 12cdb896fed98a38bfd9b77e1ace1dd346901cc3 URL: https://github.com/kamailio/kamailio/commit/12cdb896fed98a38bfd9b77e1ace1dd346901cc3 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-09-06T10:07:41+02:00 lib/srdb1/schema: incr

[sr-dev] Re: [kamailio/kamailio] core: parser - use sip_parser_log (PR #3967)

2024-09-06 Thread Lucian Balaceanu via sr-dev
Hi, Does anyone find these changes useful? Thank you -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3967#issuecomment-2333519657 You are receiving this because you are subscribed to this thread. Message ID: __

[sr-dev] Re: [kamailio/kamailio] ndb_redis: Error when receiving 'MOVED' response from redis-cluster with TLS (Issue #3894)

2024-09-06 Thread Victor Seva via sr-dev
Reopened #3894. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3894#event-14160149597 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Development Mail

[sr-dev] Re: [kamailio/kamailio] Segmentation fault when sending ACK for 487 to duplicate URI using siptrace module (Issue #3970)

2024-09-06 Thread Muhammad Shahzad Shafi via sr-dev
Thanks for your valuable input. We are already in planning of upgrading to latest 5.6 version. I will get back to you if we observe another crash after the upgrade. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3970#issuecomment-2335031138 Yo