Module: kamailio
Branch: master
Commit: 93fc6bc9c965391aa1e4ca546119ce2cc8699fbd
URL: https://github.com/kamailio/kamailio/commit/93fc6bc9c965391aa1e4ca546119ce2…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2023-10-18T10:02:28+02:00
modules: readme files regenerated - topos ... [skip ci]
---
Modified: src/modules/topos/README
---
Diff: https://github.com/kamailio/kamailio/commit/93fc6bc9c965391aa1e4ca546119ce2…
Patch: https://github.com/kamailio/kamailio/commit/93fc6bc9c965391aa1e4ca546119ce2…
---
diff --git a/src/modules/topos/README b/src/modules/topos/README
index 033acf3a1e1..ad13698a204 100644
--- a/src/modules/topos/README
+++ b/src/modules/topos/README
@@ -233,7 +233,7 @@ modparam("topos", "db_url", "dbdriver://username:password@dbhost/dbname")
Call-id in the SIP message payload or header, so it is safe to not
encode Call-id in such cases. Well-known extensions such as call
transfer or conference join will be added to work with encoded Call-id.
- Topoh module should be loaded with use_mode paramerter set to 1
+ Topoh module should be loaded with use_mode parameter set to 1
Default value is 0 (do not mask).
Module: kamailio
Branch: master
Commit: d2f0e1c31920e5b2b38ddbc823c6bc332fac86a5
URL: https://github.com/kamailio/kamailio/commit/d2f0e1c31920e5b2b38ddbc823c6bc3…
Author: Henning Westerholt <hw(a)gilawa.com>
Committer: Henning Westerholt <hw(a)gilawa.com>
Date: 2023-10-18T07:55:59Z
topos: spelling fix in docs
---
Modified: src/modules/topos/doc/topos_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/d2f0e1c31920e5b2b38ddbc823c6bc3…
Patch: https://github.com/kamailio/kamailio/commit/d2f0e1c31920e5b2b38ddbc823c6bc3…
---
diff --git a/src/modules/topos/doc/topos_admin.xml b/src/modules/topos/doc/topos_admin.xml
index 9c1e4d3df1f..ebedcd13999 100644
--- a/src/modules/topos/doc/topos_admin.xml
+++ b/src/modules/topos/doc/topos_admin.xml
@@ -141,7 +141,7 @@ modparam("topos", "db_url", "&exampledb;")
not encode Call-id in such cases. Well-known extensions such as
call transfer or conference join will be added to work with encoded
Call-id.
- Topoh module should be loaded with use_mode paramerter set to 1
+ Topoh module should be loaded with use_mode parameter set to 1
</para>
<para>
Module: kamailio
Branch: master
Commit: 70ff7c298f257bec48809b9bc80fd06cfe87c7b4
URL: https://github.com/kamailio/kamailio/commit/70ff7c298f257bec48809b9bc80fd06…
Author: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Committer: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Date: 2023-10-18T09:41:01+02:00
github: disable CodeQL scan for pull requests [skip ci]
job is failling due to "java.io.IOException: No space left on device"
---
Modified: .github/workflows/codeql.yml
---
Diff: https://github.com/kamailio/kamailio/commit/70ff7c298f257bec48809b9bc80fd06…
Patch: https://github.com/kamailio/kamailio/commit/70ff7c298f257bec48809b9bc80fd06…
---
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 59e3dbf476f..3b36e5edd05 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -1,8 +1,6 @@
name: "CodeQL"
on:
- pull_request:
- branches: [ "master" ]
schedule:
- cron: "30 0 * * *"
# Allows you to run this workflow manually from the Actions tab