Module: kamailio
Branch: master
Commit: 81f966174275b715608f50aae606d40a791dd67c
URL: https://github.com/kamailio/kamailio/commit/81f966174275b715608f50aae606d40…
Author: Xenofon Karamanos <22965395+xkaraman(a)users.noreply.github.com>
Committer: Henning Westerholt <hw(a)gilawa.com>
Date: 2024-09-16T13:39:06+02:00
dialog/doc: Remove dlg_flag docs and suggest dlg_manage() instead.
---
Modified: src/modules/dialog/doc/dialog_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/81f966174275b715608f50aae606d40…
Patch: https://github.com/kamailio/kamailio/commit/81f966174275b715608f50aae606d40…
---
diff --git a/src/modules/dialog/doc/dialog_admin.xml b/src/modules/dialog/doc/dialog_admin.xml
index 07116e70a63..d1547b367a6 100644
--- a/src/modules/dialog/doc/dialog_admin.xml
+++ b/src/modules/dialog/doc/dialog_admin.xml
@@ -46,9 +46,8 @@
<title>How it works</title>
<para>
To create the dialog associated with an initial INVITE request, execute
- the function <quote>dlg_manage()</quote> or set the flag specified by
- parameter <quote>dlg_flag</quote> (<xref linkend="dialog.p.flag"/>)
- before creating the corresponding transaction.
+ the function <quote>dlg_manage()</quote> before creating the
+ corresponding transaction.
</para>
<para>
The dialog is automatically destroyed when a <quote>BYE</quote> is
@@ -253,28 +252,17 @@ modparam("dialog", "rr_param", "xyz")
<section id="dialog.p.flag">
<title><varname>dlg_flag</varname> (integer)</title>
<para>
- Flag to be used for marking if a dialog should be constructed for the
- current request (this makes sense only for initial requests).
- </para>
- <para>
- Note: it is not needed to set this parameter and its corresponding flag
+ Note: This flag has beed deprecated and not used anyymore.
+ it is not needed to set this parameter and its corresponding flag
for initial request in case the <quote>dlg_manage()</quote> function
- is used. In other words, using <quote>dlg_manage()</quote> alone is
- enough.
+ is used.
+ In other words, use <quote>dlg_manage()</quote>.
</para>
<para>
<emphasis>
Default value is <quote>none</quote>.
</emphasis>
</para>
- <example>
- <title>Set <varname>dlg_flag</varname> parameter</title>
- <programlisting format="linespecific">
-...
-modparam("dialog", "dlg_flag", 4)
-...
-</programlisting>
- </example>
</section>
<section id="dialog.p.timeout_avp">
- Added `cdp_has_app` function:
- Accepts a single parameter: - `application`: The Application ID.
- Added `cdp_has_app2` function:
- Accepts two parameters: - `vendorid`: The Vendor ID associated with the application. - `application`: The Application ID.
- Added cdp_check_peer function:
- Accepts one parameter: - `fqdn`: the Fully qualified domain name of the peer, that should be checked. The parameter may contain pseudovariables.
NOTE: All parameters are passed as standard strings.
<!-- Kamailio Pull Request Template -->
<!--
IMPORTANT:
- for detailed contributing guidelines, read:
https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md
- pull requests must be done to master branch, unless they are backports
of fixes from master branch to a stable branch
- backports to stable branches must be done with 'git cherry-pick -x ...'
- code is contributed under BSD for core and main components (tm, sl, auth, tls)
- code is contributed GPLv2 or a compatible license for the other components
- GPL code is contributed with OpenSSL licensing exception
-->
#### Pre-Submission Checklist
<!-- Go over all points below, and after creating the PR, tick all the checkboxes that apply -->
<!-- All points should be verified, otherwise, read the CONTRIBUTING guidelines from above-->
<!-- If you're unsure about any of these, don't hesitate to ask on sr-dev mailing list -->
- [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 to docbook files
in `doc/` subfolder, the README file is autogenerated)
#### 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:
<!-- Go over all points below, and after creating the PR, tick the checkboxes that apply -->
- [x] PR should be backported to stable branches
- [x] Tested changes locally
- [ ] Related to issue #XXXX (replace XXXX with an open issue number)
#### Description
<!-- Describe your changes in detail -->
- The cdp functions are exported to KEMI
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/3949
-- Commit Summary --
* cdp: export all functions in KEMI module
-- File Changes --
M src/modules/cdp/cdp_mod.c (49)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/3949.patchhttps://github.com/kamailio/kamailio/pull/3949.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3949
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/3949(a)github.com>
#### Pre-Submission Checklist
<!-- Go over all points below, and after creating the PR, tick all the checkboxes that apply -->
<!-- All points should be verified, otherwise, read the CONTRIBUTING guidelines from above-->
<!-- If you're unsure about any of these, don't hesitate to ask on sr-dev mailing list -->
- [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 to docbook files
in `doc/` subfolder, the README file is autogenerated)
#### Type Of Change
- [ ] Small bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds new functionality)
- [x] Breaking change (fix or feature that would change existing functionality)
#### Checklist:
<!-- Go over all points below, and after creating the PR, tick the checkboxes that apply -->
- [ ] PR should be backported to stable branches
- [ ] Tested changes locally
- [x] Related to issue #3963
#### Description
steps to remove app_mono
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/3964
-- Commit Summary --
* Makefile.groups: remove app_mono
* app_mono: module relocated to archive
-- File Changes --
M src/Makefile.groups (8)
D src/modules/app_mono/Makefile (17)
D src/modules/app_mono/README (223)
D src/modules/app_mono/app_mono_api.c (907)
D src/modules/app_mono/app_mono_api.h (63)
D src/modules/app_mono/app_mono_mod.c (203)
D src/modules/app_mono/doc/Makefile (4)
D src/modules/app_mono/doc/app_mono.xml (41)
D src/modules/app_mono/doc/app_mono_admin.xml (231)
D src/modules/app_mono/lib/SR.cs (41)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/3964.patchhttps://github.com/kamailio/kamailio/pull/3964.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3964
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/3964(a)github.com>
### Description
From https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1079882
```
From: "Chris Hofstaedtler" <zeha(a)debian.org>
Source: kamailio
Priority: wishlist
Control: block 1010445 by -1
Hi,
kamailio currently (build-)depends on mono libraries. Please drop
these relations, probably turning off mono support altogether.
The mono stack in Debian is not maintained in any way, so we'd like
to reduce packages relying on it.
Chris
```
I'll remove app_mono from sid and >= trixie builds
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3963
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/3963(a)github.com>