Hello list,
Hope everyone is fine.
I'm trying to install the latest 6.0.1 version from
https://rpm.kamailio.org/centos/ but it doesn't seem to be updated...The
latest version available there is the 5.8.5. Version 6.0.0 isn't there as
well...
Is it still maintained? or just some rpmbuild command missed?
Thank you,
Patrick
#### 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
- [x] Small bug fix (non-breaking change which fixes an issue)
- [ ] 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 -->
- [ ] PR should be backported to stable branches
- [ ] Tested changes locally
- [x] Related to issue #4308
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/4309
-- Commit Summary --
* rtpengine: fix method name rtpengine_subscribe_offer
-- File Changes --
M src/modules/rtpengine/doc/rtpengine_admin.xml (16)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/4309.patchhttps://github.com/kamailio/kamailio/pull/4309.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/4309
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/4309(a)github.com>
Module: kamailio
Branch: master
Commit: da126ce96dbdadc4f3655825b358bf8357e3efd9
URL: https://github.com/kamailio/kamailio/commit/da126ce96dbdadc4f3655825b358bf8…
Author: Torrey Searle <torrey.searle(a)wavecrest.com>
Committer: tsearle <tsearle(a)gmail.com>
Date: 2025-07-08T09:57:34+02:00
rtpengine: fix method name rtpengine_subscribe_offer
---
Modified: src/modules/rtpengine/doc/rtpengine_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/da126ce96dbdadc4f3655825b358bf8…
Patch: https://github.com/kamailio/kamailio/commit/da126ce96dbdadc4f3655825b358bf8…
---
diff --git a/src/modules/rtpengine/doc/rtpengine_admin.xml b/src/modules/rtpengine/doc/rtpengine_admin.xml
index 6f1a07fea41..6d079f0bfaa 100644
--- a/src/modules/rtpengine/doc/rtpengine_admin.xml
+++ b/src/modules/rtpengine/doc/rtpengine_admin.xml
@@ -3252,9 +3252,9 @@ rtpengine_manage();
</programlisting>
</example>
</section>
- <section id="rtpengine.f.rtpengine_subscribe_request">
+ <section id="rtpengine.f.rtpengine_subscribe_offer">
<title>
- <function moreinfo="none">rtpengine_subscribe_request(flags,sdp_avp,to_tag_avp,stream_xavp[,via-branch])</function>
+ <function moreinfo="none">rtpengine_subscribe_offer(flags,sdp_avp,to_tag_avp,stream_xavp[,via-branch])</function>
</title>
<para>
Generates &sdp; body for forking the current &rtp; stream and stores it in the
@@ -3266,7 +3266,7 @@ rtpengine_manage();
</para>
<para>
The function will return true on success and false (-1) on various failures,
- like using rtpengine_subscribe_request() before an rtpengine session was established.
+ like using rtpengine_subscribe_offer() before an rtpengine session was established.
</para>
<para>Meaning of the parameters is as follows:</para>
<itemizedlist>
@@ -3365,7 +3365,7 @@ rtpengine_manage();
This function can be used from ANY_ROUTE.
</para>
<example>
- <title><function>rtpengine_off</function> usage</title>
+ <title><function>rtpengine_subscribe_offer</function> usage</title>
<programlisting format="linespecific">
route {
...
@@ -3383,7 +3383,7 @@ onreply_route[1]
...
if (has_body("application/sdp")) {
rtpengine_answer();
- rtpengine_subscribe_request("all siprec", "$avp(siprec_offer)",
+ rtpengine_subscribe_offer("all siprec", "$avp(siprec_offer)",
"$avp(siprec_to_tag)", "siprec_streams");
xinfo("SIPREC participant $xavp(siprec_streams[0]=>tag) with label $xavp(siprec_streams[0]=>label[0])\n");
xinfo("SIPREC participant $xavp(siprec_streams[1]=>tag) with label $xavp(siprec_streams[0]=>label[0])\n");
@@ -3460,7 +3460,7 @@ onreply_route[1] {
<itemizedlist>
<listitem><para>
<emphasis>to-tag=...</emphasis> - value of the to tag returned by
- <quote>rtpengine_subscribe_request</quote>
+ <quote>rtpengine_subscribe_offer</quote>
</para></listitem>
<listitem><para>
<emphasis>from-tag=...</emphasis> - value of the from tag of the original call.
@@ -3474,7 +3474,7 @@ onreply_route[1] {
<example>
<title><function>rtpengine_subscribe_answer</function> usage</title>
<para>
- See rtpengine_subscribe_request() function example above for example.
+ See rtpengine_subscribe_offer() function example above for example.
</para>
</example>
</section>
@@ -3505,7 +3505,7 @@ onreply_route[1] {
<itemizedlist>
<listitem><para>
<emphasis>to-tag=...</emphasis> - value of the to tag returned by
- <quote>rtpengine_subscribe_request</quote>
+ <quote>rtpengine_subscribe_offer</quote>
</para></listitem>
<listitem><para>
<emphasis>from-tag=...</emphasis> - value of the from tag of the original call.
Roni12q created an issue (kamailio/kamailio#4307)
hello
can you help me with my last project in my college i try to install kamailio but when i run pcscf i have many error. The point in my error is the kamailio can't find module
how the installation i make
mkdir -p /usr/local/src/
cd /usr/local/src/
git clone https://github.com/kamailio/kamailio kamailio-5.4
cd kamailio
git checkout -b 5.4 origin/5.4
i used kamailio 5.4 just like journal i found in google scholar (https://riu.ufam.edu.br/handle/prefix/6232) and they made it so i used it journal for my references, but the end is error.
maybe you can help me to my last project
that's mean a lot to me thank you
this the log
dragonroni@dragonroni:~$ sudo su
[sudo] password for dragonroni:
Sorry, try again.
[sudo] password for dragonroni:
root@dragonroni:/home/dragonroni# mkdir -p /var/run/kamailio_pcscfroot@dragonroni:/home/dragonroni# kamailio -f /etc/kamailio_pcscf/kamailio_pcscf.cfg -P /kamailio_pcscf.pid -DD -E -e
loading modules under config path: /usr/lib64/kamailio/modules_k/:/usr/lib64/kamailio/modules/:/usr/lib/kamailio/modules_k/:/usr/lib/kamailio/modules/:/usr/lib/x86_64-linux-gnu/kamailio/modules/:/usr/local/lib64/kamailio/modules
0(44774) ERROR: [core/modparam.c:164]: set_mod_param_regex(): parameter <delete_delay> of type <2:int> not found in module <ims_registrar_pcscf>
0(44774) CRITICAL: [core/cfg.y:3592]: yyerror_at(): parse error in config file /etc/kamailio_pcscf/kamailio_pcscf.cfg, line 399, column 51: Can't set module parameter
0(44774) ERROR: [core/modparam.c:164]: set_mod_param_regex(): parameter <ipsec_preferred_ealg> of type <1:string> not found in module <ims_ipsec_pcscf>
0(44774) CRITICAL: [core/cfg.y:3592]: yyerror_at(): parse error in config file /etc/kamailio_pcscf/kamailio_pcscf.cfg, line 417, column 59: Can't set module parameter
0(44774) ERROR: [core/modparam.c:164]: set_mod_param_regex(): parameter <recv_mode> of type <2:int> not found in module <ims_qos>
0(44774) CRITICAL: [core/cfg.y:3592]: yyerror_at(): parse error in config file /etc/kamailio_pcscf/kamailio_pcscf.cfg, line 435, column 35: Can't set module parameter
0(44774) ERROR: [core/modparam.c:164]: set_mod_param_regex(): parameter <dialog_direction> of type <2:int> not found in module <ims_qos>
0(44774) CRITICAL: [core/cfg.y:3592]: yyerror_at(): parse error in config file /etc/kamailio_pcscf/kamailio_pcscf.cfg, line 436, column 42: Can't set module parameter
0(44774) ERROR: [core/cfg.y:3451]: yyparse(): cfg. parser: failed to find command ipsec_destroy_by_contact (params 4)
0(44774) CRITICAL: [core/cfg.y:3592]: yyerror_at(): parse error in config file /etc/kamailio_pcscf/kamailio_pcscf.cfg, line 935, column 129: unknown command, missing loadmodule?
0(44774) INFO: pv [pv_shv.c:60]: shvar_init_locks(): locks array size 16
0(44774) ERROR: [core/cfg.y:3451]: yyparse(): cfg. parser: failed to find command ipsec_create (params 2)
0(44774) CRITICAL: [core/cfg.y:3592]: yyerror_at(): parse error in config file /etc/kamailio_pcscf/route/register.cfg, line 264, column 77: unknown command, missing loadmodule?
ERROR: bad config file (6 errors)
0(44774) WARNING: [core/mem/q_malloc.c:487]: qm_free(): WARNING: free(0) called from cdp_avp: cdp_avp_mod.c: cdp_avp_destroy(226)
0(44774) INFO: cdp [cdp_mod.c:255]: cdp_exit(): CDiameterPeer child stopping ...
0(44774) INFO: cdp [cdp_mod.c:257]: cdp_exit(): ... CDiameterPeer child stopped
0(44774) ERROR: ims_ipsec_pcscf [ipsec.c:567]: clean_sa(): Error sending delete SAs command via netlink socket: No data available
0(44774) WARNING: ims_ipsec_pcscf [cmd.c:998]: ipsec_cleanall(): Error cleaning IPSec Security associations during startup.
0(44774) ERROR: ims_ipsec_pcscf [ipsec.c:609]: clean_policy(): Error sending delete policies command via netlink socket: No data available
0(44774) WARNING: ims_ipsec_pcscf [cmd.c:1002]: ipsec_cleanall(): Error cleaning IPSec Policies during startup.
0(44774) ERROR: ims_ipsec_pcscf [ims_ipsec_pcscf_mod.c:309]: mod_destroy(): Error destroying spi generator
0(44774) ERROR: ims_ipsec_pcscf [ims_ipsec_pcscf_mod.c:313]: mod_destroy(): Error destroying port generator
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/4307
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/4307(a)github.com>
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A user has added themself to the list of users assigned to this task.
FS#100 - Assignment operators don't work
User who did this - Alex Hermann (axlh)
http://sip-router.org/tracker/index.php?do=details&task_id=100
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
… forked INVITEs auths
#### Pre-Submission Checklist
- [*] Commit message has the format required by CONTRIBUTING guide
- [*] Commits are split per component (core, individual modules, libs, utils, ...)
- [*] Each component has a single commit (if not, squash them into one commit)
- [*] No commits to README files for modules (changes must be done to docbook files
#### Type Of Change
- [ ] Small bug fix (non-breaking change which fixes an issue)
- [*] 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 -->
- [ ] PR should be backported to stable branches
- [ *] Tested changes locally
- [ ]* Related to issue #[4266](https://github.com/kamailio/kamailio/issues/4266)
#### Description
If a Negative reply for forked REGISTER comes after the first 200 response, it won't be ignored by Kamailio and will be processed the same way as replies processed for the INVITEs
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/4304
-- Commit Summary --
* tm: allow pending forked REGISTER auths being handled the same way as forked INVITEs auths
-- File Changes --
M src/modules/tm/t_reply.c (15)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/4304.patchhttps://github.com/kamailio/kamailio/pull/4304.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/4304
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/4304(a)github.com>