[sr-dev] Re: [kamailio/kamailio] rtpengine: fix api using ki functions (PR #3956)

2024-08-26 Thread Farzaneh Soltanzadeh via sr-dev
@Fr-Soltanzadeh commented on this pull request. > +typedef int (*rtpengine_answer_f)(struct sip_msg *msg, str *str); +typedef int (*rtpengine_answer0_f)(struct sip_msg *msg); +typedef int (*rtpengine_offer_f)(struct sip_msg *msg, str *str); +typedef int (*rtpengine_offer0_f)(struct sip_msg *msg)

[sr-dev] Re: [kamailio/kamailio] rtpengine: fix api using ki functions (PR #3956)

2024-08-26 Thread Farzaneh Soltanzadeh via sr-dev
@Fr-Soltanzadeh pushed 1 commit. 1d8336ee26e4117f067c6389b0b8e551d05e18ef use ki functions as exported api functions -- View it on GitHub: https://github.com/kamailio/kamailio/pull/3956/files/faab3dabaf8496512cdb27e91a884975828de26c..1d8336ee26e4117f067c6389b0b8e551d05e18ef You are receiving t

[sr-dev] [kamailio/kamailio] github: [skip ci]: bump tj-actions/changed-files from 44 to 45 (PR #3957)

2024-08-26 Thread dependabot[bot] via sr-dev
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44 to 45.
Release notes

Sourced from tj-actions/changed-files's releases.

v45

<

[sr-dev] git:master:9743c122: corex: set internal flag FL_VIA_NORECEIVED for forward_uac() variants

Module: kamailio Branch: master Commit: 9743c1226e95e9a9f890d6c22ad1da7b9f9cc543 URL: https://github.com/kamailio/kamailio/commit/9743c1226e95e9a9f890d6c22ad1da7b9f9cc543 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-08-26T18:07:47+02:00 corex: set internal fl

[sr-dev] Re: [kamailio/kamailio] rtpengine: export api (PR #3948)

Yes. That was my mistake. I fixed it in a new PR: https://github.com/kamailio/kamailio/pull/3956 -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3948#issuecomment-2310482101 You are receiving this because you are subscribed to this thread. Message

[sr-dev] Re: [kamailio/kamailio] pua_reginfo: free pkg memory after getting the XML attribute (PR #3953)

@linuxmaniac the PR comments have been incorporated, please recheck. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3953#issuecomment-2310334134 You are receiving this because you are subscribed to this thread. Message ID:

[sr-dev] Re: [kamailio/kamailio] pua_reginfo: free pkg memory after getting the XML attribute (PR #3953)

@apogrebennyk commented on this pull request. > @@ -439,10 +477,11 @@ int process_body(str notify_body, udomain_t *domain) if(xmlStrcasecmp(params->name, BAD_CAST "unknown-param") !=

[sr-dev] Re: [kamailio/kamailio] pua_reginfo: free pkg memory after getting the XML attribute (PR #3953)

@apogrebennyk commented on this pull request. > @@ -417,12 +450,17 @@ int process_body(str notify_body, udomain_t *domain) if(xmlStrcasecmp(params->name, BAD_CAST "unknown-param") != 0)

[sr-dev] Re: [kamailio/kamailio] fix(pua_reginfo): free pkg memory after getting the XML attribute (PR #3953)

@apogrebennyk pushed 1 commit. 969f7f8bc80872e2e66d1f992eb93bced6fb2aa3 pua_reginfo: free pkg memory after getting the content of each XML attribute -- View it on GitHub: https://github.com/kamailio/kamailio/pull/3953/files/1d6b6439b3e312d303546fcdccd0b9aaafda4672..969f7f8bc80872e2e66d1f992eb9

[sr-dev] git:master:3acf1296: modules: readme files regenerated - siputils ... [skip ci]

Module: kamailio Branch: master Commit: 3acf129660be4e2d9f4dfa68ad3ec6d25c43fbf1 URL: https://github.com/kamailio/kamailio/commit/3acf129660be4e2d9f4dfa68ad3ec6d25c43fbf1 Author: Kamailio Dev Committer: Kamailio Dev Date: 2024-08-26T15:46:11+02:00 modules: readme files regenerated - siputils .

[sr-dev] git:master:c04e2367: siputils: added function to parse headers

Module: kamailio Branch: master Commit: c04e236721f9572a2655e39b8c5136bd23f95dd3 URL: https://github.com/kamailio/kamailio/commit/c04e236721f9572a2655e39b8c5136bd23f95dd3 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-08-26T15:00:07+02:00 siputils: added functi

[sr-dev] git:master:52036e27: siputils: docs for sip_parse_headers() function

Module: kamailio Branch: master Commit: 52036e2772821459daea6d5ac98a3710d9daec13 URL: https://github.com/kamailio/kamailio/commit/52036e2772821459daea6d5ac98a3710d9daec13 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-08-26T15:39:20+02:00 siputils: docs for sip

[sr-dev] Re: [kamailio/kamailio] rtpengine: fix api using ki functions (PR #3956)

@rfuchs commented on this pull request. > +typedef int (*rtpengine_answer_f)(struct sip_msg *msg, str *str); +typedef int (*rtpengine_answer0_f)(struct sip_msg *msg); +typedef int (*rtpengine_offer_f)(struct sip_msg *msg, str *str); +typedef int (*rtpengine_offer0_f)(struct sip_msg *msg); +typed

[sr-dev] [kamailio/kamailio] rtpengine: fix api using ki functions (PR #3956)