Hi, reading the code I found it was taken from the RR header, I missed
`record_route_preset()`
This param was not absolutely necessary but I guess it is making things more
clear for someone wanting to use TOPOS.
And maybe simpler as well.
I have tested the code "back ported" only for now, but I
Thanks! Let me know if you need any more info
--
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/1591#issuecomment-406000670___
Kamailio (SE
@miconda:
```
(gdb) frame 0
#0 0x7f4e12ce6c68 in get_dlg (callid=0x7ffdc5993850, ftag=0x7ffdc5993860,
ttag=0x7ffdc5993870, dir=0x7ffdc5993840) at dlg_hash.c:797
797 in dlg_hash.c
(gdb) p *callid
$1 = {s = 0x7f4dec572b2e "72a1671957944647-777@138.99.136.21\r\nContent-Length:
70\r\nMax-F
I've got the same problem, i'll sngrep the traffic to send a pcap file as soon
as possible.
Warmly FULCHIC Gaby
--
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/1582#issuecomment-40
@joelsdc - if you still have the core file used to get the content for core2_*
files, can you grab the output for next gdb command in frame 0:
```
p *callid
p *ftag
p *ttag
p *dir
p d_table
p *d_table
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email
Kamailio should not start listening on the socket if timeout_socket param is
set. As explained in the documentation, the value is passed to rtpproxy
application, that's all done by rtpproxy module in kamailio.
At that socket can be kamailio if you provide an xmlrpc url (see the docs) and
use xm
Closed #1597.
--
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/1597#event-1740329401___
Kamailio (SER) - Development Mailing List
sr-dev@l
The values are closed to ULONG_MAX for 64bit, so likely some dialog end events
are counted many times (likely due to dmq replication) and the value goes below
0, turning it to max value.
For reference, ranges for number types:
* https://en.wikibooks.org/wiki/C_Programming/limits.h
In the past
Merged #1593.
--
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/1593#event-1739733669___
Kamailio (SER) - Development Mailing List
sr-dev@lis
@rfuchs - thanks for the review.
I am merging 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/kamailio/kamailio/pull/1593#issuecomment-405879920___
Kamailio
Module: kamailio
Branch: master
Commit: 6c94217d68bdde980bd4b77bdc6d22062bd650ee
URL:
https://github.com/kamailio/kamailio/commit/6c94217d68bdde980bd4b77bdc6d22062bd650ee
Author: Daniel-Constantin Mierla
Committer: GitHub
Date: 2018-07-18T12:03:59+02:00
Merge pull request #1593 from adil-mafzo
I am fine to add this parameter, but the patch lacks checking if the size is
exceeding the available space in the buffer -- it checks only sv.len, which is
the uri from where to extract ip, port and transport, not it should also check
for param len. If this and the docs are added, then can be me
12 matches
Mail list logo