[sr-dev] git:master:7061a79f: cnxcc: check if final pulse is 0

2024-06-27 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 7061a79fe64066dd5a6598e38d714bd40bf2eabc URL: https://github.com/kamailio/kamailio/commit/7061a79fe64066dd5a6598e38d714bd40bf2eabc Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-06-27T10:07:11+02:00 cnxcc: check if final

[sr-dev] Re: [kamailio/kamailio] Kamailio core dump v5.6 with cncxx module (Issue #3859)

2024-06-27 Thread Daniel-Constantin Mierla via sr-dev
Apparently the crash is because final pulse for that call is 0. I pushed a check to avoid such case. What are the parameters you use for calling the cnxcc functions in the kamailio.cfg? -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3859#issue

[sr-dev] Releasing v5.7.6

2024-06-27 Thread Daniel-Constantin Mierla via sr-dev
Hello, I am considering to release Kamailio v5.7.6 (out of branch 5.7) on Tuesday, July 2, 2024. If anyone is aware of issues not yet on the bug tracker, report them there asap in order to have a better chance to be fixed. Cheers, Daniel -- Daniel-Constantin Mierla (@ asipto.com) twitter.com/mi

[sr-dev] Re: [kamailio/kamailio] Kamailio core dump v5.6 with cncxx module (Issue #3859)

2024-06-27 Thread itpanda2024 via sr-dev
Thanks for your helping .I give all route[MONEY_CREDIT]{ xlog("L_INFO","LIMIT - MONEY_CREDIT \n"); sql_pvquery("kam_conn", "select customer_id, credit_money, start_cost, cps, initial_p, final_p from call_cache where call_id='$ci'"," $var(lm_customer_id), $var(lm_credit_money), $var(lm

[sr-dev] Releasing v5.6.6

2024-06-27 Thread Daniel-Constantin Mierla via sr-dev
Hello, I am considering to release Kamailio v5.6.6 (out of branch 5.6) later this week (likely on Wednesday, July 3, 2024). If anyone is aware of issues not yet on the bug tracker, report them there asap in order to have a better chance to be fixed. This is going to be the last release out of bra

[sr-dev] [kamailio/kamailio] The RPC `rtpengine.show` API result has the field `disabled` value change on different values. (Issue #3896)

2024-06-27 Thread Oded Arbel via sr-dev
### Description When using the RPC command `rtpengine.show`, the resulting list has the field `disabled` for each RTPEngine configured, and its value - for some reason can be either `0` (number), `1` (number) or `"1(permanent)"` (string). For example: ``` $ curl -k -X POST -HContent-Type:appli

[sr-dev] git:master:dc7fc82f: pv: several new $E... variables for punctuation signs

2024-06-27 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: dc7fc82ff77a8016c1a1e15b7aa0e950f7cca379 URL: https://github.com/kamailio/kamailio/commit/dc7fc82ff77a8016c1a1e15b7aa0e950f7cca379 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-06-27T11:28:30+02:00 pv: several new $E...

[sr-dev] [kamailio/kamailio] ims_registrar_scscf: fix for location AOR with empty host (PR #3897)

2024-06-27 Thread Dragos Vingarzan via sr-dev