[sr-dev] git:master:bae35e49: xhttp_prom: update documentation for uptime statistic

2024-04-05 Thread Ovidiu Sas via sr-dev
Module: kamailio Branch: master Commit: bae35e49fa364de6a4c003c4484358d5592677de URL: https://github.com/kamailio/kamailio/commit/bae35e49fa364de6a4c003c4484358d5592677de Author: Ovidiu Sas Committer: Ovidiu Sas Date: 2024-04-05T18:28:32Z xhttp_prom: update documentation for uptime statistic

[sr-dev] git:master:6af0ae46: xhttp_prom: new uptime statistic

2024-04-05 Thread Ovidiu Sas via sr-dev
Module: kamailio Branch: master Commit: 6af0ae461486554481cbace41d50b8639b2ade8a URL: https://github.com/kamailio/kamailio/commit/6af0ae461486554481cbace41d50b8639b2ade8a Author: Ovidiu Sas Committer: Ovidiu Sas Date: 2024-04-05T18:21:29Z xhttp_prom: new uptime statistic --- Modified: src

[sr-dev] git:master:57dd65c2: xhttp_prom: use proper prefix for pkg stats

2024-04-04 Thread Ovidiu Sas via sr-dev
Module: kamailio Branch: master Commit: 57dd65c2c6abd520c0db876aca6bd2238229e187 URL: https://github.com/kamailio/kamailio/commit/57dd65c2c6abd520c0db876aca6bd2238229e187 Author: Ovidiu Sas Committer: Ovidiu Sas Date: 2024-04-04T16:22:39Z xhttp_prom: use proper prefix for pkg stats

[sr-dev] git:master:a55967c0: xhttp_prom: update documentation

2024-04-04 Thread Ovidiu Sas via sr-dev
Module: kamailio Branch: master Commit: a55967c0e8cee184f1cc8cc0c5df4635041b88d1 URL: https://github.com/kamailio/kamailio/commit/a55967c0e8cee184f1cc8cc0c5df4635041b88d1 Author: Ovidiu Sas Committer: Ovidiu Sas Date: 2024-04-04T10:10:15-04:00 xhttp_prom: update documentation --- Modified

