[sr-dev] [kamailio/kamailio] pua_dialoginfo fails to publish the caller when not using avps (Issue #3838)

2024-05-02 Thread michelpelletier07 via sr-dev
### Description What I did: I enabled the pua_dialoginfo module to publish changes for both the caller and the callee. What I expected: PUBLISH to be generated for the caller and the callee What actually happened: PUBLISH is only generated for the callee. ### Troubleshooting I troubleshooted the

[sr-dev] Re: [kamailio/kamailio] pua_dialoginfo fails to publish the caller when not using avps (Issue #3838)

2024-06-07 Thread michelpelletier07 via sr-dev
Hi Xenofon, Please go ahead and do the PR. Thank you. Cheers, Michel Pelletier On Fri, Jun 7, 2024 at 6:41 AM Xenofon Karamanos ***@***.***> wrote: > Hey @michelpelletier07 , > > Thanks for reporting this! Your patch seems to fix the problem and is in > li

[sr-dev] [kamailio/kamailio] Kemi app_python3 throws a TypeError (Issue #3915)

2024-07-12 Thread michelpelletier07 via sr-dev
### Description I am using Kemi with the app_python3 module. I was getting what appeared to be random TypeError exceptions thrown within the Kamailio app_python3 module. I later discovered that this only happened when calling a Kamailio function that exceeded the duration specified in the lat

[sr-dev] Re: [kamailio/kamailio] Kemi app_python3 throws a TypeError (Issue #3915)

2024-08-27 Thread michelpelletier07 via sr-dev
Hello, I have tried but it seems I do not have the necessary permission to do so. Here is what I did: 1. git clone https://github.com/kamailio/kamailio.git 2. git branch michel/bug_fixes 3. git checkout michel/bug_fixes 4. Make my changes. 5. git add . 6. git commit 7. git push --set-upstream orig

[sr-dev] [kamailio/kamailio] app_python3: Fixes Kemi TypeError thrown when latency_limit_action is… (PR #3959)

2024-08-28 Thread michelpelletier07 via sr-dev
- [X] Commit message has the format required by CONTRIBUTING guide - [X] Commits are split per component (core, individual modules, libs, utils, ...) - [X] Each component has a single commit (if not, squash them into one commit) - [X] No commits to README files for modules (changes must be done t

[sr-dev] Re: [kamailio/kamailio] Kemi app_python3 throws a TypeError (Issue #3915)

2024-08-28 Thread michelpelletier07 via sr-dev
Hi, I created the PR. Thanks for your help. Regards, Michel Pelletier On Wed, Aug 28, 2024 at 8:38 AM Henning Westerholt ***@***.***> wrote: > @michelpelletier07 You missed an > important step, you need to create a private fork from the public kamailio >