[sr-dev] Re: [kamailio/kamailio] multiple subsytems: unsigned integer conversion fixes (PR #3828)

2024-07-23 Thread github-actions[bot] via sr-dev
This PR is stale because it has been open 6 weeks with no activity. Remove stale label or comment or this will be closed in 2 weeks. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3828#issuecomment-2246758587 You are receiving this because you are

[sr-dev] Re: [kamailio/kamailio] Suspected mem leak in the pua and request for ideas (Issue #3928)

2024-07-23 Thread Daniel-Constantin Mierla via sr-dev
As far as I know, *reginfo* is not used (much, if at all) outside of ims world, so it might be related to *pua_reginfo*. Maybe you can look at pua_dialoginfo and see how it deals with TM callbacks. Overall, I am not completely satisfied with the TM callbacks system, there are many events relate

[sr-dev] Re: [kamailio/kamailio] p-charging-vector bug in siputils with force flag (Issue #3929)

2024-07-23 Thread Daniel-Constantin Mierla via sr-dev
Are you using topoh module? If yes, can you try without it and see if P-Charging-Vector operations are ok? -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3929#issuecomment-2245654758 You are receiving this because you are subscribed to this thr

[sr-dev] Re: [kamailio/kamailio] pkg: Add systemd template for starting multiple kamailio services (PR #3904)

2024-07-23 Thread Xenofon Karamanos via sr-dev
@xkaraman pushed 1 commit. 48a522f3315430a7093abb703c0c827ed755539a pkg: Add systemd template for starting multiple kamailio services -- View it on GitHub: https://github.com/kamailio/kamailio/pull/3904/files/dd1fec02385e16047786d2b1ad3a1e8bb00d8c60..48a522f3315430a7093abb703c0c827ed755539a Yo

[sr-dev] Re: [kamailio/kamailio] pkg: Add systemd template for starting multiple kamailio services (PR #3904)

2024-07-23 Thread Xenofon Karamanos via sr-dev
Sure, keeping `kamailio.pid` for all instances in each `run` folder makes sense. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3904#issuecomment-2245168992 You are receiving this because you are subscribed to this thread. Message ID:

[sr-dev] Re: [kamailio/kamailio] pkg: Add systemd template for starting multiple kamailio services (PR #3904)

2024-07-23 Thread sergey-safarov via sr-dev
> ExecStart=/usr/sbin/kamailio -P /run/kamailio-%i/kamailio-%i.pid -Y > /var/run/kamailio-%i -f $CFGFILE -m $SHM_MEMORY -M $PKG_MEMORY I think the template for `/run` folder is enough and we can use ``` -P /run/kamailio-%i/kamailio.pid ``` -- Reply to this email directly or view it on GitHub: h

[sr-dev] [kamailio/kamailio] sca: add support custom [to|from]_uri (PR #3930)

2024-07-23 Thread Victor Seva via sr-dev