[sr-dev] Re: [kamailio/kamailio] xhttp_prom: export pkg mem statistics (PR #3793)

2024-03-29 Thread Ovidiu Sas via sr-dev
OK!. Then please merge it ... or I can do it. Is it just pressing the `Squash and merge` button? After that I will add the documentation. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3793#issuecomment-2027551190 You are receiving this because

[sr-dev] Re: [kamailio/kamailio] xhttp_prom: export pkg mem statistics (PR #3793)

2024-03-28 Thread Ovidiu Sas via sr-dev
Are we good to go with this one? The name of the parameter has been changed to `xhttp_prom_pkg_stats`. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3793#issuecomment-2025378262 You are receiving this because you are subscribed to this thread.

[sr-dev] Re: [kamailio/kamailio] xhttp_prom: export pkg mem statistics (PR #3793)

2024-03-25 Thread Ovidiu Sas via sr-dev
@ovidiusas pushed 1 commit. 5d14ddd277394b4d7fad6fc5bdc284bb4bfa68bf xhttp_prom: rename module parameter to xhttp_prom_pkg_stats -- View it on GitHub: https://github.com/kamailio/kamailio/pull/3793/files/07c82c46ff0900ba5fe57fb79e79408925b340d6..5d14ddd277394b4d7fad6fc5bdc284bb4bfa68bf You

[sr-dev] Re: [kamailio/kamailio] xhttp_prom: export pkg mem statistics (PR #3793)

2024-03-25 Thread Ovidiu Sas via sr-dev
@ovidiusas pushed 2 commits. 5c66426a1380fbba7181956c43b341c96701d3b7 kex: clang format 07c82c46ff0900ba5fe57fb79e79408925b340d6 xhttp_prom: clang format -- View it on GitHub:

[sr-dev] Re: [kamailio/kamailio] xhttp_prom: export pkg mem statistics (PR #3793)

2024-03-25 Thread Ovidiu Sas via sr-dev
Another reason for implementing the pkg mem via a new parameter was related to the fact the pkg mem stats are not available via the `get_statistics` mi command. The idea was to mirror the mi layout over the xhttp_prometheus control. -- Reply to this email directly or view it on GitHub:

[sr-dev] Re: [kamailio/kamailio] xhttp_prom: export pkg mem statistics (PR #3793)

2024-03-25 Thread Ovidiu Sas via sr-dev
I think it's better to control the pkg mem statistics via a parameter. If the admin want's the pkg mem stats to be available but the kex module is loaded after the xhttp_prom, the pkg mem stats won't be available which will lead to confusion. Also, this will keep the existing behavior untouched.

[sr-dev] [kamailio/kamailio] xhttp_prom: export pkg mem statistics (PR #3793)

2024-03-25 Thread Ovidiu Sas via sr-dev
Type Of Change - [ ] Small bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds new functionality) - [ ] Breaking change (fix or feature that would change existing functionality) Checklist: - [ ] PR should be backported to stable branches

[sr-dev] Re: xhttp_prom missing from kamailio-extra-modules

2024-02-21 Thread Ovidiu Sas via sr-dev
Answering to my own question: it is packaged into the main kamailio package. On Tue, Feb 20, 2024 at 10:54 PM Ovidiu Sas wrote: > > Hello, > > Any particular reason for not shipping xhttp_prom in a deb package? > > -ovidiu -- VoIP Embedded, Inc. http://ww

[sr-dev] xhttp_prom missing from kamailio-extra-modules

2024-02-20 Thread Ovidiu Sas via sr-dev
Hello, Any particular reason for not shipping xhttp_prom in a deb package? -ovidiu ___ Kamailio (SER) - Development Mailing List To unsubscribe send an email to sr-dev-le...@lists.kamailio.org

[sr-dev] Re: [kamailio/kamailio] New module/file_out: Module to log custom strings to file (PR #3741)

2024-02-01 Thread Ovidiu Sas via sr-dev
How about `f_print` or `file_print`? In the end, it doesn't really matter, but `file_out` doesn't seem to be very intuitive ... or maybe that's just me :) Thanks for contributing this, it is a nice addition! -- Reply to this email directly or view it on GitHub:

[sr-dev] Re: [kamailio/kamailio] New module/file_out: Module to log custom strings to file (PR #3741)

2024-02-01 Thread Ovidiu Sas via sr-dev
If performance is crucial, we can keep the index as a first parameter for the `file_out` function and we can change the definition of the `file_out` modparam: ``` modparam("file_out", "base_filename", "0:accounting") modparam("file_out", "base_filename", "1:missed_calls") ``` Populate slot `0`

[sr-dev] Re: [kamailio/kamailio] New module/file_out: Module to log custom strings to file (PR #3741)

2024-02-01 Thread Ovidiu Sas via sr-dev
How about `f_log` or `file_log` instead of `file_out`? Also, the first parameter of `file_out` function seems to be an index to the defined filenames. If the order of the `file_out` modparams is changed, then the script has to be updated. It would be more intuitive to use the actual filename

[sr-dev] git:5.7:3e979157: core: fix indentation on tcp_main.c

2023-11-16 Thread Ovidiu Sas via sr-dev
Module: kamailio Branch: 5.7 Commit: 3e9791570645dee833737077b3326ca6acde6aef URL: https://github.com/kamailio/kamailio/commit/3e9791570645dee833737077b3326ca6acde6aef Author: Ovidiu Sas Committer: Ovidiu Sas Date: 2023-11-16T11:29:18-05:00 core: fix indentation on tcp_main.c (cherry picked

[sr-dev] git:master:243951bc: core: fix indentation on tcp_main.c

2023-11-16 Thread Ovidiu Sas via sr-dev
Module: kamailio Branch: master Commit: 243951bc487c5c67c81062445d4f4d7ee725684f URL: https://github.com/kamailio/kamailio/commit/243951bc487c5c67c81062445d4f4d7ee725684f Author: Ovidiu Sas Committer: Ovidiu Sas Date: 2023-11-16T11:27:21-05:00 core: fix indentation on tcp_main.c

[sr-dev] git:5.7:308506c3: core: fix compilation for older kernels

2023-11-16 Thread Ovidiu Sas via sr-dev
Module: kamailio Branch: 5.7 Commit: 308506c3dacf9c22c63059166f5b674d0199eb44 URL: https://github.com/kamailio/kamailio/commit/308506c3dacf9c22c63059166f5b674d0199eb44 Author: Ovidiu Sas Committer: Ovidiu Sas Date: 2023-11-16T11:26:17-05:00 core: fix compilation for older kernels (cherry

[sr-dev] git:master:34054fbd: core: fix compilation for older kernels

2023-11-16 Thread Ovidiu Sas via sr-dev
Module: kamailio Branch: master Commit: 34054fbd144102d414318249de217cedf8e5bd39 URL: https://github.com/kamailio/kamailio/commit/34054fbd144102d414318249de217cedf8e5bd39 Author: Ovidiu Sas Committer: Ovidiu Sas Date: 2023-11-16T09:29:00-05:00 core: fix compilation for older kernels

[sr-dev] git:5.7:c30e0a3a: pua_dialoginfo: safety check for request pointer

2023-11-16 Thread Ovidiu Sas via sr-dev
Module: kamailio Branch: 5.7 Commit: c30e0a3a6dbe9b80b591ecb9caa53574ebc2988f URL: https://github.com/kamailio/kamailio/commit/c30e0a3a6dbe9b80b591ecb9caa53574ebc2988f Author: Ovidiu Sas Committer: Ovidiu Sas Date: 2023-11-16T08:55:51-05:00 pua_dialoginfo: safety check for request pointer

[sr-dev] git:master:4e614ba6: pua_dialoginfo: safety check for request pointer

2023-11-15 Thread Ovidiu Sas via sr-dev
Module: kamailio Branch: master Commit: 4e614ba6b7a5663bd88f353a3ce7a0976d8e878f URL: https://github.com/kamailio/kamailio/commit/4e614ba6b7a5663bd88f353a3ce7a0976d8e878f Author: Ovidiu Sas Committer: Ovidiu Sas Date: 2023-11-15T22:47:58-05:00 pua_dialoginfo: safety check for request pointer

[sr-dev] git:master:23d43645: mqueue: fix documentation to match the code

2023-06-12 Thread Ovidiu Sas
Module: kamailio Branch: master Commit: 23d43645332451ec1ec6dab11da777f9c3bfe304 URL: https://github.com/kamailio/kamailio/commit/23d43645332451ec1ec6dab11da777f9c3bfe304 Author: Ovidiu Sas Committer: Ovidiu Sas Date: 2023-06-12T12:00:13-04:00 mqueue: fix documentation to match the code

[sr-dev] git:master:848d5538: mqueue: fix support for db_text

2023-06-11 Thread Ovidiu Sas
Module: kamailio Branch: master Commit: 848d55388dda0c135820d9f24950561946249bbc URL: https://github.com/kamailio/kamailio/commit/848d55388dda0c135820d9f24950561946249bbc Author: Ovidiu Sas Committer: Ovidiu Sas Date: 2023-06-12T00:24:15-04:00 mqueue: fix support for db_text - db_operations

[sr-dev] Re: [kamailio/kamailio] mqueue: no support for db_text (Issue #3474)

2023-06-11 Thread Ovidiu Sas
Closed #3474 as completed via 848d55388dda0c135820d9f24950561946249bbc. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3474#event-9497284552 You are receiving this because you are subscribed to this thread. Message ID:

[sr-dev] [kamailio/kamailio] mqueue: no support for db_text (Issue #3474)

2023-05-31 Thread Ovidiu Sas
### Description If mqueue is configured to use db_text, kamailio will not start. Reproduction Here's a simple config that will expose the issue: ``` loadmodule "xlog.so" loadmodule "db_text.so" loadmodule "mqueue.so" modparam("mqueue", "db_url", "text:///usr/local/etc/kamailio/dbtext")

[sr-dev] SHM and PKG memory mixup during tracing in onsend_route for localy generated request leads to memory leaks

2023-05-14 Thread Ovidiu Sas
Hello, While troubleshooting a memory leak, I noticed that we are mixing SHM memory with PKG memory during hep tracing. When the dispatcher timer is scheduled for OPTION pings, the ds_ping_set() is called and the tm module is engaged to handle the ping. dispatcher: dispatcher.c ds_ping_set()

[sr-dev] git:master:a4970749: tm: enhance documentation for on_sl_reply param

2023-04-07 Thread Ovidiu Sas
Module: kamailio Branch: master Commit: a4970749b2be40cd598d4ce5cf2eaa6b38fc2307 URL: https://github.com/kamailio/kamailio/commit/a4970749b2be40cd598d4ce5cf2eaa6b38fc2307 Author: Ovidiu Sas Committer: Ovidiu Sas Date: 2023-04-08T01:48:11-04:00 tm: enhance documentation for on_sl_reply param

Re: [sr-dev] [kamailio/kamailio] htable: bogus error while trying to iterate over an empty htable (Issue #3260)

2022-10-12 Thread Ovidiu Sas
Closed #3260 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3260#event-7573147922 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) -

Re: [sr-dev] [kamailio/kamailio] htable: bogus error while trying to iterate over an empty htable (Issue #3260)

2022-10-12 Thread Ovidiu Sas
My bad: I was calling sht_iterator_end() and passing the htable name as an argument instead of the actual iterator. This didn't raise any error logs in previous versions of kamailio and the error popped up during an upgrade. Closing as invalid ... -- Reply to this email directly or view it on

[sr-dev] [kamailio/kamailio] htable: bogus error while trying to iterate over an empty htable (Issue #3260)

2022-10-11 Thread Ovidiu Sas
### Description While trying to iterate over an empty htable, this erro is printed: ``` ERROR: htable [ht_api.c:1847]: ht_iterator_end(): iterator not found [HTABLE_NAME] ``` There error log should be removed, it is normal to not find an iterator on an empty table. This error is printed only on

Re: [sr-dev] - ims_registrar_scscf: fix multiple contacts in 200OK

2022-06-14 Thread Ovidiu Sas
For greater flexibility, the option should not be a module param, instead a flag for save, so the two options can be used simultaneously. Also, all the functions provided by the ims_registrar_scscf should have the "scscf_" prefix, just like the ims_registrar_pcscf module to avoid overlapping with

[sr-dev] git:5.3:879be1b8: db_text: fix db url in example config

2022-03-15 Thread Ovidiu Sas
Module: kamailio Branch: 5.3 Commit: 879be1b8996bc1f4768ef7b54631a17caa14d0a1 URL: https://github.com/kamailio/kamailio/commit/879be1b8996bc1f4768ef7b54631a17caa14d0a1 Author: Ovidiu Sas Committer: Ovidiu Sas Date: 2022-03-15T12:14:05-04:00 db_text: fix db url in example config (cherry

[sr-dev] git:5.4:053b3db1: db_text: fix db url in example config

2022-03-15 Thread Ovidiu Sas
Module: kamailio Branch: 5.4 Commit: 053b3db11a89d0bbb86ca95f9fd9b242cfb68f78 URL: https://github.com/kamailio/kamailio/commit/053b3db11a89d0bbb86ca95f9fd9b242cfb68f78 Author: Ovidiu Sas Committer: Ovidiu Sas Date: 2022-03-15T12:13:25-04:00 db_text: fix db url in example config (cherry

[sr-dev] git:5.5:4c893825: db_text: fix db url in example config

2022-03-15 Thread Ovidiu Sas
Module: kamailio Branch: 5.5 Commit: 4c8938252d583bcfe720231e9f579ee461095c6d URL: https://github.com/kamailio/kamailio/commit/4c8938252d583bcfe720231e9f579ee461095c6d Author: Ovidiu Sas Committer: Ovidiu Sas Date: 2022-03-15T12:12:44-04:00 db_text: fix db url in example config (cherry

[sr-dev] git:master:b98cbddf: db_text: fix db url in example config

2022-03-15 Thread Ovidiu Sas
Module: kamailio Branch: master Commit: b98cbddfaf271887276c4be8a98a0708dab4d091 URL: https://github.com/kamailio/kamailio/commit/b98cbddfaf271887276c4be8a98a0708dab4d091 Author: Ovidiu Sas Committer: Ovidiu Sas Date: 2022-03-15T12:09:15-04:00 db_text: fix db url in example config

Re: [sr-dev] Info: sipexer v1.0.0 - sip cli tool

2022-02-14 Thread Ovidiu Sas
Hello Daniel, Very nice tool! Thank you for sharing! -ovidiu On Mon, Feb 14, 2022 at 09:02 Daniel-Constantin Mierla wrote: > Hello, > > I want to announce the availability of sipexer v1.0.0 - a sip cli tool > that can facilitate testing and monitoring of SIP signalling systems. It > tries to

[sr-dev] git:master:22476389: secsipid: fix documentation example for secsipid_check() function

2021-07-01 Thread Ovidiu Sas
Module: kamailio Branch: master Commit: 224763898a9a6c1d3214129ecf0b4bf07baf62f3 URL: https://github.com/kamailio/kamailio/commit/224763898a9a6c1d3214129ecf0b4bf07baf62f3 Author: Ovidiu Sas Committer: Ovidiu Sas Date: 2021-07-01T10:09:24-04:00 secsipid: fix documentation example

[sr-dev] git:5.5:6751ccf1: secsipid: fix documentation for secsipid_check_identity_pubkey

2021-07-01 Thread Ovidiu Sas
Module: kamailio Branch: 5.5 Commit: 6751ccf10f7860098cfc080e492aa2e35107fdf2 URL: https://github.com/kamailio/kamailio/commit/6751ccf10f7860098cfc080e492aa2e35107fdf2 Author: Ovidiu Sas Committer: Ovidiu Sas Date: 2021-07-01T10:06:33-04:00 secsipid: fix documentation

[sr-dev] git:master:1e4911d8: secsipid: fix documentation for secsipid_check_identity_pubkey

2021-07-01 Thread Ovidiu Sas
Module: kamailio Branch: master Commit: 1e4911d8a92e9e2ff25457d76d47bee111433947 URL: https://github.com/kamailio/kamailio/commit/1e4911d8a92e9e2ff25457d76d47bee111433947 Author: Ovidiu Sas Committer: Ovidiu Sas Date: 2021-07-01T10:04:10-04:00 secsipid: fix documentation

Re: [sr-dev] [kamailio/kamailio] Typo in htable.seti example (#2782)

2021-06-15 Thread Ovidiu Sas
Fixed! Thanks for reporting it! -ovidiu On Tue, Jun 15, 2021 at 12:51 PM arkadiam wrote: > > https://github.com/kamailio/kamailio/blob/30467037a7d97def6fbb40cad14e6f101178cb05/src/modules/htable/doc/htable_admin.xml#L1366 > > It should be htable.seti to set as an integer > > — > You are

[sr-dev] git:master:ee9c2bc2: htable: fix documentation

2021-06-15 Thread Ovidiu Sas
Module: kamailio Branch: master Commit: ee9c2bc2046103f0f7888c078b1f88d0befd6f7d URL: https://github.com/kamailio/kamailio/commit/ee9c2bc2046103f0f7888c078b1f88d0befd6f7d Author: Ovidiu Sas Committer: Ovidiu Sas Date: 2021-06-15T13:03:07-04:00 htable: fix documentation - reported by arkadiam

[sr-dev] git:5.3:9a381b67: xhttp_prom: fix small copy/paste typo in documentation

2021-05-18 Thread Ovidiu Sas
Module: kamailio Branch: 5.3 Commit: 9a381b67709d051c3451c7822443540a4e8ef45f URL: https://github.com/kamailio/kamailio/commit/9a381b67709d051c3451c7822443540a4e8ef45f Author: Ovidiu Sas Committer: Ovidiu Sas Date: 2021-05-18T15:04:42-04:00 xhttp_prom: fix small copy/paste typo

[sr-dev] git:5.4:f2dc57a7: xhttp_prom: fix small copy/paste typo in documentation

2021-05-18 Thread Ovidiu Sas
Module: kamailio Branch: 5.4 Commit: f2dc57a75ddad30205dadc59c435e423e3ee669f URL: https://github.com/kamailio/kamailio/commit/f2dc57a75ddad30205dadc59c435e423e3ee669f Author: Ovidiu Sas Committer: Ovidiu Sas Date: 2021-05-18T15:03:14-04:00 xhttp_prom: fix small copy/paste typo

[sr-dev] git:5.5:ef765d3f: xhttp_prom: fix small copy/paste typo in documentation

2021-05-18 Thread Ovidiu Sas
Module: kamailio Branch: 5.5 Commit: ef765d3f4c9fb4bfa5949b2e10f208cd44c5e1db URL: https://github.com/kamailio/kamailio/commit/ef765d3f4c9fb4bfa5949b2e10f208cd44c5e1db Author: Ovidiu Sas Committer: Ovidiu Sas Date: 2021-05-18T15:01:44-04:00 xhttp_prom: fix small copy/paste typo

[sr-dev] git:master:2967a41f: xhttp_prom: fix small copy/paste typo in documentation

2021-05-18 Thread Ovidiu Sas
Module: kamailio Branch: master Commit: 2967a41f5537df81745a71226ba9e793ccbdd453 URL: https://github.com/kamailio/kamailio/commit/2967a41f5537df81745a71226ba9e793ccbdd453 Author: Ovidiu Sas Committer: Ovidiu Sas Date: 2021-05-18T15:00:23-04:00 xhttp_prom: fix small copy/paste typo

[sr-dev] git:5.3:09b510ad: siputils: update docs for encode/decode_contact functions

2021-05-03 Thread Ovidiu Sas
Module: kamailio Branch: 5.3 Commit: 09b510adbef121f94739d1fcf46bd92baf80ea77 URL: https://github.com/kamailio/kamailio/commit/09b510adbef121f94739d1fcf46bd92baf80ea77 Author: Ovidiu Sas Committer: Ovidiu Sas Date: 2021-05-03T18:47:43-04:00 siputils: update docs for encode/decode_contact

[sr-dev] git:5.4:ea1239e5: siputils: update docs for encode/decode_contact functions

2021-05-03 Thread Ovidiu Sas
Module: kamailio Branch: 5.4 Commit: ea1239e57190da34b3043de3c8266a004554146e URL: https://github.com/kamailio/kamailio/commit/ea1239e57190da34b3043de3c8266a004554146e Author: Ovidiu Sas Committer: Ovidiu Sas Date: 2021-05-03T18:44:48-04:00 siputils: update docs for encode/decode_contact

[sr-dev] git:5.5:2b9dc471: siputils: update docs for encode/decode_contact functions

2021-05-03 Thread Ovidiu Sas
Module: kamailio Branch: 5.5 Commit: 2b9dc4713d85b1367631871205547aaf25a822a1 URL: https://github.com/kamailio/kamailio/commit/2b9dc4713d85b1367631871205547aaf25a822a1 Author: Ovidiu Sas Committer: Ovidiu Sas Date: 2021-05-03T18:44:00-04:00 siputils: update docs for encode/decode_contact

[sr-dev] git:master:bf73b0d7: siputils: update docs for encode/decode_contact functions

2021-05-03 Thread Ovidiu Sas
Module: kamailio Branch: master Commit: bf73b0d72177828e3c35f0fe318f7ef654c89b6b URL: https://github.com/kamailio/kamailio/commit/bf73b0d72177828e3c35f0fe318f7ef654c89b6b Author: Ovidiu Sas Committer: Ovidiu Sas Date: 2021-05-03T18:20:05-04:00 siputils: update docs for encode/decode_contact

Re: [sr-dev] [kamailio/kamailio] siptrace: duplicate_uri with multiple values (#2693)

2021-03-26 Thread Ovidiu Sas
In the config, you can make another call to sip_trace and specify there the new destiantion: `sip_trace("sip:127.0.0.1:9060", "", "t");` HEP traffic will be sent to the new destination (127.0.0.1:9060) in addition to the default one (sip:homer.example.com:9060). -- You are receiving this

[sr-dev] git:master:5ac49634: siptrace: properly terminate logs with '\n'

2021-03-24 Thread Ovidiu Sas
Module: kamailio Branch: master Commit: 5ac49634c18955ffedd0ad909d2199e5881905c6 URL: https://github.com/kamailio/kamailio/commit/5ac49634c18955ffedd0ad909d2199e5881905c6 Author: Ovidiu Sas Committer: Ovidiu Sas Date: 2021-03-24T19:35:11-04:00 siptrace: properly terminate logs with '\n

[sr-dev] git:5.3:9c6b822b: siputils: 0-ending value on deconding uri

2021-03-16 Thread Ovidiu Sas
Module: kamailio Branch: 5.3 Commit: 9c6b822b4e9b297c497cec241b257a177ca804b1 URL: https://github.com/kamailio/kamailio/commit/9c6b822b4e9b297c497cec241b257a177ca804b1 Author: Daniel-Constantin Mierla Committer: Ovidiu Sas Date: 2021-03-16T15:54:51-04:00 siputils: 0-ending value on deconding

[sr-dev] git:5.3:a6fa3dee: mangler: 0-ending value on deconding uri

2021-03-16 Thread Ovidiu Sas
Module: kamailio Branch: 5.3 Commit: a6fa3dee5b1642e3285a1d92c890bff39810e804 URL: https://github.com/kamailio/kamailio/commit/a6fa3dee5b1642e3285a1d92c890bff39810e804 Author: Daniel-Constantin Mierla Committer: Ovidiu Sas Date: 2021-03-16T15:54:45-04:00 mangler: 0-ending value on deconding

[sr-dev] git:5.4:a779c66d: mangler: 0-ending value on deconding uri

2021-03-16 Thread Ovidiu Sas
Module: kamailio Branch: 5.4 Commit: a779c66dbb19cc5b7938072439327003acd5dc7a URL: https://github.com/kamailio/kamailio/commit/a779c66dbb19cc5b7938072439327003acd5dc7a Author: Daniel-Constantin Mierla Committer: Ovidiu Sas Date: 2021-03-16T13:17:30-04:00 mangler: 0-ending value on deconding

[sr-dev] git:5.4:b739727c: siputils: 0-ending value on deconding uri

2021-03-16 Thread Ovidiu Sas
Module: kamailio Branch: 5.4 Commit: b739727cfb66eb56683d236540d8463b870080f5 URL: https://github.com/kamailio/kamailio/commit/b739727cfb66eb56683d236540d8463b870080f5 Author: Daniel-Constantin Mierla Committer: Ovidiu Sas Date: 2021-03-16T13:17:15-04:00 siputils: 0-ending value on deconding

[sr-dev] git:5.4:bdf4e004: kex: display proper values for pkg mem stats

2021-02-20 Thread Ovidiu Sas
Module: kamailio Branch: 5.4 Commit: bdf4e004d8606f3228d794d55ce7a522b98129f4 URL: https://github.com/kamailio/kamailio/commit/bdf4e004d8606f3228d794d55ce7a522b98129f4 Author: Ovidiu Sas Committer: Ovidiu Sas Date: 2021-02-20T19:24:36-05:00 kex: display proper values for pkg mem stats

[sr-dev] git:master:220f9ca3: kex: display proper values for pkg mem stats

2021-02-17 Thread Ovidiu Sas
Module: kamailio Branch: master Commit: 220f9ca3c486b92797982a243fab463e9e5a URL: https://github.com/kamailio/kamailio/commit/220f9ca3c486b92797982a243fab463e9e5a Author: Ovidiu Sas Committer: Ovidiu Sas Date: 2021-02-17T12:08:10-05:00 kex: display proper values for pkg mem stats

Re: [sr-dev] [kamailio/kamailio] Need to handle a rejected REFER (#2601)

2021-01-12 Thread Ovidiu Sas
Closed #2601. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/2601#event-4197250911___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] Need to handle a rejected REFER (#2601)

2021-01-12 Thread Ovidiu Sas
The tracker here is for reporting bugs in Kamailio code. If you have questions about using Kamailio, then address them to sr-us...@lists.kamailio.org mailing list. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] dialog: reason behind not storing early state dialogs in db

2020-06-13 Thread Ovidiu Sas
One observation here: early dialogs are bound to the initial INVITE transaction. For this reason, early dialogs should not be restored from db because the transaction is no longer present (during failover or restart). Thanks, Ovidiu On Fri, Jun 12, 2020 at 3:35 PM Henning Westerholt wrote: > >

Re: [sr-dev] [kamailio/kamailio] How to resolve these mod_param errors in Kamailio 5.3.1? More info below: (#2355)

2020-06-11 Thread Ovidiu Sas
Take a look at the new param: https://kamailio.org/docs/modules/5.3.x/modules/dispatcher.html#dispatcher.p.xavp_dst Up to version 5.2, regular AVPs were used, but starting with version 5.3 the regular AVPs were replaced by an XAVP. Regards, Ovidiu Sas On Thu, Jun 11, 2020 at 04:48 MaabSaleeem

Re: [sr-dev] error_readline_pkg-config with latest Makefile

2020-03-20 Thread Ovidiu Sas
Try to pass the proper path through the “-I” flag via the CC_EXTRA_OPTS. Regards, Ovidiu Sas On Fri, Mar 20, 2020 at 04:35 subhra giri wrote: > Hi Ovidiu > I have attached my makefile. > I have added path to readline, but still get erro > /home/subhra/SDK3.1.2/tools-3.1.2_build_5

Re: [sr-dev] error_readline_pkg-config with latest Makefile

2020-03-19 Thread Ovidiu Sas
-mails will go unanswered, Regards, Ovidiu Sas On Thu, Mar 19, 2020 at 11:53 PM subhra giri wrote: > > Dear ovidiu > I am not able to fix the issue in makefile. > Please help me what i should update in makefile for cross-compiling readline > for mips. > readline.h is located

Re: [sr-dev] error_readline_pkg-config with latest Makefile

2020-03-19 Thread Ovidiu Sas
That’s the wrong path because is the host’s path. You need to install readline for the target and provide that path to the Makefile. -ovidiu On Thu, Mar 19, 2020 at 11:05 subhra giri wrote: > Hi Daniel > readline.h is located at > /usr/include/readline/readline.h > > And libreadline*.so* are

[sr-dev] git:5.0:7c988639: db_text: add missing "max_result_rows" param to the doc

2019-05-15 Thread Ovidiu Sas
Module: kamailio Branch: 5.0 Commit: 7c9886391094a6bc87886f8246edfbfefc21dbf2 URL: https://github.com/kamailio/kamailio/commit/7c9886391094a6bc87886f8246edfbfefc21dbf2 Author: Ovidiu Sas Committer: Ovidiu Sas Date: 2019-05-15T10:19:35-04:00 db_text: add missing "max_result_rows&q

[sr-dev] git:5.1:aed2b5ca: db_text: add missing "max_result_rows" param to the doc

2019-05-15 Thread Ovidiu Sas
Module: kamailio Branch: 5.1 Commit: aed2b5cacc6cd278693452e6e73eccb33fbcb4a1 URL: https://github.com/kamailio/kamailio/commit/aed2b5cacc6cd278693452e6e73eccb33fbcb4a1 Author: Ovidiu Sas Committer: Ovidiu Sas Date: 2019-05-15T10:18:36-04:00 db_text: add missing "max_result_rows&q

[sr-dev] git:5.2:efa66015: db_text: add missing "max_result_rows" param to the doc

2019-05-15 Thread Ovidiu Sas
Module: kamailio Branch: 5.2 Commit: efa660150a4e68e1af274d492acc7b05bf9b555a URL: https://github.com/kamailio/kamailio/commit/efa660150a4e68e1af274d492acc7b05bf9b555a Author: Ovidiu Sas Committer: Ovidiu Sas Date: 2019-05-15T10:17:54-04:00 db_text: add missing "max_result_rows&q

[sr-dev] git:master:6b7d02c9: db_text: add missing "max_result_rows" param to the doc

2019-05-15 Thread Ovidiu Sas
Module: kamailio Branch: master Commit: 6b7d02c9ed404abaa7c45dbcc86173533a838e01 URL: https://github.com/kamailio/kamailio/commit/6b7d02c9ed404abaa7c45dbcc86173533a838e01 Author: Ovidiu Sas Committer: Ovidiu Sas Date: 2019-05-15T10:16:27-04:00 db_text: add missing "max_result_rows&q

[sr-dev] git:5.0:0bf66e01: db_text: avoid buffer overflow for large names and/or values in db_text files

2019-05-10 Thread Ovidiu Sas
Module: kamailio Branch: 5.0 Commit: 0bf66e01329d4cfe8810586bb3735fbb11dbb0e0 URL: https://github.com/kamailio/kamailio/commit/0bf66e01329d4cfe8810586bb3735fbb11dbb0e0 Author: Ovidiu Sas Committer: Ovidiu Sas Date: 2019-05-10T10:14:31-04:00 db_text: avoid buffer overflow for large names

[sr-dev] git:5.0:34752a8a: db_text: throw an error and abort instead of silently truncate tables

2019-05-10 Thread Ovidiu Sas
Module: kamailio Branch: 5.0 Commit: 34752a8ab5beb0d71e2fddcde435b410b6825563 URL: https://github.com/kamailio/kamailio/commit/34752a8ab5beb0d71e2fddcde435b410b6825563 Author: Ovidiu Sas Committer: Ovidiu Sas Date: 2019-05-10T10:14:22-04:00 db_text: throw an error and abort instead

[sr-dev] git:5.1:44d1fa36: db_text: avoid buffer overflow for large names and/or values in db_text files

2019-05-10 Thread Ovidiu Sas
Module: kamailio Branch: 5.1 Commit: 44d1fa361c08f6e2be09f7f69bbc3d8fd10f5620 URL: https://github.com/kamailio/kamailio/commit/44d1fa361c08f6e2be09f7f69bbc3d8fd10f5620 Author: Ovidiu Sas Committer: Ovidiu Sas Date: 2019-05-10T10:13:36-04:00 db_text: avoid buffer overflow for large names

[sr-dev] git:5.1:57a51ee1: db_text: throw an error and abort instead of silently truncate tables

2019-05-10 Thread Ovidiu Sas
Module: kamailio Branch: 5.1 Commit: 57a51ee115ff11459107e76bd6bc98358874473f URL: https://github.com/kamailio/kamailio/commit/57a51ee115ff11459107e76bd6bc98358874473f Author: Ovidiu Sas Committer: Ovidiu Sas Date: 2019-05-10T10:13:31-04:00 db_text: throw an error and abort instead

[sr-dev] git:5.2:04a0a701: db_text: avoid buffer overflow for large names and/or values in db_text files

2019-05-10 Thread Ovidiu Sas
Module: kamailio Branch: 5.2 Commit: 04a0a7014a605d9d332b70f966f8afc5fec4d448 URL: https://github.com/kamailio/kamailio/commit/04a0a7014a605d9d332b70f966f8afc5fec4d448 Author: Ovidiu Sas Committer: Ovidiu Sas Date: 2019-05-10T10:12:47-04:00 db_text: avoid buffer overflow for large names

[sr-dev] git:5.2:5f811410: db_text: throw an error and abort instead of silently truncate tables

2019-05-10 Thread Ovidiu Sas
Module: kamailio Branch: 5.2 Commit: 5f8114102fb64510b283ceba7f10a3345e632d70 URL: https://github.com/kamailio/kamailio/commit/5f8114102fb64510b283ceba7f10a3345e632d70 Author: Ovidiu Sas Committer: Ovidiu Sas Date: 2019-05-10T10:12:30-04:00 db_text: throw an error and abort instead

[sr-dev] git:master:20febb28: db_text: avoid buffer overflow for large names and/or values in db_text files

2019-04-30 Thread Ovidiu Sas
Module: kamailio Branch: master Commit: 20febb28402a2e1ef3c23fda6db0825ae64affc6 URL: https://github.com/kamailio/kamailio/commit/20febb28402a2e1ef3c23fda6db0825ae64affc6 Author: Ovidiu Sas Committer: Ovidiu Sas Date: 2019-04-30T14:21:38-04:00 db_text: avoid buffer overflow for large names

[sr-dev] git:master:3ed1fcdb: db_text: throw an error and abort instead of silently truncate tables

2019-04-30 Thread Ovidiu Sas
Module: kamailio Branch: master Commit: 3ed1fcdbb9247b1eb10d8d544f2a67b277bd1031 URL: https://github.com/kamailio/kamailio/commit/3ed1fcdbb9247b1eb10d8d544f2a67b277bd1031 Author: Ovidiu Sas Committer: Ovidiu Sas Date: 2019-04-30T13:31:20-04:00 db_text: throw an error and abort instead

[sr-dev] git:master:4b160fd7: lcr: make rpc command lcr.load_gw more verbose

2019-04-25 Thread Ovidiu Sas
Module: kamailio Branch: master Commit: 4b160fd72bc0e532d189d565b86e3f7c1e15926b URL: https://github.com/kamailio/kamailio/commit/4b160fd72bc0e532d189d565b86e3f7c1e15926b Author: Ovidiu Sas Committer: Ovidiu Sas Date: 2019-04-25T14:58:55-05:00 lcr: make rpc command lcr.load_gw more verbose

[sr-dev] git:master:45d42958: lcr: fix rpc output of lcr.dump_gws

2019-04-11 Thread Ovidiu Sas
Module: kamailio Branch: master Commit: 45d4295829a436248419cfce3fd534b39efd0dcd URL: https://github.com/kamailio/kamailio/commit/45d4295829a436248419cfce3fd534b39efd0dcd Author: Ovidiu Sas Committer: Ovidiu Sas Date: 2019-04-11T09:57:35-05:00 lcr: fix rpc output of lcr.dump_gws

[sr-dev] git:master:ce00265d: lcr: implemented structured output for lcr.dump_rules rpc command

2019-04-08 Thread Ovidiu Sas
Module: kamailio Branch: master Commit: ce00265d25741657f255bd35403ba9d6cce297fc URL: https://github.com/kamailio/kamailio/commit/ce00265d25741657f255bd35403ba9d6cce297fc Author: Ovidiu Sas Committer: Ovidiu Sas Date: 2019-04-08T15:00:06-04:00 lcr: implemented structured output

Re: [sr-dev] [kamailio/kamailio] lcr: enhance the lcr.dump_rules with filtering params: (#1922)

2019-04-04 Thread Ovidiu Sas
Closed #1922. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/1922#event-2253195081___ Kamailio (SER) - Development Mailing List

[sr-dev] git:master:8f796ab6: lcr: enhance RPC command lcr.dump_rules with filetring params

2019-04-04 Thread Ovidiu Sas
Module: kamailio Branch: master Commit: 8f796ab6f5b1edb0c4b9a7d4e3251a026dd0bb1a URL: https://github.com/kamailio/kamailio/commit/8f796ab6f5b1edb0c4b9a7d4e3251a026dd0bb1a Author: Ovidiu Sas Committer: Ovidiu Sas Date: 2019-04-04T10:46:33-04:00 lcr: enhance RPC command lcr.dump_rules

Re: [sr-dev] [kamailio/kamailio] lcr: enhance the lcr.dump_rules with filtering params: (#1922)

2019-04-03 Thread Ovidiu Sas
@juha-h, please check this enhancement to the lcr.dump_rules rpc command. Thanks, Ovidiu -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[sr-dev] [kamailio/kamailio] lcr: enhance the lcr.dump_rules with filtering params: (#1922)

2019-04-03 Thread Ovidiu Sas
lcr: enhance the lcr.dump_rules with filtering params: - lcr_id [optional] - prefix [optional] If lcr_id param is provided, then only the rules belonging to the given lcr_id will be dumped. If the lcr_id and prefix param is provided, then only the rules belonging to the given lcr_id and

Re: [sr-dev] git:master:62f7cd41: db_oracle: oracle client updated: 12.2 -> 18.3

2019-03-14 Thread Ovidiu Sas
enning > > Am 11.03.2019 um 20:08 schrieb Ovidiu Sas: > > Module: kamailio > > Branch: master > > Commit: 62f7cd417b759261d8b29b7a8c603560fa3dd497 > > URL: > https://github.com/kamailio/kamailio/commit/62f7cd417b759261d8b29b7a8c603560fa3dd497 > > > > Auth

[sr-dev] git:master:62f7cd41: db_oracle: oracle client updated: 12.2 -> 18.3

2019-03-11 Thread Ovidiu Sas
Module: kamailio Branch: master Commit: 62f7cd417b759261d8b29b7a8c603560fa3dd497 URL: https://github.com/kamailio/kamailio/commit/62f7cd417b759261d8b29b7a8c603560fa3dd497 Author: Ovidiu Sas Committer: Ovidiu Sas Date: 2019-03-11T15:06:44-04:00 db_oracle: oracle client updated: 12.2 -> 1

[sr-dev] git:master:9075253c: rr: parse route headers if not parsed already (instead of aborting)

2019-02-25 Thread Ovidiu Sas
Module: kamailio Branch: master Commit: 9075253cd220165a5386ea6ed8f474ff185f8ed9 URL: https://github.com/kamailio/kamailio/commit/9075253cd220165a5386ea6ed8f474ff185f8ed9 Author: Ovidiu Sas Committer: Ovidiu Sas Date: 2019-02-26T07:56:44+11:00 rr: parse route headers if not parsed already

Re: [sr-dev] git:master:91b2c5da: siputils: fix debug logging

2019-02-21 Thread Ovidiu Sas
Hello Henning, After the push I realized that I forgot to update the author. My bad. I wanted to revert the commit, but I didn't know if we have a preferred way of doing it. So, is there a guideline for reverting a commit? I will revert it and re-commit with proper credentials. Thanks, Ovidiu

[sr-dev] git:master:83a31b81: siputils: fix debug logging

2019-02-21 Thread Ovidiu Sas
Module: kamailio Branch: master Commit: 83a31b81740ac57ca8a82e5e4a9509484e740ae7 URL: https://github.com/kamailio/kamailio/commit/83a31b81740ac57ca8a82e5e4a9509484e740ae7 Author: Ovidiu Sas Committer: Ovidiu Sas Date: 2019-02-21T18:48:55-05:00 siputils: fix debug logging --- Modified: src

[sr-dev] git:master:14b89ca9: Revert "siputils: fix debug logging"

2019-02-21 Thread Ovidiu Sas
Module: kamailio Branch: master Commit: 14b89ca98fbcd355e822115c126f23cba1649ca2 URL: https://github.com/kamailio/kamailio/commit/14b89ca98fbcd355e822115c126f23cba1649ca2 Author: Ovidiu Sas Committer: Ovidiu Sas Date: 2019-02-21T18:47:34-05:00 Revert "siputils: fix debug lo

Re: [sr-dev] git:master:91b2c5da: siputils: fix debug logging

2019-02-21 Thread Ovidiu Sas
Hello Henning, After the push I realized that I forgot to update the author. My bad. I wanted to revert the commit, but I didn't know if we have a preferred way of doing it. So, is there a guideline for reverting a commit? I will revert it and re-commit with proper credentials. Thanks, Ovidiu

Re: [sr-dev] [kamailio/kamailio] textops: Support RFC3264 for is_audio_on_hold() function (#1292)

2018-02-02 Thread Ovidiu Sas
Closed #1292. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/1292#event-1455756946___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] textops: Support RFC3264 for is_audio_on_hold() function (#1292)

2018-02-02 Thread Ovidiu Sas
is_audio_on_hold() will return the hold type: if(is_audio_on_hold()) { switch ($rc) { case 1: # RFC2543 hold type # do interesting stuff here break; case 2: # RFC3264 hold type # do interesting stuff here break; } -- You are

[sr-dev] git:master:fad36ca8: textops: documentation updated for is_audio_on_hold()

2018-02-02 Thread Ovidiu Sas
Module: kamailio Branch: master Commit: fad36ca8bc3526f71f8bb3af46afe3bb2a0f1789 URL: https://github.com/kamailio/kamailio/commit/fad36ca8bc3526f71f8bb3af46afe3bb2a0f1789 Author: Ovidiu Sas <o...@voipembedded.com> Committer: Ovidiu Sas <o...@voipembedded.com> Date: 2018-02-02T14

[sr-dev] git:master:9f735ef8: textops: is_audio_on_hold() returns hold type

2018-02-02 Thread Ovidiu Sas
Module: kamailio Branch: master Commit: 9f735ef803bfc8b6722f71a2bef00b071ab1ca1b URL: https://github.com/kamailio/kamailio/commit/9f735ef803bfc8b6722f71a2bef00b071ab1ca1b Author: Ovidiu Sas <o...@voipembedded.com> Committer: Ovidiu Sas <o...@voipembedded.com> Date: 2018-02-02T14

[sr-dev] git:master:51be5b7a: parser/sdp: distinguish between RFC2543 and RFC3264 media hold type

2018-02-02 Thread Ovidiu Sas
Module: kamailio Branch: master Commit: 51be5b7a889e394927cce1009a09e1c2f52123ca URL: https://github.com/kamailio/kamailio/commit/51be5b7a889e394927cce1009a09e1c2f52123ca Author: Ovidiu Sas <o...@voipembedded.com> Committer: Ovidiu Sas <o...@voipembedded.com> Date: 2018-02-02T14

[sr-dev] git:5.1:45233bf5: textops: update documentation for is_audio_on_hold()

2018-02-02 Thread Ovidiu Sas
Module: kamailio Branch: 5.1 Commit: 45233bf5d736b7f47390d150d41511702212183b URL: https://github.com/kamailio/kamailio/commit/45233bf5d736b7f47390d150d41511702212183b Author: Ovidiu Sas <o...@voipembedded.com> Committer: Ovidiu Sas <o...@voipembedded.com> Date: 2018-02-02T14

[sr-dev] git:master:def7be2a: textops: update documentation for is_audio_on_hold()

2018-02-02 Thread Ovidiu Sas
Module: kamailio Branch: master Commit: def7be2a3a60039c21c0711153152533b8ceb836 URL: https://github.com/kamailio/kamailio/commit/def7be2a3a60039c21c0711153152533b8ceb836 Author: Ovidiu Sas <o...@voipembedded.com> Committer: Ovidiu Sas <o...@voipembedded.com> Date: 2018-02-02T14

[sr-dev] git:5.1:f0395bf2: xhttp_rpc: fix array printing

2017-11-16 Thread Ovidiu Sas
Module: kamailio Branch: 5.1 Commit: f0395bf20816a96f688643d61a4b19706624db78 URL: https://github.com/kamailio/kamailio/commit/f0395bf20816a96f688643d61a4b19706624db78 Author: Ovidiu Sas <o...@voipembedded.com> Committer: Ovidiu Sas <o...@voipembedded.com> Date: 2017-11-16T10

[sr-dev] git:master:41754b64: xhttp_rpc: fix array printing

2017-11-16 Thread Ovidiu Sas
Module: kamailio Branch: master Commit: 41754b645f986175f3385498057bae8bd33646af URL: https://github.com/kamailio/kamailio/commit/41754b645f986175f3385498057bae8bd33646af Author: Ovidiu Sas <o...@voipembedded.com> Committer: Ovidiu Sas <o...@voipembedded.com> Date: 2017-11-16T09

  1   2   >