[sr-dev] [kamailio/kamailio] dialog: extract/dump a large amount (#2269)

2020-03-31 Thread Julien Chavanton
### Description The commands available to extract dialog information `dlg.profile_list` and `dlg.list` Are not fast enough to output a large amount of dialogs. After doing some benchmark the time is spent in in `rpc->struct_add`, `rpc->add etc`, etc. it appears to be slowing down linearly. ##

Re: [sr-dev] [kamailio/kamailio] tls: add support for escaped cert PVs and select (#2268)

2020-03-31 Thread Daniel-Constantin Mierla
The format of the value can be toggled no matter the pv -- if encoded format, use decode transformation for counterpart value; if raw format use encode transformation. Adding both pvs is fine. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or v

Re: [sr-dev] [kamailio/kamailio] tls: add support for escaped cert PVs and select (#2268)

2020-03-31 Thread Henning Westerholt
Thanks, this sounds good. It is probably better to use a generic approach with an existing transformation than to add new PVs for special cases. In case a PV with a certain transformation is needed frequently, it can be still added, thought. I was just not sure if this is the case here. -- Yo

Re: [sr-dev] [kamailio/kamailio] tls: add support for escaped cert PVs and select (#2268)

2020-03-31 Thread Armen Babikyan
@henningw @miconda indeed, the full raw PEM-encoded certificate is not currently available via an existing PV. Thinking through this a little bit more, would you prefer a full certificate access mechanism via something like $tls_peer_raw_cert{s.urlencode.param} instead? Just to explain where I

Re: [sr-dev] siptrace inconsistency

2020-03-31 Thread Daniel-Constantin Mierla
Hi Federico, were the received ack and cancel captured automatically in the old version when sip trace was set for invite? There were many changes in the past years, but I remember that the flag was mainly for outgoing requests and matching replies of the transaction for which the flag was set. Fo

[sr-dev] git:master:5a166124: modules: readme files regenerated - tcpops ... [skip ci]

2020-03-31 Thread Kamailio Dev
Module: kamailio Branch: master Commit: 5a16612493f9d6622f2c22fa83864295c7b55c9b URL: https://github.com/kamailio/kamailio/commit/5a16612493f9d6622f2c22fa83864295c7b55c9b Author: Kamailio Dev Committer: Kamailio Dev Date: 2020-03-31T11:31:21+02:00 modules: readme files regenerated - tcpops ...

[sr-dev] git:master:d6e94d07: tcpops: docs for tcp_set_otcpid() and tcp_set_otcpid_flag() functions

2020-03-31 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: d6e94d074a2a1f1af2964f1ed7f24602a8dd295a URL: https://github.com/kamailio/kamailio/commit/d6e94d074a2a1f1af2964f1ed7f24602a8dd295a Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2020-03-31T11:23:20+02:00 tcpops: docs for tcp_s

[sr-dev] git:master:f84fd657: tcpops: function to control use of outbound tcp connection id

2020-03-31 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: f84fd65707ff05c51f1b1764c42c98479ef74a14 URL: https://github.com/kamailio/kamailio/commit/f84fd65707ff05c51f1b1764c42c98479ef74a14 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2020-03-31T11:08:51+02:00 tcpops: function to co

[sr-dev] git:master:2846ef42: tm: use outbound tcp connection id for relaying if FL_USE_OTCPID is set

2020-03-31 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 2846ef4271c4e539b3ffdfe8667a2894d7627af7 URL: https://github.com/kamailio/kamailio/commit/2846ef4271c4e539b3ffdfe8667a2894d7627af7 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2020-03-31T10:04:05+02:00 tm: use outbound tcp c

[sr-dev] git:master:2ec8e05f: core: use outbound tcp connection id for forward(...) if FL_USE_OTCPID is set

2020-03-31 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 2ec8e05f1297d9ed69c8cd847c9d4f5d3529d3cd URL: https://github.com/kamailio/kamailio/commit/2ec8e05f1297d9ed69c8cd847c9d4f5d3529d3cd Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2020-03-31T09:57:11+02:00 core: use outbound tcp

[sr-dev] git:master:b9381ab2: core: parser - new internal flag FL_USE_OTCPID

2020-03-31 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: b9381ab2f4f3f4a791b284902757303a1cc21b90 URL: https://github.com/kamailio/kamailio/commit/b9381ab2f4f3f4a791b284902757303a1cc21b90 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2020-03-31T09:54:47+02:00 core: parser - new int

[sr-dev] git:master:8801ee89: core: parser - removed temporarily remark for module reserved internal flags

2020-03-31 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 8801ee89856d4a37709869a5c01dfa66988b8f5a URL: https://github.com/kamailio/kamailio/commit/8801ee89856d4a37709869a5c01dfa66988b8f5a Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2020-03-31T09:11:40+02:00 core: parser - removed

Re: [sr-dev] [kamailio/kamailio] tls: add support for escaped cert PVs and select (#2268)

2020-03-31 Thread Daniel-Constantin Mierla
@henningw - these seem to be completely new variables, returning the full certificate in escaped format. The transformation would help if there would be variables returning the full certificate in unescaped format. -- You are receiving this because you are subscribed to this thread. Reply to th

Re: [sr-dev] [kamailio/kamailio] tls: add support for escaped cert PVs and select (#2268)

2020-03-31 Thread Henning Westerholt
Hi, thanks for the pull request. You are probably aware of the available transformation, does it not suits your requirement? https://www.kamailio.org/wiki/cookbooks/devel/transformations#surlencodeparam -- You are receiving this because you are subscribed to this thread. Reply to this email dir

[sr-dev] siptrace inconsistency

2020-03-31 Thread Federico Cabiddu
Hi all, I've been recently testing 5.3.x/master siptrace module, in particular the new trace mode "t" vs the legacy flag + sip_trace() mode and I've found some issues with the handling of CANCEL. Specifically, I've tested the following scenarios: 1) sip_trace_mode("t") on the initial INVITE only: r