@sergey-safarov could you retry with the following change in
`lost_get_from_header`
```
if(parse_headers(msg, HDR_EOH_F, 0) == -1) {
LM_ERR("failed to parse SIP headers\n");
return res;
}
```
basically replacing the flag `HDR_FROM_F` with `HDR_EOH_F`
Yes, I call `lost_held_query` at the start of routing.
This describes by not all headers parsed.
What is connect solution here?
--
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/2723#
@miconda yes, `parse_from_header` function resolved this error.
--
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/2723#issuecomment-831485509__
Module: kamailio
Branch: 5.3
Commit: febeef975013eacc53e6b11766b7058f408282fc
URL:
https://github.com/kamailio/kamailio/commit/febeef975013eacc53e6b11766b7058f408282fc
Author: Kamailio Dev
Committer: Kamailio Dev
Date: 2021-05-04T01:01:32+02:00
modules: readme files regenerated - modules ... [
Module: kamailio
Branch: 5.4
Commit: e0c60cf12d465323bcf06899683b2b59dba7295c
URL:
https://github.com/kamailio/kamailio/commit/e0c60cf12d465323bcf06899683b2b59dba7295c
Author: Kamailio Dev
Committer: Kamailio Dev
Date: 2021-05-04T01:01:22+02:00
modules: readme files regenerated - modules ... [
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 funct
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 funct
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 funct
Module: kamailio
Branch: master
Commit: ff4eea76a523851772da574437f99a9348578db4
URL:
https://github.com/kamailio/kamailio/commit/ff4eea76a523851772da574437f99a9348578db4
Author: Kamailio Dev
Committer: Kamailio Dev
Date: 2021-05-04T00:31:09+02:00
modules: readme files regenerated - siputils .
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 fu
I will assign this for me.
--
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/2627#issuecomment-831371801___
Kamailio (SER) - Development Ma
Closed #2641.
--
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/2641#event-4678984280___
Kamailio (SER) - Development Mailing List
sr-dev@l
Sure, Daniel.
--
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/2641#issuecomment-831371180___
Kamailio (SER) - Development Mailing List
sr
@wkampich original XML file located here
http://sipp.sourceforge.net/doc/uac.xml.html
RAW format
http://sipp.sourceforge.net/doc/uac.xml
--
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/is
OK.
--
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/2721#issuecomment-831341792___
Kamailio (SER) - Development Mailing List
sr-dev@lists.k
Thanks Daniel,
> Have you looked also at re-suspending requests? It may just works, because
> request processing does not imply any forwarding of the message after config
> route execution, like happens for replies.
Yes, re-suspending requests just works, and used it in the past.
> If the com
Thank you for pointing that out again. I did miss that. I attached the gdb
logging file for the core dump of the child process (since it's more
interesting) to this message. I really hope it's helpful.
[gdb-20210503.txt](https://github.com/kamailio/kamailio/files/6415372/gdb-20
No further troubleshooting data was provided with core files per pid for very
long time. Reopen when able to attach data as requested above.
--
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/kamail
Closed #2607.
--
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/2607#event-4678305255___
Kamailio (SER) - Development Mailing List
sr-dev@l
Closed #2669.
--
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/2669#event-4678263681___
Kamailio (SER) - Development Mailing List
sr-dev@l
Closing, being possible with script operations based on the comments above. If
someone wants to make a C implementation, then just make a PR.
--
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/kamail
@sergey-safarov - can you push a fix for it as you tested the example?
--
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/2627#issuecomment-831274914___
No activity for long time and it may be a limitation coming from library
functions, as commented above.
When having new troubleshooting details, reopen.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kam
Closed #2651.
--
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/2651#event-4678242020___
Kamailio (SER) - Development Mailing List
sr-dev@l
Can this one be closed? There was quite some development pushed to lost module.
--
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/2641#issuecomment-831273460__
The reset of faked env was something I wanted to ask about, but I didn't
comment before because I didn't get the chance to look more at the code.
I think the t_suspend()/t_continue() were somehow limited to be used only once
for a request or a reply, not to suspend again from a t_continue(). It
After more testing, in particular with multiple http_async_client workers, I've
pushed some changes to ensure t_continue is not locked and the state correctly
handled if the route execution suspends again the transaction.
I've also moved the changes to _after_ resetting the fake environment, in o
@giavac pushed 1 commit.
bdd602c8c10367de1be097912c9d3bc359a94676 tm: t_suspend.c - unlock t_continue
and reset flag if suspended again
--
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/kamailio/kamailio/pull/2721/files/ac93e393612d1837
I'm having the exact same issue. May I ask how you solved the problem with $fs?
I have tried with force_send_socket() but haven't been able to resolve it.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/ka
On 5/3/21 5:14 PM, Daniel-Constantin Mierla wrote:
> in case you missed the commit, the version in branch 5.5 is now -rc1.
Yes, indeed I missed that. Thanks!
___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio
Module: kamailio
Branch: 5.5
Commit: 29edc5113c5e398e427026f88bea2877cdb94fab
URL:
https://github.com/kamailio/kamailio/commit/29edc5113c5e398e427026f88bea2877cdb94fab
Author: Victor Seva
Committer: Victor Seva
Date: 2021-05-03T17:44:23+02:00
pkg/kamailio/deb: version set 5.5.0~rc1
---
Modif
Try to replace parse_headers() with parse_from_header() inside
lost_get_from_header(), the sample config file above is minimal, not many
headers are deep-parsed automatically. Default config does lot of other
operations, which can result in headers being parsed in detail.
--
You are receiving
Can you share the original xml file used with sipp?
--
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/2723#issuecomment-831197935___
Kamai
Hello,
in case you missed the commit, the version in branch 5.5 is now -rc1.
Cheers,
Daniel
On 03.05.21 16:46, Victor Seva wrote:
> Module: kamailio
> Branch: 5.5
> Commit: 27520fa3293d45d9e407bc42f39d1d31e94c69d6
> URL:
> https://github.com/kamailio/kamailio/commit/27520fa3293d45d9e407bc42f39d
My test results for commit 2058676daacc2feded18b872bd53c0514710d4bb inside
docker containers
1. Fedora 33 - issue present;
2. CentOS 8 - issue present;
3. CentOS 7 - issue reproduced;
4. Alpine v3.13 - issue reproduced;
Also, make the same test on VM with CentOS 8 - issue reproduced.
Something st
Module: kamailio
Branch: 5.5
Commit: 27520fa3293d45d9e407bc42f39d1d31e94c69d6
URL:
https://github.com/kamailio/kamailio/commit/27520fa3293d45d9e407bc42f39d1d31e94c69d6
Author: Victor Seva
Committer: Victor Seva
Date: 2021-05-03T16:46:12+02:00
pkg/kamailio/deb: version set 5.5.0~rc0
---
Modif
Thanks for your generic developpement, it is better than my quickly dev and
responds to my needs.
I note your remark for further pull request.
--
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/kamai
As a generic, but important remark: whenever you make a pull request, first do
a rebase and a fast-forward of the origin in your branch, otherwise older
commits and unrelated show up in the pull requests. Like you see above commits
related to cplc or pua_dialoginfo module.
Regarding the jwt com
Closed #2722.
--
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/2722#event-4676928493___
Kamailio (SER) - Development Mailing List
sr-dev@lis
@sergey-safarov: this sounds reasonable and would also fit well for other lost
functions - let's leave the issue open and I will think of something. Further
inputs are always welcome.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on
Module: kamailio
Branch: 5.5
Commit: d69c03625fad8c41eb18e23ee928b9f679140ef6
URL:
https://github.com/kamailio/kamailio/commit/d69c03625fad8c41eb18e23ee928b9f679140ef6
Author: Wolfgang Kampichler
Committer: Wolfgang Kampichler
Date: 2021-05-03T12:34:35+02:00
lost: lost_held_dereference() docum
Module: kamailio
Branch: 5.5
Commit: e7b17ec5e334ac07303f341e3128645aa569069a
URL:
https://github.com/kamailio/kamailio/commit/e7b17ec5e334ac07303f341e3128645aa569069a
Author: Wolfgang Kampichler
Committer: Wolfgang Kampichler
Date: 2021-05-03T12:33:45+02:00
lost: response code fix in lost_hel
Module: kamailio
Branch: 5.5
Commit: 39143255145ba6387cb001be4c70decfd3811aec
URL:
https://github.com/kamailio/kamailio/commit/39143255145ba6387cb001be4c70decfd3811aec
Author: Wolfgang Kampichler
Committer: Wolfgang Kampichler
Date: 2021-05-03T12:33:00+02:00
lost: error response fix in lost_fu
You do not need to wait for new core dumps. As I wrote above, it should work
with existing core files, after you installed debugging info package, just
re-do the gdb commands and should get backtraces with more debugging details.
--
You are receiving this because you are subscribed to this thre
As an option, we can set HELD_ERROR_CODE and normal HELD response and
construction like
```
modparam("lost", "xavp_responce", "held_responce")
...
lost_held_dereference("$(var(url){s.unbracket})", "emergencyDispatch", "civic
geodetic", "$var(pidf)", "$var(err)");
switch ($xavp(held_responce
Module: kamailio
Branch: master
Commit: 2058676daacc2feded18b872bd53c0514710d4bb
URL:
https://github.com/kamailio/kamailio/commit/2058676daacc2feded18b872bd53c0514710d4bb
Author: Kamailio Dev
Committer: Kamailio Dev
Date: 2021-05-03T11:16:14+02:00
modules: readme files regenerated - lost ... [
Module: kamailio
Branch: master
Commit: ae13686c80b03693ee2195d38a8c8eb0ede0d0dc
URL:
https://github.com/kamailio/kamailio/commit/ae13686c80b03693ee2195d38a8c8eb0ede0d0dc
Author: Wolfgang Kampichler
Committer: Wolfgang Kampichler
Date: 2021-05-03T11:00:41+02:00
lost: lost_held_dereference() do
Module: kamailio
Branch: 5.5
Commit: 6c6d4cb2823c5d9f1c02bbde695d8769cb87fb6c
URL:
https://github.com/kamailio/kamailio/commit/6c6d4cb2823c5d9f1c02bbde695d8769cb87fb6c
Author: Daniel-Constantin Mierla
Committer: Daniel-Constantin Mierla
Date: 2021-05-03T10:21:41+02:00
ChangeLog: updated conten
Module: kamailio
Branch: 5.5
Commit: b5044dfea4202b10040b42fa478177cbc3b0f2d0
URL:
https://github.com/kamailio/kamailio/commit/b5044dfea4202b10040b42fa478177cbc3b0f2d0
Author: Daniel-Constantin Mierla
Committer: Daniel-Constantin Mierla
Date: 2021-05-03T09:45:10+02:00
topos_redis: store contex
Module: kamailio
Branch: 5.5
Commit: f76512226f8db95b7ecd8c881475e2f53f2aa900
URL:
https://github.com/kamailio/kamailio/commit/f76512226f8db95b7ecd8c881475e2f53f2aa900
Author: Daniel-Constantin Mierla
Committer: Daniel-Constantin Mierla
Date: 2021-05-03T09:45:02+02:00
jwt: more details about c
Module: kamailio
Branch: 5.5
Commit: 238c9808d42186282d0983f1efff2f4b60c4fc2c
URL:
https://github.com/kamailio/kamailio/commit/238c9808d42186282d0983f1efff2f4b60c4fc2c
Author: Daniel-Constantin Mierla
Committer: Daniel-Constantin Mierla
Date: 2021-05-03T09:44:45+02:00
core: ut - functions to c
Module: kamailio
Branch: 5.5
Commit: 3f5c99f1bb3bbfdfb84416e7850f379e7a151e15
URL:
https://github.com/kamailio/kamailio/commit/3f5c99f1bb3bbfdfb84416e7850f379e7a151e15
Author: Daniel-Constantin Mierla
Committer: Daniel-Constantin Mierla
Date: 2021-05-03T09:44:35+02:00
topos_redis: use initial
Module: kamailio
Branch: 5.5
Commit: d06a4f5096a3044c2d46a49adb1ff2ea38d2eba8
URL:
https://github.com/kamailio/kamailio/commit/d06a4f5096a3044c2d46a49adb1ff2ea38d2eba8
Author: Daniel-Constantin Mierla
Committer: Daniel-Constantin Mierla
Date: 2021-05-03T09:44:54+02:00
jwt: handle claims that h
Generally LIS code and error message also important for error handling. Error
code may be used for `switch` statement and a message for log description for
humans.
Here examples of LIS error messages
*from RFC*
```xml
Unable to determine location
```
my use case
```xml
An unspecif
Module: kamailio
Branch: 5.5
Commit: d4523bab0499d1c927e13382ec492d9bc9f00fd7
URL:
https://github.com/kamailio/kamailio/commit/d4523bab0499d1c927e13382ec492d9bc9f00fd7
Author: Daniel-Constantin Mierla
Committer: Daniel-Constantin Mierla
Date: 2021-05-03T09:44:09+02:00
topos_redis: use uuid for
Module: kamailio
Branch: 5.5
Commit: 81b75b3b2c2db25c65ee54b6cba02c926b27
URL:
https://github.com/kamailio/kamailio/commit/81b75b3b2c2db25c65ee54b6cba02c926b27
Author: Daniel-Constantin Mierla
Committer: Daniel-Constantin Mierla
Date: 2021-05-03T09:44:24+02:00
topos_redis: use also sto
Module: kamailio
Branch: 5.5
Commit: 52c7d2f4d6704c7ea232808110fc09c17c90c4db
URL:
https://github.com/kamailio/kamailio/commit/52c7d2f4d6704c7ea232808110fc09c17c90c4db
Author: Daniel-Constantin Mierla
Committer: Daniel-Constantin Mierla
Date: 2021-05-03T09:44:00+02:00
tls: declare variable bas
Module: kamailio
Branch: 5.5
Commit: 11642e96f9a645ad7ec5a37f82c1fff1c8321f89
URL:
https://github.com/kamailio/kamailio/commit/11642e96f9a645ad7ec5a37f82c1fff1c8321f89
Author: Daniel-Constantin Mierla
Committer: Daniel-Constantin Mierla
Date: 2021-05-03T09:43:49+02:00
rtpengine: extract call-i
Module: kamailio
Branch: 5.5
Commit: 33cf417e59b4c7f0e45b6258644bae364ad2e912
URL:
https://github.com/kamailio/kamailio/commit/33cf417e59b4c7f0e45b6258644bae364ad2e912
Author: Daniel-Constantin Mierla
Committer: Daniel-Constantin Mierla
Date: 2021-05-03T09:43:36+02:00
msrp: destroy str array o
Module: kamailio
Branch: master
Commit: 79c6bae4af6c9c9c392b05928ca72afb14ccfbf6
URL:
https://github.com/kamailio/kamailio/commit/79c6bae4af6c9c9c392b05928ca72afb14ccfbf6
Author: Wolfgang Kampichler
Committer: Wolfgang Kampichler
Date: 2021-05-03T09:24:15+02:00
lost: response code fix in lost_
60 matches
Mail list logo